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

go 1.13