superkit/go.mod

13 lines
278 B
Modula-2
Raw Normal View History

2024-06-04 10:16:51 +02:00
module github.com/anthdm/gothkit
go 1.22.0
require github.com/a-h/templ v0.2.707
2024-06-08 09:52:30 +02:00
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)