www/search/go.mod

12 lines
240 B
Modula-2
Raw Normal View History

module git.adyxax.org/adyxax/www/search
2022-06-27 22:50:07 +02:00
go 1.18
2022-07-16 01:42:04 +02:00
require github.com/stretchr/testify v1.8.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
2022-06-01 15:53:44 +02:00
gopkg.in/yaml.v3 v3.0.1 // indirect
)