1
Fork 0
template-strings/go.mod

14 lines
264 B
Modula-2
Raw Normal View History

2021-05-23 08:04:39 +00:00
module git.jlel.se/jlelse/template-strings
2022-02-10 10:15:39 +00:00
go 1.17
2021-05-23 08:04:39 +00:00
2022-02-10 10:15:39 +00:00
require (
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)