mirror of
https://github.com/danog/liquid.git
synced 2024-11-30 05:48:56 +01:00
f13e7dab1c
- Update golang.org/x/tools - `go get` -> `go install` stringer
16 lines
326 B
Modula-2
16 lines
326 B
Modula-2
module github.com/osteele/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.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
)
|