...

Text file src/github.com/palantir/go-baseapp/go.mod

Documentation: github.com/palantir/go-baseapp

     1module github.com/palantir/go-baseapp
     2
     3go 1.13
     4
     5require (
     6	github.com/DataDog/datadog-go v0.0.0-20180330214955-e67964b4021a
     7	github.com/bluekeyes/hatpear v0.1.1
     8	github.com/crewjam/saml v0.4.5
     9	github.com/gorilla/sessions v1.2.1
    10	github.com/pkg/errors v0.8.1
    11	github.com/rcrowley/go-metrics v0.0.0-20180503174638-e2704e165165
    12	github.com/rs/xid v1.2.1 // indirect
    13	github.com/rs/zerolog v1.9.1
    14	github.com/stretchr/testify v1.6.1
    15	goji.io v2.0.0+incompatible
    16	golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3
    17	gopkg.in/yaml.v2 v2.2.4
    18)

View as plain text