You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
imp/go.mod

15 lines
246 B
Modula-2

module gitea.com/jolheiser/imp
go 1.18
require (
gitea.com/jolheiser/globber v0.0.1
github.com/gobuffalo/here v0.6.6
github.com/matryer/is v1.4.0
)
require (
github.com/gobwas/glob v0.2.3 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)