File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11module github.com/omegion/db-backup
22
3- go 1.21
3+ go 1.23
44
55require (
66 github.com/aws/aws-sdk-go v1.50.6
@@ -9,7 +9,7 @@ require (
99 github.com/sirupsen/logrus v1.9.3
1010 github.com/spf13/cobra v1.10.2
1111 github.com/stretchr/testify v1.11.1
12- k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
12+ k8s.io/utils v0.0.0-20251219084037-98d557b7f1e7
1313)
1414
1515require (
Original file line number Diff line number Diff line change @@ -902,6 +902,8 @@ k8s.io/utils v0.0.0-20240423183400-0849a56e8f22 h1:ao5hUqGhsqdm+bYbjH/pRkCs0unBG
902902k8s.io/utils v0.0.0-20240423183400-0849a56e8f22 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
903903k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 h1:jgGTlFYnhF1PM1Ax/lAlxUPE+KfCIXHaathvJg1C3ak =
904904k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
905+ k8s.io/utils v0.0.0-20251219084037-98d557b7f1e7 h1:H6xtwB5tC+KFSHoEhA1o7DnOtHDEo+n9OBSHjlajVKc =
906+ k8s.io/utils v0.0.0-20251219084037-98d557b7f1e7 /go.mod h1:xDxuJ0whA3d0I4mf/C4ppKHxXynQ+fxnkmQH0vTHnuk =
905907rsc.io/binaryregexp v0.2.0 /go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8 =
906908rsc.io/quote/v3 v3.1.0 /go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0 =
907909rsc.io/sampler v1.3.0 /go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA =
You can’t perform that action at this time.
0 commit comments