2021-09-15 16:15:43 +00:00
|
|
|
module git.cryptic.systems/volker.raschek/db-wait
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
2022-05-25 13:31:26 +00:00
|
|
|
github.com/lib/pq v1.10.6
|
2022-05-25 13:20:47 +00:00
|
|
|
github.com/sijms/go-ora/v2 v2.4.22
|
2022-03-13 13:34:46 +00:00
|
|
|
github.com/spf13/cobra v1.4.0
|
2021-10-24 16:02:13 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
2021-09-15 16:15:43 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
)
|