module github.com/contextgg/go-sdk go 1.12 require ( github.com/contextgg/go-es v0.0.0-20190812105250-57a402520e0e github.com/go-playground/locales v0.12.1 // indirect github.com/go-playground/universal-translator v0.16.0 // indirect github.com/google/uuid v1.1.1 github.com/gorilla/sessions v1.1.3 github.com/leodido/go-urn v1.1.0 // indirect github.com/mitchellh/mapstructure v1.1.2 github.com/mrjones/oauth v0.0.0-20190623134757-126b35219450 github.com/opentracing/opentracing-go v1.1.0 github.com/pkg/errors v0.8.1 golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 // indirect golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 google.golang.org/appengine v1.6.1 // indirect gopkg.in/go-playground/validator.v9 v9.29.1 )