Skip to content

Commit ff27d4a

Browse files
committed
update dependencies
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 2dcd8df commit ff27d4a

File tree

2 files changed

+270
-221
lines changed

2 files changed

+270
-221
lines changed

go.mod

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ require (
66
github.com/golang/protobuf v1.5.2 // indirect
77
github.com/jessevdk/go-flags v1.5.0
88
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
9-
github.com/prometheus/client_golang v1.10.0
10-
github.com/prometheus/common v0.23.0 // indirect
9+
github.com/prometheus/client_golang v1.11.0
10+
github.com/prometheus/common v0.30.0 // indirect
11+
github.com/prometheus/procfs v0.7.2 // indirect
1112
github.com/sirupsen/logrus v1.8.1
1213
github.com/webdevops/go-prometheus-common v0.0.0-20200601190815-465c9d5d262b
13-
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 // indirect
14-
golang.org/x/sys v0.0.0-20210503173754-0981d6026fa6 // indirect
14+
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
15+
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
16+
google.golang.org/protobuf v1.27.1 // indirect
1517
gopkg.in/resty.v1 v1.12.0
1618
)

0 commit comments

Comments
 (0)