1
0
mirror of https://github.com/danog/liquid.git synced 2024-11-30 07:58:58 +01:00
liquid/go.mod

10 lines
151 B
Modula-2
Raw Normal View History

2021-06-16 12:41:53 +02:00
module github.com/osteele/liquid
2021-06-18 07:32:36 +02:00
go 1.15
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
)