@@ -3,24 +3,41 @@ module github.com/binchencoder/skylb-apiv2
3
3
go 1.17
4
4
5
5
require (
6
- github.com/binchencoder/ease-gateway v0.0.4
7
6
github.com/binchencoder/gateway-proto v0.0.5
8
7
github.com/binchencoder/letsgo v0.0.3
9
- github.com/coreos/bbolt v1.3.5 // indirect
10
- github.com/coreos/etcd v3.3.13+incompatible
11
- github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
12
- github.com/golang/protobuf v1.4.2
8
+ github.com/golang/glog v1.0.0
13
9
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
14
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.9.0
15
10
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
16
- github.com/mwitkow/grpc-proxy v0.0.0-20181017164139-0f1106ef9c76
17
- github.com/opentracing/opentracing-go v1.2.0
18
11
github.com/prometheus/client_golang v1.7.1
19
- github.com/smartystreets/goconvey v1.6.4
20
12
github.com/soheilhy/cmux v0.1.4
21
- github.com/stretchr/testify v1.6.1
22
13
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
23
14
google.golang.org/grpc v1.45.0
15
+ google.golang.org/protobuf v1.27.1
16
+ )
17
+
18
+ require (
19
+ github.com/VividCortex/gohistogram v1.0.0 // indirect
20
+ github.com/beorn7/perks v1.0.1 // indirect
21
+ github.com/cenkalti/backoff v2.2.1+incompatible // indirect
22
+ github.com/cespare/xxhash/v2 v2.1.1 // indirect
23
+ github.com/go-kit/kit v0.10.0 // indirect
24
+ github.com/golang/protobuf v1.5.2 // indirect
25
+ github.com/google/go-cmp v0.5.7 // indirect
26
+ github.com/google/uuid v1.1.2 // indirect
27
+ github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
28
+ github.com/opentracing/opentracing-go v1.2.0 // indirect
29
+ github.com/pborman/uuid v1.2.0 // indirect
30
+ github.com/pkg/errors v0.9.1 // indirect
31
+ github.com/prometheus/client_model v0.2.0 // indirect
32
+ github.com/prometheus/common v0.10.0 // indirect
33
+ github.com/prometheus/procfs v0.1.3 // indirect
34
+ github.com/uber/jaeger-client-go v2.24.0+incompatible // indirect
35
+ github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
36
+ go.uber.org/atomic v1.6.0 // indirect
37
+ golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
38
+ golang.org/x/text v0.3.7 // indirect
39
+ google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106 // indirect
40
+ google.golang.org/grpc/examples v0.0.0-20200630190442-3de8449f8555 // indirect
24
41
)
25
42
26
43
replace (
0 commit comments