summaryrefslogtreecommitdiff
path: root/go.mod
blob: d35649828a3cf5f33d5874f9df658e2bc2dc2078 (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.1
	github.com/stretchr/testify v1.4.0
)

go 1.13