guessit-go/go.mod

12 lines
325 B
Modula-2
Raw Normal View History

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.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 (
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
)