@@ -11,7 +11,7 @@ require (
11
11
github.com/gomodule/redigo v1.8.9
12
12
github.com/gorilla/mux v1.8.0
13
13
github.com/opencontainers/go-digest v1.0.0
14
- github.com/prometheus/client_golang v1.14.0
14
+ github.com/prometheus/client_golang v1.15.1
15
15
github.com/sirupsen/logrus v1.9.0
16
16
github.com/stretchr/testify v1.8.2
17
17
github.com/testcontainers/testcontainers-go v0.12.0
@@ -24,13 +24,13 @@ require (
24
24
github.com/Microsoft/go-winio v0.5.2 // indirect
25
25
github.com/beorn7/perks v1.0.1 // indirect
26
26
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
27
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
27
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
28
28
github.com/containerd/containerd v1.5.18 // indirect
29
29
github.com/davecgh/go-spew v1.1.1 // indirect
30
30
github.com/docker/distribution v2.8.1+incompatible // indirect
31
31
github.com/docker/go-units v0.4.0 // indirect
32
32
github.com/gogo/protobuf v1.3.2 // indirect
33
- github.com/golang/protobuf v1.5.2 // indirect
33
+ github.com/golang/protobuf v1.5.3 // indirect
34
34
github.com/google/uuid v1.3.0 // indirect
35
35
github.com/klauspost/compress v1.11.13 // indirect
36
36
github.com/magiconair/properties v1.8.5 // indirect
@@ -44,12 +44,13 @@ require (
44
44
github.com/pkg/errors v0.9.1 // indirect
45
45
github.com/pmezard/go-difflib v1.0.0 // indirect
46
46
github.com/prometheus/client_model v0.3.0 // indirect
47
- github.com/prometheus/common v0.37 .0 // indirect
48
- github.com/prometheus/procfs v0.8 .0 // indirect
47
+ github.com/prometheus/common v0.42 .0 // indirect
48
+ github.com/prometheus/procfs v0.9 .0 // indirect
49
49
github.com/robfig/cron v1.2.0 // indirect
50
+ github.com/rogpeppe/go-internal v1.10.0 // indirect
50
51
github.com/stretchr/objx v0.5.0 // indirect
51
52
golang.org/x/sys v0.7.0 // indirect
52
- google.golang.org/protobuf v1.28.1 // indirect
53
+ google.golang.org/protobuf v1.30.0 // indirect
53
54
gopkg.in/yaml.v2 v2.4.0 // indirect
54
55
gopkg.in/yaml.v3 v3.0.1 // indirect
55
56
)
0 commit comments