2021-09-15 16:15:43 +00:00
|
|
|
module git.cryptic.systems/volker.raschek/db-wait
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
2023-05-18 12:04:56 +00:00
|
|
|
github.com/lib/pq v1.10.9
|
2023-06-18 14:41:35 +00:00
|
|
|
github.com/sijms/go-ora/v2 v2.7.7
|
2023-04-12 19:59:45 +00:00
|
|
|
github.com/spf13/cobra v1.7.0
|
2021-10-24 16:02:13 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-04-12 19:59:45 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2021-09-15 16:15:43 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
)
|