update dependencies
All checks were successful
Build Docker image / build (push) Successful in 2m5s
Build Golang packages / test (push) Successful in 9m49s
Build Golang packages / release (push) Successful in 2m24s

This commit is contained in:
Pieter Hollander 2025-10-12 17:24:10 +02:00
parent c681678a59
commit b484eef170
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg
2 changed files with 7 additions and 2 deletions

4
go.mod
View file

@ -5,7 +5,7 @@ go 1.25
require (
github.com/gorilla/websocket v1.5.3
github.com/lib/pq v1.10.9
github.com/pressly/goose/v3 v3.24.3
github.com/pressly/goose/v3 v3.26.0
)
require (
@ -13,5 +13,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.16.0 // indirect
golang.org/x/sync v0.17.0 // indirect
)