mirror of
https://github.com/xinliangnote/go-gin-api.git
synced 2024-04-21 12:31:46 +00:00
26 lines
1.0 KiB
AMPL
26 lines
1.0 KiB
AMPL
module go-gin-api
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
|
|
github.com/gin-contrib/pprof v1.2.1
|
|
github.com/gin-gonic/gin v1.4.0
|
|
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
|
|
github.com/google/uuid v1.1.1 // indirect
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
|
|
github.com/leodido/go-urn v1.1.0 // indirect
|
|
github.com/opentracing/opentracing-go v1.1.0
|
|
github.com/uber-go/atomic v1.4.0 // indirect
|
|
github.com/uber/jaeger-client-go v2.18.1+incompatible
|
|
github.com/uber/jaeger-lib v2.1.1+incompatible // indirect
|
|
github.com/xinliangnote/go-util v0.0.0-20191115235314-e7d1576d41db
|
|
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0
|
|
google.golang.org/grpc v1.23.1
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/go-playground/validator.v9 v9.29.1
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
|
|
)
|