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.9 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.1 // indirect github.com/rs/zerolog v1.29.1 github.com/smartystreets/goconvey v1.8.0 github.com/spf13/afero v1.9.5 // indirect github.com/spf13/viper v1.15.0 golang.org/x/crypto v0.8.0 // indirect )