From c328185abc26bd81f8cf88480a699fbe7c37ffb5 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Sun, 3 Nov 2024 01:28:26 -0500 Subject: [PATCH] module dofdev --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a65a9fb..249e7b8 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ -module github.com/spatialfree/dofdev +module dofdev -go 1.20 +go 1.23.2 -require github.com/gorilla/mux v1.8.1 // indirect +require github.com/gorilla/mux v1.8.1