1
0
mirror of https://github.com/danog/liquid.git synced 2024-11-30 04:59:04 +01:00

Removed unused require

This commit is contained in:
Oliver Steele 2021-06-26 14:21:50 +08:00
parent c8e431bbb5
commit 7840a5e8b8

1
go.mod
View File

@ -5,6 +5,5 @@ 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
)