From c54845de00269f1e35751f7fba6331b1b9291154 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Fri, 13 Sep 2019 10:53:34 -0400 Subject: [PATCH] Fixes issue with module path for v3 Fixes #125 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4325780..658233c 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/Masterminds/semver +module github.com/Masterminds/semver/v3 go 1.12