Skip to content

Commit 45fb34d

Browse files
committed
update dependencies
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 976f927 commit 45fb34d

File tree

2 files changed

+274
-10
lines changed

2 files changed

+274
-10
lines changed

go.mod

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ go 1.15
55
require (
66
github.com/jessevdk/go-flags v1.4.1-0.20181221193153-c0795c8afcf4
77
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
8-
github.com/prometheus/client_golang v1.6.0
8+
github.com/prometheus/client_golang v1.7.1
9+
github.com/prometheus/common v0.13.0 // indirect
910
github.com/sirupsen/logrus v1.6.0
1011
github.com/webdevops/go-prometheus-common v0.0.0-20200601190815-465c9d5d262b
11-
golang.org/x/net v0.0.0-20200528225125-3c3fba18258b // indirect
12-
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
13-
google.golang.org/protobuf v1.24.0 // indirect
12+
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
13+
golang.org/x/sys v0.0.0-20200821140526-fda516888d29 // indirect
14+
google.golang.org/protobuf v1.25.0 // indirect
1415
gopkg.in/resty.v1 v1.12.0
1516
)

0 commit comments

Comments
 (0)