From b6d054a74b5840077fc67241555be0a407554d96 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 3 Nov 2021 01:00:38 +0000 Subject: [PATCH] chore(deps): update module github.com/sijms/go-ora/v2 to v2.2.15 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c70f060..0af6dc9 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.17 require ( github.com/lib/pq v1.10.3 - github.com/sijms/go-ora/v2 v2.2.14 + github.com/sijms/go-ora/v2 v2.2.15 github.com/spf13/cobra v1.2.1 )