fix: upgrade to sijms/go-ora/v2 v2.2.13
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-10-28 22:42:08 +02:00
parent 1e3a25c202
commit 62df6f7955
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -4,7 +4,7 @@ go 1.17
require (
github.com/lib/pq v1.10.3
github.com/sijms/go-ora/v2 v2.2.11
github.com/sijms/go-ora/v2 v2.2.13
github.com/spf13/cobra v1.2.1
)