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

require (
	github.com/hashicorp/go-multierror v1.0.0
	github.com/posener/autogen v0.0.2
	github.com/posener/script v1.1.5
	github.com/stretchr/testify v1.4.0
)

go 1.13