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