mirror of
https://github.com/danog/liquid.git
synced 2024-11-26 17:24:42 +01:00
16 lines
324 B
Modula-2
16 lines
324 B
Modula-2
module github.com/danog/liquid
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/osteele/tuesday v1.0.3
|
|
github.com/stretchr/testify v1.7.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|