Skip to content

Commit

Permalink
fix(deps): update patch digest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Jan 18, 2025
1 parent 6b680b6 commit 5dab57d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/longhorn/longhorn-manager

go 1.23.1

toolchain go1.23.4
toolchain go1.23.5

// Replace directives are required for dependencies in this section because:
// - This module imports k8s.io/kubernetes.
Expand Down Expand Up @@ -177,7 +177,7 @@ require (
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.61.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/rancher/lasso v0.0.0-20250116001102-9e2b68739ccc
github.com/rancher/lasso v0.0.0-20250116175138-91795f788942
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ github.com/rancher/dynamiclistener v0.6.1 h1:sw4fxjutSedm7uIPD4I/hhAS2zIJIk3wOZL
github.com/rancher/dynamiclistener v0.6.1/go.mod h1:0KhUMHy3VcGMGavTY3i1/Mr8rVM02wFqNlUzjc+Cplg=
github.com/rancher/go-rancher v0.1.1-0.20220412083059-ff12399dd57b h1:so40GMVZOZkQeIbAzaZRq6wDrMErvRLuXNsGTRZUpg8=
github.com/rancher/go-rancher v0.1.1-0.20220412083059-ff12399dd57b/go.mod h1:7oQvGNiJsGvrUgB+7AH8bmdzuR0uhULfwKb43Ht0hUk=
github.com/rancher/lasso v0.0.0-20250116001102-9e2b68739ccc h1:5Hb++qaO2TJJCr4z2Ks0GrR5wXVxmr9sdiAFr7iItSg=
github.com/rancher/lasso v0.0.0-20250116001102-9e2b68739ccc/go.mod h1:IxgTBO55lziYhTEETyVKiT8/B5Rg92qYiRmcIIYoPgI=
github.com/rancher/lasso v0.0.0-20250116175138-91795f788942 h1:mEF72TWinHB/g6gJNu6QqyEB4vkWbCsssBBLErk26u0=
github.com/rancher/lasso v0.0.0-20250116175138-91795f788942/go.mod h1:IxgTBO55lziYhTEETyVKiT8/B5Rg92qYiRmcIIYoPgI=
github.com/rancher/wrangler/v3 v3.1.0 h1:8ETBnQOEcZaR6WBmUSysWW7WnERBOiNTMJr4Dj3UG/s=
github.com/rancher/wrangler/v3 v3.1.0/go.mod h1:gUPHS1ANs2NyByfeERHwkGiQ1rlIa8BpTJZtNSgMlZw=
github.com/robfig/cron v1.2.0 h1:ZjScXvvxeQ63Dbyxy76Fj3AT3Ut0aKsyd2/tl3DTMuQ=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ github.com/rancher/dynamiclistener/storage/memory
## explicit
github.com/rancher/go-rancher/api
github.com/rancher/go-rancher/client
# github.com/rancher/lasso v0.0.0-20250116001102-9e2b68739ccc
# github.com/rancher/lasso v0.0.0-20250116175138-91795f788942
## explicit; go 1.22.0
github.com/rancher/lasso/pkg/cache
github.com/rancher/lasso/pkg/client
Expand Down

0 comments on commit 5dab57d

Please sign in to comment.