2021-10-29 23:37:32 +02:00
|
|
|
module sqldb-ws
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require github.com/beego/beego/v2 v2.0.1
|
|
|
|
|
|
|
|
require (
|
2022-04-20 15:25:05 +02:00
|
|
|
forge.redroom.link/yves/sqldb v0.0.0-20211203101953-dee183ae76f5
|
2021-10-29 23:37:32 +02:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
2022-04-20 15:25:05 +02:00
|
|
|
github.com/lib/pq v1.10.4
|
2021-10-29 23:37:32 +02:00
|
|
|
github.com/matthewhartstonge/argon2 v0.1.5
|
2022-04-20 15:25:05 +02:00
|
|
|
github.com/mitchellh/mapstructure v1.4.3 // indirect
|
2021-10-29 23:37:32 +02:00
|
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
2022-04-20 15:25:05 +02:00
|
|
|
github.com/rs/zerolog v1.26.0
|
2021-10-29 23:37:32 +02:00
|
|
|
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 // indirect
|
|
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
|
|
github.com/spf13/viper v1.9.0
|
2022-04-20 15:25:05 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e // indirect
|
2021-10-29 23:37:32 +02:00
|
|
|
golang.org/x/mod v0.5.1 // indirect
|
2022-04-20 15:25:05 +02:00
|
|
|
golang.org/x/net v0.0.0-20211205041911-012df41ee64c // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
|
2021-10-29 23:37:32 +02:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2022-04-20 15:25:05 +02:00
|
|
|
golang.org/x/tools v0.1.8 // indirect
|
|
|
|
gopkg.in/ini.v1 v1.66.2 // indirect
|
2021-10-29 23:37:32 +02:00
|
|
|
)
|