1
0
mirror of https://github.com/danog/liquid.git synced 2024-11-30 05:48:56 +01:00
liquid/go.mod
Oliver Steele f13e7dab1c Update for go1.17 tooling changes
- Update golang.org/x/tools
- `go get` -> `go install` stringer
2022-02-12 18:38:48 +08:00

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
)