module github.com/palantir/go-baseapp go 1.13 require ( github.com/DataDog/datadog-go v0.0.0-20180330214955-e67964b4021a github.com/bluekeyes/hatpear v0.1.1 github.com/crewjam/saml v0.4.5 github.com/gorilla/sessions v1.2.1 github.com/pkg/errors v0.8.1 github.com/rcrowley/go-metrics v0.0.0-20180503174638-e2704e165165 github.com/rs/xid v1.2.1 // indirect github.com/rs/zerolog v1.9.1 github.com/stretchr/testify v1.6.1 goji.io v2.0.0+incompatible golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3 gopkg.in/yaml.v2 v2.2.4 )