Skip to content

Commit 897c579

Browse files
committed
update dependencies
1 parent f37122a commit 897c579

File tree

2 files changed

+198
-36
lines changed

2 files changed

+198
-36
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ go 1.15
44

55
require (
66
github.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
99
github.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
1212
github.com/opentracing/opentracing-go v1.2.0
1313
github.com/pkg/errors v0.9.1
14-
github.com/prometheus/client_golang v1.11.0
14+
github.com/prometheus/client_golang v1.11.1
1515
github.com/prometheus/common v0.31.1
1616
github.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
1919
gopkg.in/yaml.v2 v2.4.0
2020
)

0 commit comments

Comments
 (0)