Update go dependencies.

This commit is contained in:
Pieter Hollander 2024-09-14 18:15:52 +02:00
parent 0052a9848b
commit dc6f41eeb0
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg
2 changed files with 6 additions and 1 deletions

2
go.mod
View file

@ -5,7 +5,7 @@ go 1.23
require (
github.com/gorilla/websocket v1.5.3
github.com/lib/pq v1.10.9
github.com/pressly/goose/v3 v3.21.1
github.com/pressly/goose/v3 v3.22.0
)
require (