2021-09-15 16:15:43 +00:00
|
|
|
module git.cryptic.systems/volker.raschek/db-wait
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
2022-09-06 22:01:31 +00:00
|
|
|
github.com/lib/pq v1.10.7
|
2022-12-31 08:12:11 +00:00
|
|
|
github.com/sijms/go-ora/v2 v2.5.21
|
2022-10-25 02:10:44 +00:00
|
|
|
github.com/spf13/cobra v1.6.1
|
2021-10-24 16:02:13 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2022-10-11 17:41:04 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
2021-09-15 16:15:43 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
)
|