Commit 5081c1c 1 parent 49099ee commit 5081c1c Copy full SHA for 5081c1c
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,9 @@ require (
10
10
github.com/go-logr/logr v1.4.2
11
11
github.com/onsi/ginkgo/v2 v2.20.2
12
12
github.com/onsi/gomega v1.34.2
13
- github.com/prometheus/client_golang v1.20.3
13
+ github.com/prometheus/client_golang v1.20.4
14
14
google.golang.org/grpc v1.67.1
15
15
gopkg.in/yaml.v2 v2.4.0
16
- gopkg.in/yaml.v3 v3.0.1
17
16
k8s.io/api v0.29.3
18
17
k8s.io/apimachinery v0.29.3
19
18
k8s.io/cli-runtime v0.29.3
@@ -99,6 +98,7 @@ require (
99
98
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
100
99
google.golang.org/protobuf v1.34.2 // indirect
101
100
gopkg.in/inf.v0 v0.9.1 // indirect
101
+ gopkg.in/yaml.v3 v3.0.1 // indirect
102
102
k8s.io/apiextensions-apiserver v0.27.2 // indirect
103
103
k8s.io/component-base v0.29.3 // indirect
104
104
k8s.io/klog/v2 v2.110.1 // indirect
Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
156
156
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
157
157
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
158
158
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
159
- github.com/prometheus/client_golang v1.20.3 h1:oPksm4K8B+Vt35tUhw6GbSNSgVlVSBH0qELP/7u83l4 =
160
- github.com/prometheus/client_golang v1.20.3 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
159
+ github.com/prometheus/client_golang v1.20.4 h1:Tgh3Yr67PaOv/uTqloMsCEdeuFTatm5zIq5+qNN23vI =
160
+ github.com/prometheus/client_golang v1.20.4 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
161
161
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
162
162
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E =
163
163
github.com/prometheus/client_model v0.6.1 /go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY =
You can’t perform that action at this time.
0 commit comments