From 433e714e679216a08edcf064c864dad05e211c7e Mon Sep 17 00:00:00 2001 From: Peter Sanchez Date: Sun, 24 Dec 2023 13:20:56 -0600 Subject: [PATCH] module rename --- formguard.go | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/formguard.go b/formguard.go index c2b78cf..0985638 100644 --- a/formguard.go +++ b/formguard.go @@ -5,7 +5,7 @@ import ( "html/template" "github.com/labstack/echo/v4" - "hg.code.netlandish.com/~netlandish/gobwebs/validate" + "netlandish.com/x/gobwebs/validate" ) // Form ... diff --git a/go.mod b/go.mod index 79bc032..c1ef7fe 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module hg.code.netlandish.com/~netlandish/gobwebs-formguard +module netlandish.com/x/gobwebs-formguard go 1.18 -- 2.45.2