summaryrefslogtreecommitdiff
path: root/vendor/github.com/go-task/slim-sprig/go.mod
blob: d90a221bec71b417c44813ee7aa6f0fd1a1b32be (plain)
1
2
3
4
5
6
7
8
module github.com/go-task/slim-sprig

go 1.13

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/stretchr/testify v1.5.1
)