15 lines
279 B
Modula-2
15 lines
279 B
Modula-2
module git.cryptic.systems/volker.raschek/db-wait
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/lib/pq v1.10.9
|
|
github.com/sijms/go-ora/v2 v2.7.23
|
|
github.com/spf13/cobra v1.8.0
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|