From aa02d9001b64b16c1de7eaaa8bc89067cfeb4ff3 Mon Sep 17 00:00:00 2001 From: Weidi Deng Date: Tue, 13 Sep 2022 16:57:43 +0800 Subject: [PATCH] update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 394b77a..1271a30 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cloudreve/Cloudreve/v3 -go 1.17 +go 1.18 require ( github.com/DATA-DOG/go-sqlmock v1.3.3