Upgrade dependencies
This commit is contained in:
parent
dfb7c0c35e
commit
a6ddd2700b
2 changed files with 12 additions and 34 deletions
4
go.mod
4
go.mod
|
@ -1,6 +1,6 @@
|
|||
module git.hollander.online/energy/opendtu-logger
|
||||
|
||||
go 1.24
|
||||
go 1.25
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.5.3
|
||||
|
@ -12,5 +12,5 @@ require (
|
|||
github.com/mfridman/interpolate v0.0.2 // indirect
|
||||
github.com/sethvargo/go-retry v0.3.0 // indirect
|
||||
go.uber.org/multierr v1.11.0 // indirect
|
||||
golang.org/x/sync v0.14.0 // indirect
|
||||
golang.org/x/sync v0.16.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue