Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ toolchain go1.24.5

// We can upgrade all dependencies once https://github.com/cert-manager/cert-manager/commit/ad3b6fbcefe8d7e22a0b39e42473a4a2e7a72d0f is released (>v1.18.1)
// Otherwise there are conflicts between diffent versions of the k8s.io libraries
replace k8s.io/client-go => k8s.io/client-go v0.33.3
replace k8s.io/client-go => k8s.io/client-go v0.35.0

require (
github.com/cert-manager/cert-manager v1.17.2
github.com/gophercloud/gophercloud v0.14.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.10.0
k8s.io/client-go v0.33.3
k8s.io/client-go v0.35.0
)

require (
Expand Down
Loading