From eeda6a2affe12ca63158248a3c5aeeca3e06f964 Mon Sep 17 00:00:00 2001 From: Iman Tumorang Date: Sun, 9 Jun 2024 21:38:25 +0300 Subject: [PATCH] fix: demo gmod --- examples/gosg-demo/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gosg-demo/go.mod b/examples/gosg-demo/go.mod index 91690e0d..8fa8df86 100644 --- a/examples/gosg-demo/go.mod +++ b/examples/gosg-demo/go.mod @@ -1,6 +1,6 @@ module github.com/bxcodec/dbresolver/v2/examples/gosg-demo -go 1.20 +go 1.22 require ( github.com/Masterminds/squirrel v1.5.4