You've already forked db-wait
chore(deps): update module github.com/sijms/go-ora to v2
This commit is contained in:
7
go.mod
7
go.mod
@ -3,9 +3,12 @@ module git.cryptic.systems/volker.raschek/db-wait
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
||||
github.com/lib/pq v1.10.3
|
||||
github.com/sijms/go-ora v1.2.1
|
||||
github.com/sijms/go-ora/v2 v2.2.11
|
||||
github.com/spf13/cobra v1.2.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user