@@ -5,24 +5,24 @@ go 1.19
5
5
require (
6
6
github.com/go-resty/resty/v2 v2.7.0
7
7
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
12
12
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
15
15
google.golang.org/protobuf v1.28.1 // indirect
16
16
)
17
17
18
18
require (
19
19
github.com/jessevdk/go-flags v1.5.0
20
20
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
22
22
)
23
23
24
24
require (
25
25
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
28
28
)
0 commit comments