diff --git a/go.mod b/go.mod index e591ae1..d10d101 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.17 require ( github.com/lib/pq v1.10.9 - github.com/sijms/go-ora/v2 v2.7.18 + github.com/sijms/go-ora/v2 v2.7.19 github.com/spf13/cobra v1.7.0 )