diff --git a/go.mod b/go.mod index bb0b5e4..00a6068 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.16 require ( github.com/emirpasic/gods v1.18.1 - github.com/sijms/go-ora/v2 v2.7.19 + github.com/sijms/go-ora/v2 v2.7.20 github.com/thoas/go-funk v0.9.3 gorm.io/gorm v1.25.5 )