-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 913 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/ropon/work_api
go 1.16
require (
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
github.com/Shopify/sarama v1.30.1
github.com/gin-contrib/pprof v1.3.0
github.com/gin-gonic/gin v1.7.4
github.com/go-playground/validator/v10 v10.9.0 // indirect
github.com/go-redis/redis v0.0.0-20190803144825-742f3ccb21cd
github.com/go-sql-driver/mysql v1.6.1-0.20210825083250-6cf3092b0e12
github.com/jinzhu/gorm v1.9.17-0.20210521233931-90f139aba3a6
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/opentracing/opentracing-go v1.2.0
github.com/ropon/logger v1.0.2
github.com/swaggo/gin-swagger v1.3.3
github.com/swaggo/swag v1.16.1
github.com/uber/jaeger-client-go v2.30.0+incompatible
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
go.etcd.io/etcd/client/v3 v3.5.1
google.golang.org/protobuf v1.27.1 // indirect
)