-
-
Notifications
You must be signed in to change notification settings - Fork 66
chore(deps): update Go dependencies #241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -5,36 +5,35 @@ go 1.24.0 | |||||||||||||
| toolchain go1.24.4 | ||||||||||||||
|
|
||||||||||||||
| require ( | ||||||||||||||
| github.com/chromedp/chromedp v0.14.1 | ||||||||||||||
| github.com/cloudflare/cloudflare-go v0.115.0 | ||||||||||||||
| github.com/chromedp/chromedp v0.14.2 | ||||||||||||||
| github.com/cloudflare/cloudflare-go v0.116.0 | ||||||||||||||
| github.com/go-logr/logr v1.4.3 | ||||||||||||||
| github.com/go-logr/stdr v1.2.2 | ||||||||||||||
| github.com/joho/godotenv v1.5.1 | ||||||||||||||
| github.com/onsi/ginkgo/v2 v2.26.0 | ||||||||||||||
| github.com/onsi/ginkgo/v2 v2.27.1 | ||||||||||||||
| github.com/onsi/gomega v1.38.2 | ||||||||||||||
| github.com/pkg/errors v0.9.1 | ||||||||||||||
| github.com/spf13/cobra v1.10.1 | ||||||||||||||
| github.com/stretchr/testify v1.11.1 | ||||||||||||||
| k8s.io/api v0.33.2 | ||||||||||||||
| k8s.io/apimachinery v0.33.2 | ||||||||||||||
| k8s.io/client-go v0.33.2 | ||||||||||||||
| k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 | ||||||||||||||
| sigs.k8s.io/controller-runtime v0.21.0 | ||||||||||||||
| sigs.k8s.io/yaml v1.4.0 | ||||||||||||||
| k8s.io/api v0.34.1 | ||||||||||||||
| k8s.io/apimachinery v0.34.1 | ||||||||||||||
| k8s.io/client-go v0.34.1 | ||||||||||||||
| k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 | ||||||||||||||
| sigs.k8s.io/controller-runtime v0.22.3 | ||||||||||||||
| sigs.k8s.io/yaml v1.6.0 | ||||||||||||||
| ) | ||||||||||||||
|
|
||||||||||||||
| require ( | ||||||||||||||
| github.com/Masterminds/semver/v3 v3.4.0 // indirect | ||||||||||||||
| github.com/beorn7/perks v1.0.1 // indirect | ||||||||||||||
| github.com/blang/semver/v4 v4.0.0 // indirect | ||||||||||||||
| github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||||||||||||||
| github.com/chromedp/cdproto v0.0.0-20250724212937-08a3db8b4327 // indirect | ||||||||||||||
| github.com/chromedp/sysutil v1.1.0 // indirect | ||||||||||||||
| github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||||||||||||||
| github.com/emicklei/go-restful/v3 v3.11.0 // indirect | ||||||||||||||
| github.com/emicklei/go-restful/v3 v3.12.2 // indirect | ||||||||||||||
| github.com/evanphx/json-patch/v5 v5.9.11 // indirect | ||||||||||||||
| github.com/fsnotify/fsnotify v1.7.0 // indirect | ||||||||||||||
| github.com/fxamacker/cbor/v2 v2.7.0 // indirect | ||||||||||||||
| github.com/fsnotify/fsnotify v1.9.0 // indirect | ||||||||||||||
| github.com/fxamacker/cbor/v2 v2.9.0 // indirect | ||||||||||||||
| github.com/go-json-experiment/json v0.0.0-20250725192818-e39067aee2d2 // indirect | ||||||||||||||
| github.com/go-openapi/jsonpointer v0.21.0 // indirect | ||||||||||||||
| github.com/go-openapi/jsonreference v0.20.2 // indirect | ||||||||||||||
|
|
@@ -46,7 +45,7 @@ require ( | |||||||||||||
| github.com/goccy/go-json v0.10.5 // indirect | ||||||||||||||
| github.com/gogo/protobuf v1.3.2 // indirect | ||||||||||||||
| github.com/google/btree v1.1.3 // indirect | ||||||||||||||
| github.com/google/gnostic-models v0.6.9 // indirect | ||||||||||||||
| github.com/google/gnostic-models v0.7.0 // indirect | ||||||||||||||
| github.com/google/go-cmp v0.7.0 // indirect | ||||||||||||||
| github.com/google/go-querystring v1.1.0 // indirect | ||||||||||||||
| github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect | ||||||||||||||
|
|
@@ -56,7 +55,7 @@ require ( | |||||||||||||
| github.com/json-iterator/go v1.1.12 // indirect | ||||||||||||||
| github.com/mailru/easyjson v0.7.7 // indirect | ||||||||||||||
| github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||||||||||||||
| github.com/modern-go/reflect2 v1.0.2 // indirect | ||||||||||||||
| github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect | ||||||||||||||
| github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||||||||||||||
| github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||||||||||||||
| github.com/prometheus/client_golang v1.22.0 // indirect | ||||||||||||||
|
|
@@ -66,6 +65,7 @@ require ( | |||||||||||||
| github.com/spf13/pflag v1.0.9 // indirect | ||||||||||||||
| github.com/x448/float16 v0.8.4 // indirect | ||||||||||||||
| go.uber.org/automaxprocs v1.6.0 // indirect | ||||||||||||||
| go.yaml.in/yaml/v2 v2.4.2 // indirect | ||||||||||||||
| go.yaml.in/yaml/v3 v3.0.4 // indirect | ||||||||||||||
| golang.org/x/mod v0.27.0 // indirect | ||||||||||||||
| golang.org/x/net v0.43.0 // indirect | ||||||||||||||
|
|
@@ -81,72 +81,72 @@ require ( | |||||||||||||
| gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect | ||||||||||||||
| gopkg.in/inf.v0 v0.9.1 // indirect | ||||||||||||||
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||||||||||||||
| k8s.io/apiextensions-apiserver v0.33.0 // indirect | ||||||||||||||
| k8s.io/apiextensions-apiserver v0.34.1 // indirect | ||||||||||||||
| k8s.io/klog/v2 v2.130.1 // indirect | ||||||||||||||
| k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect | ||||||||||||||
| sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect | ||||||||||||||
| k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect | ||||||||||||||
| sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect | ||||||||||||||
| sigs.k8s.io/randfill v1.0.0 // indirect | ||||||||||||||
| sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect | ||||||||||||||
| sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect | ||||||||||||||
| ) | ||||||||||||||
|
|
||||||||||||||
|
Comment on lines
+89
to
91
|
||||||||||||||
| sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect | |
| ) | |
| sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect | |
| ) | |
| replace sigs.k8s.io/structured-merge-diff/v4 => sigs.k8s.io/structured-merge-diff/v4 v4.2.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The module path
go.yaml.in/yaml/v2appears to be incorrect. The standard module path for yaml.v2 should begopkg.in/yaml.v2(without the "go." prefix). This typo could cause import issues. Please verify this is the intended module path or correct it togopkg.in/yaml.v2.