Skip to content

Commit 9ad76dd

Browse files
committed
update deps
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 9aa28ae commit 9ad76dd

File tree

2 files changed

+123
-25
lines changed

2 files changed

+123
-25
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ require (
66
github.com/go-resty/resty/v2 v2.7.0
77
github.com/golang/protobuf v1.5.2 // indirect
88
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
9-
github.com/prometheus/client_golang v1.12.1
10-
github.com/prometheus/common v0.32.1 // indirect
11-
github.com/prometheus/procfs v0.7.3 // indirect
12-
github.com/sirupsen/logrus v1.8.1
13-
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
14-
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
15-
google.golang.org/protobuf v1.27.1 // indirect
9+
github.com/prometheus/client_golang v1.12.2
10+
github.com/prometheus/common v0.37.0 // indirect
11+
github.com/prometheus/procfs v0.8.0 // indirect
12+
github.com/sirupsen/logrus v1.9.0
13+
golang.org/x/net v0.0.0-20220728211354-c7608f3a8462 // indirect
14+
golang.org/x/sys v0.0.0-20220730100132-1609e554cd39 // indirect
15+
google.golang.org/protobuf v1.28.1 // indirect
1616
)
1717

1818
require (
1919
github.com/jessevdk/go-flags v1.5.0
2020
github.com/patrickmn/go-cache v2.1.0+incompatible
21-
github.com/webdevops/go-common v0.0.0-20220406110653-237539a358b2
21+
github.com/webdevops/go-common v0.0.0-20220725184121-4abaede0f974
2222
)
2323

2424
require (

0 commit comments

Comments
 (0)