Skip to content

Commit 28467c7

Browse files
author
vivek.name: "Vivek Reddy
committed
updating go mod
1 parent 4741a3e commit 28467c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,17 @@ require (
1414
github.com/aws/aws-sdk-go v1.55.7
1515
github.com/cert-manager/cert-manager v1.18.0
1616
github.com/go-logr/logr v1.4.2
17+
github.com/google/go-cmp v0.7.0
1718
github.com/onsi/ginkgo/v2 v2.22.2
1819
github.com/onsi/gomega v1.36.2
1920
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.83.0
2021
github.com/prometheus/client_golang v1.22.0
2122
github.com/ray-project/kuberay/ray-operator v1.3.2
2223
github.com/splunk/splunk-operator v0.0.0-20250509062254-b2c69b161847
2324
google.golang.org/api v0.235.0
25+
gopkg.in/yaml.v2 v2.4.0
2426
k8s.io/api v0.33.1
27+
k8s.io/apiextensions-apiserver v0.33.1
2528
k8s.io/apimachinery v0.33.1
2629
k8s.io/client-go v0.33.1
2730
k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979
@@ -68,7 +71,6 @@ require (
6871
github.com/google/btree v1.1.3 // indirect
6972
github.com/google/cel-go v0.23.2 // indirect
7073
github.com/google/gnostic-models v0.6.9 // indirect
71-
github.com/google/go-cmp v0.7.0 // indirect
7274
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
7375
github.com/google/s2a-go v0.1.9 // indirect
7476
github.com/google/uuid v1.6.0 // indirect
@@ -129,7 +131,6 @@ require (
129131
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
130132
gopkg.in/inf.v0 v0.9.1 // indirect
131133
gopkg.in/yaml.v3 v3.0.1 // indirect
132-
k8s.io/apiextensions-apiserver v0.33.1 // indirect
133134
k8s.io/apiserver v0.33.1 // indirect
134135
k8s.io/component-base v0.33.1 // indirect
135136
k8s.io/klog/v2 v2.130.1 // indirect

0 commit comments

Comments
 (0)