module git.sr.ht/~nromdotcom/gemif go 1.15 require ( github.com/gobuffalo/here v0.6.2 // indirect github.com/google/go-cmp v0.5.4 // indirect github.com/kr/text v0.2.0 // indirect github.com/markbates/pkger v0.17.1 github.com/matryer/is v1.4.0 // indirect github.com/pelletier/go-toml v1.8.1 github.com/pitr/gig v0.9.7 github.com/stretchr/testify v1.6.1 github.com/valyala/fasttemplate v1.2.1 // indirect golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect google.golang.org/protobuf v1.25.0 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 )