File tree Expand file tree Collapse file tree 2 files changed +198
-36
lines changed Expand file tree Collapse file tree 2 files changed +198
-36
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ go 1.15
44
55require (
66github.com/blang/semver v3.5.1+incompatible
7- github.com/go-kit/kit v0.10 .0
8- github.com/gogo/protobuf v1.3.1
7+ github.com/go-kit/kit v0.13 .0
8+ github.com/gogo/protobuf v1.3.2
99github.com/golang/snappy v0.0.2
10- github.com/json-iterator/go v1.1.11
11- github.com/mitchellh/mapstructure v1.2.2
10+ github.com/json-iterator/go v1.1.12
11+ github.com/mitchellh/mapstructure v1.5.0
1212github.com/opentracing/opentracing-go v1.2.0
1313github.com/pkg/errors v0.9.1
14- github.com/prometheus/client_golang v1.11.0
14+ github.com/prometheus/client_golang v1.11.1
1515github.com/prometheus/common v0.31.1
1616github.com/prometheus/prometheus v1.8.2-0.20201028100903-3245b3267b24
17- github.com/stretchr/testify v1.6.1
18- google.golang.org/grpc v1.32 .0
17+ github.com/stretchr/testify v1.7.2
18+ google.golang.org/grpc v1.40 .0
1919gopkg.in/yaml.v2 v2.4.0
2020)
You can’t perform that action at this time.
0 commit comments