@@ -10,32 +10,28 @@ require (
10
10
github.com/cespare/xxhash/v2 v2.1.1
11
11
github.com/coreos/etcd v3.3.13+incompatible
12
12
github.com/coreos/go-semver v0.3.0
13
- github.com/dgrijalva/jwt-go v2.7 .0+incompatible
13
+ github.com/dgrijalva/jwt-go v3.2 .0+incompatible
14
14
github.com/go-kit/kit v0.10.0
15
15
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
16
16
github.com/google/uuid v1.1.1
17
17
github.com/jtolds/gls v4.20.0+incompatible
18
18
github.com/matttproud/golang_protobuf_extensions v1.0.1
19
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
19
20
github.com/opentracing/opentracing-go v1.2.0
20
21
github.com/pborman/uuid v1.2.0
21
22
github.com/pkg/errors v0.9.1
22
- github.com/prometheus/client_golang v0.9.4
23
+ github.com/prometheus/client_golang v1.3.0
23
24
github.com/prometheus/client_model v0.2.0
24
25
github.com/prometheus/common v0.10.0
25
26
github.com/prometheus/procfs v0.1.3
26
27
github.com/smartystreets/assertions v1.0.1
27
- github.com/smartystreets/goconvey v1.6.3
28
+ github.com/smartystreets/goconvey v1.6.4
28
29
github.com/soheilhy/cmux v0.1.4
29
30
github.com/stretchr/testify v1.6.1
30
31
github.com/uber/jaeger-client-go v2.24.0+incompatible
31
32
github.com/uber/jaeger-lib v2.2.0+incompatible
32
33
go.uber.org/atomic v1.6.0
33
34
google.golang.org/grpc v1.27.1
34
- gopkg.in/yaml.v2 v2.0.0
35
+ gopkg.in/yaml.v2 v2.2.4
35
36
upper.io/db.v3 v3.7.1+incompatible
36
37
)
37
-
38
- replace (
39
-
40
-
41
- )
0 commit comments