From c09cbb89c75230cd9b21c6cdf51aa5e6e9a606f1 Mon Sep 17 00:00:00 2001 From: liutianqi Date: Mon, 13 Nov 2023 09:24:47 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E4=B8=89=E6=96=B9=E6=A8=A1=E5=9D=97=E4=BE=9D=E8=B5=96=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit go: upgraded github.com/sijms/go-ora/v2 v2.7.19 => v2.7.20 Signed-off-by: liutianqi --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )