Fix module path is go.mod
parent
b8e3e1fdd4
commit
964258ca63
9
go.mod
9
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
|
||||
|
|
Loading…
Reference in New Issue