sqldb-ws/go.mod
2023-04-28 16:53:14 +02:00

21 lines
611 B
Modula-2

module sqldb-ws
go 1.16
require github.com/beego/beego/v2 v2.0.7
require (
forge.redroom.link/yves/sqldb v0.0.0-20230130111657-cf652439b461
github.com/lib/pq v1.10.8
github.com/matthewhartstonge/argon2 v0.3.2
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.7 // indirect
github.com/prometheus/client_golang v1.15.0 // indirect
github.com/rs/zerolog v1.29.1
github.com/smartystreets/goconvey v1.6.4
github.com/spf13/afero v1.9.5 // indirect
github.com/spf13/viper v1.15.0
golang.org/x/crypto v0.8.0 // indirect
)