Skip to content
Open
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 @@ -905,9 +905,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-20260706194609-cf54270bf5d3
Version: v0.0.0-20260707223529-6c2a3a5f2b08
License: Apache-2.0
License URL: https://github.com/rook/rook/blob/cf54270bf5d3/pkg/apis/LICENSE
License URL: https://github.com/rook/rook/blob/6c2a3a5f2b08/pkg/apis/LICENSE

----------
Module: github.com/rubenv/sql-migrate
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ require (
github.com/DATA-DOG/go-sqlmock v1.5.2
github.com/google/go-github/v74 v74.0.0
github.com/lib/pq v1.12.3
github.com/rook/rook/pkg/apis v0.0.0-20260706194609-cf54270bf5d3
github.com/rook/rook/pkg/apis v0.0.0-20260707223529-6c2a3a5f2b08
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4648,8 +4648,8 @@ github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWN
github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc=
github.com/rogpeppe/go-internal v1.15.0 h1:D0RCU5rMAp+SpgkiNdrjfJ+LX4J1M32V2NeCY7EJ6hc=
github.com/rogpeppe/go-internal v1.15.0/go.mod h1:DrUVZyrJU+txYW5/1kwtXQSMFio52ZOxX7yM1VHvnxs=
github.com/rook/rook/pkg/apis v0.0.0-20260706194609-cf54270bf5d3 h1:Hl7F8M4pp544LpJkpS1WqLvqAhSjJz+tysPYqylMYtw=
github.com/rook/rook/pkg/apis v0.0.0-20260706194609-cf54270bf5d3/go.mod h1:UFa9cOFRW/hrqe4LkvbasnIMI56oGiGdlGkAl9O96Jg=
github.com/rook/rook/pkg/apis v0.0.0-20260707223529-6c2a3a5f2b08 h1:u+Hp2VBML49bcIIzkSjQm5KorfYqM7GAsDTU6uBSRKo=
github.com/rook/rook/pkg/apis v0.0.0-20260707223529-6c2a3a5f2b08/go.mod h1:UFa9cOFRW/hrqe4LkvbasnIMI56oGiGdlGkAl9O96Jg=
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 @@ -905,9 +905,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-20260706194609-cf54270bf5d3
Version: v0.0.0-20260707223529-6c2a3a5f2b08
License: Apache-2.0
License URL: https://github.com/rook/rook/blob/cf54270bf5d3/pkg/apis/LICENSE
License URL: https://github.com/rook/rook/blob/6c2a3a5f2b08/pkg/apis/LICENSE

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