2021-11-19 13:33:46 +00:00
|
|
|
module git.stein-ivar.net/steino/guessit-go
|
2021-11-19 13:22:44 +00:00
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
2021-11-19 13:33:46 +00:00
|
|
|
require (
|
|
|
|
git.stein-ivar.net/steino/cpy3 v3.8.0+incompatible
|
|
|
|
github.com/mitchellh/mapstructure v1.4.2
|
|
|
|
)
|
2021-11-19 13:22:44 +00:00
|
|
|
|
2021-11-19 13:33:46 +00:00
|
|
|
require github.com/stretchr/testify v1.7.0 // indirect
|