diff --git a/go.mod b/go.mod index 00976e2..4b12b39 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.22 + github.com/sijms/go-ora/v2 v2.7.23 github.com/thoas/go-funk v0.9.3 gorm.io/gorm v1.25.5 )