opendtu-logger/go.mod
Pieter Hollander 0052a9848b
All checks were successful
Build Docker image / build (push) Successful in 2m16s
Build Golang packages / release (push) Has been skipped
go mod tidy
2024-08-14 23:18:54 +02:00

17 lines
406 B
Modula-2

module git.hollander.online/energy/opendtu-logger
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
)
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.8.0 // indirect
golang.org/x/sys v0.22.0 // indirect
)