Skip to content

Commit c060555

Browse files
committed
update deps
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 768560c commit c060555

File tree

2 files changed

+12
-117
lines changed

2 files changed

+12
-117
lines changed

go.mod

Lines changed: 4 additions & 4 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.2
9+
github.com/prometheus/client_golang v1.13.0
1010
github.com/prometheus/common v0.37.0 // indirect
1111
github.com/prometheus/procfs v0.8.0 // indirect
1212
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
13+
golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
14+
golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 // indirect
1515
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-20220725184121-4abaede0f974
21+
github.com/webdevops/go-common v0.0.0-20220807131626-ccf56fcd7f3a
2222
)
2323

2424
require (

0 commit comments

Comments
 (0)