diff --git a/go.mod b/go.mod index aff40a0..f025921 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.8.15 + github.com/sijms/go-ora/v2 v2.8.16 github.com/spf13/cobra v1.8.0 )