Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d01fa2e

Browse files
committedMar 13, 2025··
Fix go.mod, update dependencies.
1 parent d4c3c47 commit d01fa2e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/rabbitmq/default-user-credential-updater
22

3-
go 1.22.0
3+
go 1.23.0
44

5-
toolchain go1.23.2
5+
toolchain go1.24.1
66

77
require (
88
github.com/fsnotify/fsnotify v1.8.0
@@ -20,7 +20,7 @@ require (
2020
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
2121
github.com/kr/pretty v0.2.1 // indirect
2222
golang.org/x/net v0.33.0 // indirect
23-
golang.org/x/sys v0.28.0 // indirect
23+
golang.org/x/sys v0.31.0 // indirect
2424
golang.org/x/text v0.21.0 // indirect
2525
golang.org/x/tools v0.28.0 // indirect
2626
gopkg.in/yaml.v3 v3.0.1 // indirect

‎go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
2929
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
3030
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
3131
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
32-
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=
33-
golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
32+
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
33+
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
3434
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
3535
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
3636
golang.org/x/tools v0.28.0 h1:WuB6qZ4RPCQo5aP3WdKZS7i595EdWqWR8vqJTlwTVK8=

0 commit comments

Comments
 (0)
Please sign in to comment.