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

require (
	bou.ke/monkey v1.0.2
	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