Skip to content
Merged
Show file tree
Hide file tree
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 NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -893,9 +893,9 @@ License URL: https://github.com/prometheus/procfs/blob/v0.20.1/LICENSE

----------
Module: github.com/rook/rook/pkg/apis/ceph.rook.io
Version: v0.0.0-20260526191009-8dd1778655f0
Version: v0.0.0-20260527112405-9427551c313e
License: Apache-2.0
License URL: https://github.com/rook/rook/blob/8dd1778655f0/pkg/apis/LICENSE
License URL: https://github.com/rook/rook/blob/9427551c313e/pkg/apis/LICENSE

----------
Module: github.com/rubenv/sql-migrate
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ require (
require (
github.com/DATA-DOG/go-sqlmock v1.5.2
github.com/google/go-github/v74 v74.0.0
github.com/google/go-github/v88 v88.0.0
github.com/lib/pq v1.12.3
github.com/rook/rook/pkg/apis v0.0.0-20260526191009-8dd1778655f0
github.com/rook/rook/pkg/apis v0.0.0-20260527112405-9427551c313e
)

require (
Expand Down Expand Up @@ -554,6 +553,7 @@ require (
github.com/google/btree v1.1.3 // indirect
github.com/google/gnostic-models v0.7.1 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/go-github/v88 v88.0.0 // indirect
github.com/google/go-licenses/v2 v2.0.1 // indirect
github.com/google/go-querystring v1.2.0 // indirect
github.com/google/licenseclassifier/v2 v2.0.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4657,8 +4657,8 @@ github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99
github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o=
github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=
github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc=
github.com/rook/rook/pkg/apis v0.0.0-20260526191009-8dd1778655f0 h1:E8vv3E/Hsyv9XbAA1y4C7DLYQlwPI3OWWUvevOm2g4E=
github.com/rook/rook/pkg/apis v0.0.0-20260526191009-8dd1778655f0/go.mod h1:toWDy5pmNPfYojeXOpmBDwQJ0rK6P/WNj2tPDMjLIuY=
github.com/rook/rook/pkg/apis v0.0.0-20260527112405-9427551c313e h1:GMhPPp8Mby2oJW5Xj/+Z9KysqblgRoilHb7zdiEkg3w=
github.com/rook/rook/pkg/apis v0.0.0-20260527112405-9427551c313e/go.mod h1:toWDy5pmNPfYojeXOpmBDwQJ0rK6P/WNj2tPDMjLIuY=
github.com/rook/secrets v0.0.0-20240315053144-3195f6906937 h1:1TpdIqF9mtQfhNfwOpXdpJTMhx66PonVCCvYcGWvu/I=
github.com/rook/secrets v0.0.0-20240315053144-3195f6906937/go.mod h1:jOxzr6jXuSz9UztMhEpcBi1/vPygUA4z9kFuFj+6zd8=
github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ=
Expand Down
4 changes: 2 additions & 2 deletions internal/tmpl/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -893,9 +893,9 @@ License URL: https://github.com/prometheus/procfs/blob/v0.20.1/LICENSE

----------
Module: github.com/rook/rook/pkg/apis/ceph.rook.io
Version: v0.0.0-20260526191009-8dd1778655f0
Version: v0.0.0-20260527112405-9427551c313e
License: Apache-2.0
License URL: https://github.com/rook/rook/blob/8dd1778655f0/pkg/apis/LICENSE
License URL: https://github.com/rook/rook/blob/9427551c313e/pkg/apis/LICENSE

----------
Module: github.com/rubenv/sql-migrate
Expand Down