We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7c849 commit 55cc3acCopy full SHA for 55cc3ac
go.mod
@@ -4,6 +4,7 @@ go 1.23.0
4
5
require (
6
github.com/cenkalti/backoff/v4 v4.3.0
7
+ github.com/cenkalti/backoff/v5 v5.0.1
8
github.com/onsi/ginkgo v1.16.5
9
github.com/onsi/gomega v1.36.2
10
k8s.io/apimachinery v0.32.1
@@ -86,7 +87,6 @@ require (
86
87
github.com/antchfx/xmlquery v1.4.3
88
github.com/beorn7/perks v1.0.1 // indirect
89
github.com/blang/semver/v4 v4.0.0
- github.com/cenkalti/backoff/v5 v5.0.1
90
github.com/cespare/xxhash/v2 v2.3.0 // indirect
91
github.com/clarketm/json v1.17.1
92
github.com/coreos/ignition/v2 v2.20.0
0 commit comments