~netlandish/gobwebs-formguard

433e714e679216a08edcf064c864dad05e211c7e — Peter Sanchez 4 months ago 2b85178
module rename
2 files changed, 2 insertions(+), 2 deletions(-)

M formguard.go
M go.mod
M formguard.go => formguard.go +1 -1
@@ 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 ...

M go.mod => go.mod +1 -1
@@ 1,3 1,3 @@
module hg.code.netlandish.com/~netlandish/gobwebs-formguard
module netlandish.com/x/gobwebs-formguard

go 1.18