From 8e4d5cb5d3d655aa9e3a8f1e03ed3f11722c1a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=A9o?= Date: Tue, 16 Jul 2024 20:42:43 +0200 Subject: [PATCH] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c3be6fc..6c90885 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mateo08c/go-glauth-mysql -go 1.22.5 +go 1.22 require ( gorm.io/driver/mysql v1.5.7