1
0
mirror of https://github.com/danog/liquid.git synced 2024-11-26 19:14:39 +01:00
liquid/go.mod

16 lines
324 B
Modula-2
Raw Permalink Normal View History

2022-01-06 18:43:17 +01:00
module github.com/danog/liquid
2021-06-16 12:41:53 +02:00
go 1.17
2021-06-16 12:41:53 +02:00
require (
github.com/osteele/tuesday v1.0.3
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v2 v2.4.0
)
require (
2022-02-12 16:03:18 +01:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
2022-02-12 16:03:18 +01:00
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)