gocontemplate/go.mod
Kevin Franklin Kim 1142d15bfc
initial commit
2024-05-20 16:51:24 +02:00

24 lines
704 B
Modula-2

module github.com/foomo/gocontemplate
go 1.22.2
toolchain go1.22.3
require (
github.com/foomo/sesamy-go v0.1.34-0.20240520134733-71fc83a0eb94
github.com/stretchr/testify v1.9.0
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
golang.org/x/tools v0.21.0
)
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/foomo/gostandards v0.1.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/sync v0.7.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)