From 49208044ac0cb1eef42bffca8dc2721f8938dba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Garc=C3=ADa-Pumarino?= Date: Sun, 3 Oct 2021 00:14:33 +0100 Subject: [PATCH] revert: Added major version to module path #48 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 189891f..c91e988 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/monoculum/formam +module github.com/monoculum/formam/v3 go 1.12