Skip to content

Commit c24a676

Browse files
Merge pull request #273 from red-hat-storage/dependabot/go_modules/github-dependencies-be1f697bf6
build(deps): bump github.com/ramendr/ramenctl from 0.16.0 to 0.17.0 in the github-dependencies group
2 parents 5355f97 + 668c6ea commit c24a676

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.5
55
require (
66
github.com/noobaa/noobaa-operator/v5 v5.21.0
77
github.com/pkg/errors v0.9.1
8-
github.com/ramendr/ramenctl v0.16.0
8+
github.com/ramendr/ramenctl v0.17.0
99
github.com/red-hat-storage/ocs-operator/api/v4 v4.0.0-20240701091545-dfffbde82a9d
1010
github.com/rook/kubectl-rook-ceph v0.9.6-0.20260211110206-70e360bafd26
1111
github.com/rook/rook v1.19.2
@@ -75,6 +75,7 @@ require (
7575
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.11 // indirect
7676
github.com/aws/aws-sdk-go-v2/service/sts v1.41.3 // indirect
7777
github.com/aws/smithy-go v1.24.0 // indirect
78+
github.com/aymanbagabas/go-udiff v0.3.1 // indirect
7879
github.com/banzaicloud/k8s-objectmatcher v1.8.0 // indirect
7980
github.com/beorn7/perks v1.0.1 // indirect
8081
github.com/blang/semver/v4 v4.0.0 // indirect
@@ -200,8 +201,8 @@ require (
200201
github.com/prometheus/client_model v0.6.2 // indirect
201202
github.com/prometheus/common v0.67.4 // indirect
202203
github.com/prometheus/procfs v0.19.2 // indirect
203-
github.com/ramendr/ramen/api v0.0.0-20250710152106-9a4f493138c5 // indirect
204-
github.com/ramendr/ramen/e2e v0.0.0-20250925105626-1e3bf8dbc4d1 // indirect
204+
github.com/ramendr/ramen/api v0.0.0-20260302102746-0080ff0b2f30 // indirect
205+
github.com/ramendr/ramen/e2e v0.0.0-20260303090636-b77204c8e780 // indirect
205206
github.com/ramendr/recipe v0.0.0-20250507125257-0295a01da567 // indirect
206207
github.com/robfig/cron/v3 v3.0.1 // indirect
207208
github.com/rook/rook/pkg/apis v0.0.0-20260210155143-d82f6dee9790 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2560,12 +2560,12 @@ github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoG
25602560
github.com/prometheus/procfs v0.19.2 h1:zUMhqEW66Ex7OXIiDkll3tl9a1ZdilUOd/F6ZXw4Vws=
25612561
github.com/prometheus/procfs v0.19.2/go.mod h1:M0aotyiemPhBCM0z5w87kL22CxfcH05ZpYlu+b4J7mw=
25622562
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
2563-
github.com/ramendr/ramen/api v0.0.0-20250710152106-9a4f493138c5 h1:2hL/5Ofwx/7O2NRA7q3WdL4rHe1yl8k3sHy7GNkCp+A=
2564-
github.com/ramendr/ramen/api v0.0.0-20250710152106-9a4f493138c5/go.mod h1:vtuEN3pI8SD0WEp5jAPf2Bqi/3CeiuQZkNz6F52NIqo=
2565-
github.com/ramendr/ramen/e2e v0.0.0-20250925105626-1e3bf8dbc4d1 h1:ltQUo1hPMFUhF/oLJZ/OglRCoJMWZkugYAEzzbg/sU0=
2566-
github.com/ramendr/ramen/e2e v0.0.0-20250925105626-1e3bf8dbc4d1/go.mod h1:7/WO8c/srYUJ+S/gmV7qwJABxQX9ymWcaqWjUFewRRc=
2567-
github.com/ramendr/ramenctl v0.16.0 h1:SVNEyrFnaALMytliOuHwi9ZH5pAlu2rEsbik/AMj7zc=
2568-
github.com/ramendr/ramenctl v0.16.0/go.mod h1:PkNez3G0Wxiw5//bJalg6oSIbu5iIF5HhrUnpY2fC2s=
2563+
github.com/ramendr/ramen/api v0.0.0-20260302102746-0080ff0b2f30 h1:q6ci5ht39oiDf5Kg+u05Q/0klUEDTVT27kKc2/9LeLI=
2564+
github.com/ramendr/ramen/api v0.0.0-20260302102746-0080ff0b2f30/go.mod h1:G3q4wmHUdOVefjCKSacg3McDodLwtfFe84wSrGxQ69w=
2565+
github.com/ramendr/ramen/e2e v0.0.0-20260303090636-b77204c8e780 h1:6TJ2D6N8sfFYWXXTyzkLQg7nBFu0yNYZdGmnRkhcOOU=
2566+
github.com/ramendr/ramen/e2e v0.0.0-20260303090636-b77204c8e780/go.mod h1:BhAPwG+WRu/nJ3Qr9BM+pEMNu6N4QYGftCczD8QWsHk=
2567+
github.com/ramendr/ramenctl v0.17.0 h1:DvFvVNj93ll8Mtpxo3QSZZtw01xIDSmHaiCsWRDnz4Y=
2568+
github.com/ramendr/ramenctl v0.17.0/go.mod h1:CzrrqftCmGXNN5lE/T12jzkv7wFtDmZQ+Kd72EDSgCI=
25692569
github.com/ramendr/recipe v0.0.0-20250507125257-0295a01da567 h1:QRcHe6GTJAgLK7zgF6ivwZ6B0SFe1tONbA7VMQMWjMM=
25702570
github.com/ramendr/recipe v0.0.0-20250507125257-0295a01da567/go.mod h1:dGXrk743fq6VG8u6lflEce7ITM7d/9xSBeAbI2RXl9s=
25712571
github.com/red-hat-storage/ocs-operator/api/v4 v4.0.0-20240701091545-dfffbde82a9d h1:/AnA3CccDrZZfgaJSKIWMZOznzq2k5W9CXmj4Vyhxik=

0 commit comments

Comments
 (0)