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
8 changes: 4 additions & 4 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,9 @@ License URL: https://github.com/go-jose/go-jose/blob/v4.1.4/json/LICENSE

----------
Module: github.com/go-logr/logr
Version: v1.4.3
Version: v1.4.4
License: Apache-2.0
License URL: https://github.com/go-logr/logr/blob/v1.4.3/LICENSE
License URL: https://github.com/go-logr/logr/blob/v1.4.4/LICENSE

----------
Module: github.com/go-logr/stdr
Expand Down Expand Up @@ -1157,9 +1157,9 @@ License URL: https://github.com/robfig/cron/blob/bc59245fe10e/LICENSE

----------
Module: github.com/rook/rook/pkg/apis/ceph.rook.io
Version: v0.0.0-20260720085041-02428dc8ac95
Version: v0.0.0-20260803155441-45c3e3a204a9
License: Apache-2.0
License URL: https://github.com/rook/rook/blob/02428dc8ac95/pkg/apis/LICENSE
License URL: https://github.com/rook/rook/blob/45c3e3a204a9/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 @@ -64,7 +64,7 @@ require (
github.com/argoproj/argo-cd/v3 v3.5.0
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-20260720085041-02428dc8ac95
github.com/rook/rook/pkg/apis v0.0.0-20260803155441-45c3e3a204a9
)

require (
Expand Down Expand Up @@ -566,7 +566,7 @@ require (
github.com/getsops/gopgagent v0.0.0-20241224165529-7044f28e491e // indirect
github.com/go-errors/errors v1.5.1 // indirect
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/logr v1.4.4 // indirect
github.com/go-logr/zapr v1.3.0 // indirect
github.com/go-openapi/runtime/server-middleware v0.32.3 // indirect
github.com/go-redis/cache/v9 v9.0.0 // indirect
Expand Down
7 changes: 4 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3521,8 +3521,9 @@ github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbV
github.com/go-logr/logr v1.3.0/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
github.com/go-logr/logr v1.4.1/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
github.com/go-logr/logr v1.4.4 h1:tG4xh9yMsRCAiodLVTxyrkzSZ9+o0L1Kg/+cPVcbP/8=
github.com/go-logr/logr v1.4.4/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
github.com/go-logr/zapr v0.1.0/go.mod h1:tabnROwaDl0UNxkVeFRbY8bwB37GwRv0P8lg6aAiEnk=
Expand Down Expand Up @@ -4710,8 +4711,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-20260720085041-02428dc8ac95 h1:YdttL2Kk3KhfD6sC8mwph8INq3waPCv0CGSybw6X2TE=
github.com/rook/rook/pkg/apis v0.0.0-20260720085041-02428dc8ac95/go.mod h1:TVOqP8AxckBuLzTN0ioYGfgXmJKzZS52R/jwQndVJUY=
github.com/rook/rook/pkg/apis v0.0.0-20260803155441-45c3e3a204a9 h1:aAzSu0bHfOkCig1l8VWXBz/PYQu3LqeWD8kGGtVZjds=
github.com/rook/rook/pkg/apis v0.0.0-20260803155441-45c3e3a204a9/go.mod h1:79nbfxfJ+jQZKPvj2ZPvULSP5g+hEpXA0sj63m42GBA=
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
8 changes: 4 additions & 4 deletions internal/tmpl/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,9 @@ License URL: https://github.com/go-jose/go-jose/blob/v4.1.4/json/LICENSE

----------
Module: github.com/go-logr/logr
Version: v1.4.3
Version: v1.4.4
License: Apache-2.0
License URL: https://github.com/go-logr/logr/blob/v1.4.3/LICENSE
License URL: https://github.com/go-logr/logr/blob/v1.4.4/LICENSE

----------
Module: github.com/go-logr/stdr
Expand Down Expand Up @@ -1157,9 +1157,9 @@ License URL: https://github.com/robfig/cron/blob/bc59245fe10e/LICENSE

----------
Module: github.com/rook/rook/pkg/apis/ceph.rook.io
Version: v0.0.0-20260720085041-02428dc8ac95
Version: v0.0.0-20260803155441-45c3e3a204a9
License: Apache-2.0
License URL: https://github.com/rook/rook/blob/02428dc8ac95/pkg/apis/LICENSE
License URL: https://github.com/rook/rook/blob/45c3e3a204a9/pkg/apis/LICENSE

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