Skip to content

Commit 6caea7c

Browse files
committed
Update go.mod
1 parent 304bb8b commit 6caea7c

File tree

2 files changed

+380
-9
lines changed

2 files changed

+380
-9
lines changed

go.mod

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,28 @@ require (
1010
github.com/cespare/xxhash/v2 v2.1.1
1111
github.com/coreos/etcd v3.3.13+incompatible
1212
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
1414
github.com/go-kit/kit v0.10.0
1515
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
1616
github.com/google/uuid v1.1.1
1717
github.com/jtolds/gls v4.20.0+incompatible
1818
github.com/matttproud/golang_protobuf_extensions v1.0.1
19+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
1920
github.com/opentracing/opentracing-go v1.2.0
2021
github.com/pborman/uuid v1.2.0
2122
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
2324
github.com/prometheus/client_model v0.2.0
2425
github.com/prometheus/common v0.10.0
2526
github.com/prometheus/procfs v0.1.3
2627
github.com/smartystreets/assertions v1.0.1
27-
github.com/smartystreets/goconvey v1.6.3
28+
github.com/smartystreets/goconvey v1.6.4
2829
github.com/soheilhy/cmux v0.1.4
2930
github.com/stretchr/testify v1.6.1
3031
github.com/uber/jaeger-client-go v2.24.0+incompatible
3132
github.com/uber/jaeger-lib v2.2.0+incompatible
3233
go.uber.org/atomic v1.6.0
3334
google.golang.org/grpc v1.27.1
34-
gopkg.in/yaml.v2 v2.0.0
35+
gopkg.in/yaml.v2 v2.2.4
3536
upper.io/db.v3 v3.7.1+incompatible
3637
)
37-
38-
replace (
39-
40-
41-
)

0 commit comments

Comments
 (0)