Some checks failed
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Successful in 44s
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Successful in 48s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Failing after 1m48s
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 Tests / unittest (stable, ubuntu-latest-amd64) (pull_request) Successful in 24s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (pull_request) Successful in 30s
Lint Markdown files / markdown-lint (pull_request) Successful in 9s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (pull_request) Failing after 2m21s
15 lines
278 B
Modula-2
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
|
|
)
|