www/search/go.mod

12 lines
242 B
Modula-2
Raw Normal View History

module git.adyxax.org/adyxax/www/search
2024-11-15 21:44:02 +01:00
go 1.23.3
2024-03-04 00:36:04 +01:00
require github.com/stretchr/testify v1.9.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
)