From 52c7d33fd872c279bd790afc1d4ffae05d7a9a97 Mon Sep 17 00:00:00 2001 From: "moosavi.smd" Date: Fri, 26 Apr 2024 03:35:42 +0330 Subject: [PATCH] go mod tidy --- app/go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/go.mod b/app/go.mod index 0980b8b..6cd4066 100644 --- a/app/go.mod +++ b/app/go.mod @@ -2,9 +2,9 @@ module github.com/moosavismd/app go 1.22 -require github.com/google/uuid v1.6.0 - require ( - filippo.io/edwards25519 v1.1.0 // indirect - github.com/go-sql-driver/mysql v1.8.1 // indirect + github.com/go-sql-driver/mysql v1.8.1 + github.com/google/uuid v1.6.0 ) + +require filippo.io/edwards25519 v1.1.0 // indirect