www/search/go.mod

12 lines
240 B
Modula-2
Raw Normal View History

module git.adyxax.org/adyxax/www/search
go 1.17
2022-05-02 07:03:02 +02:00
require github.com/stretchr/testify v1.7.1
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
2022-05-23 00:16:49 +02:00
gopkg.in/yaml.v3 v3.0.0 // indirect
)