Verify compatibility OpenDTU 25.5.10. Update dependencies.
All checks were successful
Build Docker image / build (push) Successful in 2m8s
Build Golang packages / release (push) Successful in 2m58s

This commit is contained in:
Pieter Hollander 2025-05-15 14:04:48 +02:00
parent f75fe8d72c
commit 39dd6ae0d6
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg
3 changed files with 12 additions and 3 deletions

4
go.mod
View file

@ -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
)