summaryrefslogtreecommitdiff
path: root/go.mod
blob: 8e261a0da0c824813e5d3c5f828623d473b2cf77 (plain)
1
2
3
4
5
6
7
8
9
module github.com/posener/complete/v2

require (
	github.com/hashicorp/go-multierror v1.0.0
	github.com/posener/script v1.0.3
	github.com/stretchr/testify v1.4.0
)

go 1.13