mirror of
https://github.com/danog/liquid.git
synced 2024-11-26 21:14:45 +01:00
10 lines
151 B
Modula-2
10 lines
151 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
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|