Skip to content

Commit

Permalink
Use k8s 1.30 client libs
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jun 3, 2024
1 parent fa28c17 commit 72877a5
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ require (
k8s.io/klog/v2 v2.120.1
k8s.io/kubectl v0.29.0
kmodules.xyz/cert-manager-util v0.29.0
kmodules.xyz/client-go v0.29.14
kmodules.xyz/client-go v0.30.1
kmodules.xyz/custom-resources v0.29.1
kmodules.xyz/monitoring-agent-api v0.29.0
kubedb.dev/apimachinery v0.45.1
Expand All @@ -48,6 +48,8 @@ require (
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/docker/cli v24.0.9+incompatible
github.com/docker/docker v24.0.9+incompatible
github.com/elastic/elastic-transport-go/v8 v8.1.0 // indirect
github.com/elastic/go-elasticsearch/v5 v5.6.1 // indirect
github.com/elastic/go-elasticsearch/v6 v6.8.10 // indirect
Expand Down Expand Up @@ -113,6 +115,10 @@ require (
github.com/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
go.bytebuilders.dev/audit v0.0.35
go.bytebuilders.dev/license-proxyserver v0.0.10
go.bytebuilders.dev/license-verifier v0.14.1
go.bytebuilders.dev/license-verifier/kubernetes v0.14.1
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/net v0.23.0 // indirect
Expand Down Expand Up @@ -144,7 +150,8 @@ require (
kmodules.xyz/objectstore-api v0.29.1 // indirect
kmodules.xyz/offshoot-api v0.29.2 // indirect
kmodules.xyz/prober v0.29.0 // indirect
kmodules.xyz/resource-metadata v0.18.5 // indirect
kmodules.xyz/resource-metadata v0.18.6 // indirect
kubedb/apimachinery f64ef7785

Check failure on line 154 in go.mod

View workflow job for this annotation

GitHub Actions / Build

malformed module path "kubedb/apimachinery": missing dot in first path element
kubeops.dev/petset v0.0.5 // indirect
kubeops.dev/sidekick v0.0.5 // indirect
kubestash.dev/apimachinery v0.7.0 // indirect
Expand All @@ -157,10 +164,8 @@ require (

replace github.com/Masterminds/sprig/v3 => github.com/gomodules/sprig/v3 v3.2.3-0.20220405051441-0a8a99bac1b8

replace sigs.k8s.io/controller-runtime => github.com/kmodules/controller-runtime v0.16.1-0.20240128092212-43c4e15c56b1
replace sigs.k8s.io/controller-runtime => github.com/kmodules/controller-runtime ac-0.18.3

replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.6

replace k8s.io/apiserver => github.com/kmodules/apiserver v0.29.1-0.20240104121741-1fb217d4a573

replace k8s.io/kubernetes => github.com/kmodules/kubernetes v1.30.0-alpha.0.0.20231224075822-3bd9a13c86db
replace k8s.io/apiserver => github.com/kmodules/apiserver ac-1.29.0

0 comments on commit 72877a5

Please sign in to comment.