1
0
mirror of https://github.com/danog/liquid.git synced 2024-12-02 11:57:47 +01:00
liquid/go.mod
2021-06-18 13:32:36 +08:00

11 lines
190 B
Modula-2

module github.com/osteele/liquid
go 1.15
require (
github.com/osteele/tuesday v1.0.3
github.com/stretchr/testify v1.7.0
golang.org/x/tools v0.1.3 // indirect
gopkg.in/yaml.v2 v2.4.0
)