2021-11-19 13:33:46 +00:00
|
|
|
module git.stein-ivar.net/steino/guessit-go
|
2021-11-19 13:22:44 +00:00
|
|
|
|
2023-05-25 05:00:03 +00:00
|
|
|
go 1.20
|
|
|
|
|
|
|
|
require github.com/mitchellh/mapstructure v1.4.2
|
2021-11-19 13:22:44 +00:00
|
|
|
|
2021-11-19 13:33:46 +00:00
|
|
|
require (
|
2023-05-25 05:00:03 +00:00
|
|
|
git.stein-ivar.net/steino/cpy3 v0.0.0-20230524083048-7d65f97b9fa8 // indirect
|
|
|
|
github.com/justincormack/go-memfd v0.0.0-20170219213707-6e4af0518993 // indirect
|
|
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
2021-11-19 13:33:46 +00:00
|
|
|
)
|