module github.com/contextgg/go-sdk go 1.12 require ( github.com/contextgg/go-es v1.1.2 github.com/go-playground/locales v0.12.1 // indirect github.com/go-playground/universal-translator v0.16.0 // indirect github.com/golang/protobuf v1.3.2 // indirect github.com/google/uuid v1.1.1 github.com/gorilla/sessions v1.1.3 github.com/kr/pretty v0.1.0 // indirect 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/nats-io/nats-server/v2 v2.0.0 // indirect 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/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/go-playground/validator.v9 v9.29.1 gopkg.in/yaml.v2 v2.2.2 // indirect )