2019-05-16 10:39:25 -04:00
|
|
|
module geeks-accelerator/oss/saas-starter-kit/example-project
|
|
|
|
|
|
|
|
require (
|
2019-05-20 22:16:58 -05:00
|
|
|
github.com/aws/aws-sdk-go v1.19.33
|
2019-05-16 10:39:25 -04:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
|
|
github.com/dimfeld/httptreemux v5.0.1+incompatible
|
|
|
|
github.com/go-playground/locales v0.12.1
|
|
|
|
github.com/go-playground/universal-translator v0.16.0
|
2019-05-20 22:16:58 -05:00
|
|
|
github.com/go-redis/redis v6.15.2+incompatible
|
2019-05-16 10:39:25 -04:00
|
|
|
github.com/google/go-cmp v0.2.0
|
2019-05-20 22:16:58 -05:00
|
|
|
github.com/hashicorp/golang-lru v0.5.1
|
2019-05-16 10:39:25 -04:00
|
|
|
github.com/kelseyhightower/envconfig v1.3.0
|
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
|
|
github.com/leodido/go-urn v1.1.0 // indirect
|
2019-05-20 22:16:58 -05:00
|
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
|
|
github.com/opentracing/opentracing-go v1.1.0 // indirect
|
2019-05-16 10:39:25 -04:00
|
|
|
github.com/openzipkin/zipkin-go v0.1.1
|
|
|
|
github.com/pborman/uuid v0.0.0-20180122190007-c65b2f87fee3
|
2019-05-18 18:06:10 -04:00
|
|
|
github.com/philhofer/fwd v1.0.0 // indirect
|
2019-05-20 22:16:58 -05:00
|
|
|
github.com/philippgille/gokv v0.5.0 // indirect
|
2019-05-16 10:39:25 -04:00
|
|
|
github.com/pkg/errors v0.8.0
|
2019-05-20 22:16:58 -05:00
|
|
|
github.com/sethgrid/pester v0.0.0-20190127155807-68a33a018ad0
|
2019-05-16 10:39:25 -04:00
|
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
2019-05-18 18:06:10 -04:00
|
|
|
github.com/tinylib/msgp v1.1.0 // indirect
|
2019-05-16 10:39:25 -04:00
|
|
|
go.opencensus.io v0.14.0
|
|
|
|
golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b
|
|
|
|
golang.org/x/net v0.0.0-20180724234803-3673e40ba225 // indirect
|
2019-05-20 22:16:58 -05:00
|
|
|
golang.org/x/sys v0.0.0-20190516110030-61b9204099cb // indirect
|
2019-05-16 10:39:25 -04:00
|
|
|
golang.org/x/text v0.3.0 // indirect
|
2019-05-18 18:06:10 -04:00
|
|
|
gopkg.in/DataDog/dd-trace-go.v1 v1.13.1
|
2019-05-16 10:39:25 -04:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
|
|
gopkg.in/go-playground/validator.v9 v9.28.0
|
|
|
|
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
|
|
|
|
gopkg.in/yaml.v2 v2.2.1 // indirect
|
|
|
|
)
|