sqldb-ws/go.mod
2022-05-17 18:05:18 +02:00

26 lines
938 B
Modula-2

module sqldb-ws
go 1.16
require github.com/beego/beego/v2 v2.0.2
require (
forge.redroom.link/yves/sqldb v0.0.0-20220517150338-df398dab1ab0
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/lib/pq v1.10.6
github.com/matthewhartstonge/argon2 v0.2.1
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
github.com/prometheus/client_golang v1.12.2 // indirect
github.com/prometheus/common v0.34.0 // indirect
github.com/rs/zerolog v1.26.1
github.com/smartystreets/goconvey v1.6.4
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/viper v1.11.0
golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167 // indirect
golang.org/x/net v0.0.0-20220516155154-20f960328961 // indirect
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a // indirect
gopkg.in/yaml.v3 v3.0.0-20220512140231-539c8e751b99 // indirect
)