violet/go.mod

16 lines
299 B
Modula-2
Raw Normal View History

2023-04-19 01:30:23 +01:00
module github.com/MrMelon54/violet
go 1.20
require (
github.com/MrMelon54/trie v0.0.2
2023-04-19 01:30:23 +01:00
github.com/stretchr/testify v1.8.2
golang.org/x/net v0.9.0
)
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
)