12 lines
325 B
Modula-2
12 lines
325 B
Modula-2
module git.stein-ivar.net/steino/guessit-go
|
|
|
|
go 1.20
|
|
|
|
require github.com/mitchellh/mapstructure v1.4.2
|
|
|
|
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
|
|
)
|