Verify compatibility OpenDTU 25.5.10. Update dependencies.
This commit is contained in:
parent
f75fe8d72c
commit
39dd6ae0d6
3 changed files with 12 additions and 3 deletions
4
go.mod
4
go.mod
|
@ -5,12 +5,12 @@ go 1.24
|
|||
require (
|
||||
github.com/gorilla/websocket v1.5.3
|
||||
github.com/lib/pq v1.10.9
|
||||
github.com/pressly/goose/v3 v3.24.1
|
||||
github.com/pressly/goose/v3 v3.24.3
|
||||
)
|
||||
|
||||
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.11.0 // indirect
|
||||
golang.org/x/sync v0.14.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue