-
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) · 784 Bytes
/
Copy pathgo.mod
File metadata and controls
24 lines (22 loc) · 784 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/zouchunxu/gof
go 1.16
require (
github.com/HdrHistogram/hdrhistogram-go v1.1.1 // indirect
github.com/gin-gonic/gin v1.7.4
github.com/opentracing/opentracing-go v1.2.0
github.com/prometheus/client_golang v1.11.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/uber/jaeger-client-go v2.29.1+incompatible
github.com/uber/jaeger-lib v2.4.1+incompatible
go.etcd.io/etcd/client/v3 v3.5.0-rc.1
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
google.golang.org/grpc v1.40.0
google.golang.org/protobuf v1.26.0
gorm.io/gorm v1.21.13
k8s.io/apimachinery v0.22.1
k8s.io/client-go v0.22.1
)