Files
db-wait/go.mod
CSRBot 6ff83fc26b
All checks were successful
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Successful in 39s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Successful in 42s
Golang Tests / unittest (stable, ubuntu-latest-amd64) (pull_request) Successful in 7s
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Successful in 49s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (pull_request) Successful in 9s
Lint Markdown files / markdown-lint (pull_request) Successful in 16s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Successful in 1m53s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (pull_request) Successful in 18s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (pull_request) Successful in 31s
chore(deps): update module github.com/sijms/go-ora/v2 to v2.9.0
2025-08-11 16:05:45 +00:00

15 lines
278 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.9.0
github.com/spf13/cobra v1.9.1
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.6 // indirect
)