From 964258ca63ee1ce1bbf139b532c02c4a61d60450 Mon Sep 17 00:00:00 2001 From: Stein Ivar Berghei Date: Fri, 19 Nov 2021 14:33:46 +0100 Subject: [PATCH] Fix module path is go.mod --- go.mod | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 21101d6..30ec509 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,10 @@ -module guessit-go +module git.stein-ivar.net/steino/guessit-go go 1.17 -require github.com/mitchellh/mapstructure v1.4.2 +require ( + git.stein-ivar.net/steino/cpy3 v3.8.0+incompatible + github.com/mitchellh/mapstructure v1.4.2 +) -require git.stein-ivar.net/steino/cpy3 v3.8.0+incompatible // indirect +require github.com/stretchr/testify v1.7.0 // indirect