Fix module path is go.mod

pull/1/head
Stein Ivar Berghei 2021-11-19 14:33:46 +01:00
parent b8e3e1fdd4
commit 964258ca63
1 changed files with 6 additions and 3 deletions

9
go.mod
View File

@ -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