Skip to content

Commit bb1f787

Browse files
committed
update deps
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 697240c commit bb1f787

File tree

2 files changed

+29
-467
lines changed

2 files changed

+29
-467
lines changed

go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@ go 1.19
55
require (
66
github.com/go-resty/resty/v2 v2.7.0
77
github.com/golang/protobuf v1.5.2 // indirect
8-
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
9-
github.com/prometheus/client_golang v1.13.0
10-
github.com/prometheus/common v0.37.0 // indirect
11-
github.com/prometheus/procfs v0.8.0 // indirect
8+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
9+
github.com/prometheus/client_golang v1.14.0
10+
github.com/prometheus/common v0.39.0 // indirect
11+
github.com/prometheus/procfs v0.9.0 // indirect
1212
github.com/sirupsen/logrus v1.9.0
13-
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
14-
golang.org/x/sys v0.0.0-20220915200043-7b5979e65e41 // indirect
13+
golang.org/x/net v0.6.0 // indirect
14+
golang.org/x/sys v0.5.0 // 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-20220914173209-2471ec95feda
21+
github.com/webdevops/go-common v0.0.0-20230123214010-eedc073b90d4
2222
)
2323

2424
require (
2525
github.com/beorn7/perks v1.0.1 // indirect
26-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
27-
github.com/prometheus/client_model v0.2.0 // indirect
26+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
27+
github.com/prometheus/client_model v0.3.0 // indirect
2828
)

0 commit comments

Comments
 (0)