You've already forked db-wait
Some checks failed
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Waiting to run
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Waiting to run
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Waiting to run
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Waiting to run
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Waiting to run
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Waiting to run
Lint Markdown files / Run markdown linter (pull_request) Waiting to run
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Failing after 2m55s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Failing after 10m11s
15 lines
279 B
Modula-2
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.9.0
|
|
github.com/spf13/cobra v1.10.1
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.9 // indirect
|
|
)
|