From ceaa34eb85c30bb90d5eb3cbd3ef562fc24fd07f Mon Sep 17 00:00:00 2001 From: Shane Dell Date: Tue, 11 Jun 2024 21:00:27 -0400 Subject: [PATCH] Fix go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fd66151..e6851d2 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/shanedell/goutils -go 1.21.10 +go 1.21 require github.com/joho/godotenv v1.5.1