Ignite/go.mod

15 lines
302 B
Modula-2
Raw Normal View History

module git.gammaspectra.live/S.O.N.G/Ignite
go 1.19
require (
github.com/stretchr/testify v1.8.1
2022-11-30 06:41:50 +00:00
golang.org/x/exp v0.0.0-20221126150942-6ab00d035af9
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)