db-wait/go.mod
Markus Pesch 4c7ce56f1b
Some checks failed
Markdown linter / markdown-lint (push) Successful in 13s
Golang Tests / unittest (push) Successful in 33s
Release / release (push) Failing after 4m54s
Release / sync-to-hub-docker-io (push) Has been skipped
feat: use goreleaser
2025-05-31 21:26:20 +02:00

15 lines
279 B
Modula-2

module git.cryptic.systems/volker.raschek/db-wait
go 1.24
require (
github.com/lib/pq v1.10.9
github.com/sijms/go-ora/v2 v2.8.24
github.com/spf13/cobra v1.9.1
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.6 // indirect
)