2019-11-17 17:25:16 -06:00
|
|
|
module github.com/posener/complete/v2
|
2018-08-27 13:02:41 -05:00
|
|
|
|
2019-10-23 14:46:40 -05:00
|
|
|
require (
|
|
|
|
github.com/hashicorp/go-multierror v1.0.0
|
2019-11-23 16:42:07 -06:00
|
|
|
github.com/posener/script v1.0.3
|
2019-10-23 14:46:40 -05:00
|
|
|
github.com/stretchr/testify v1.4.0
|
|
|
|
)
|
2019-10-23 14:27:02 -05:00
|
|
|
|
|
|
|
go 1.13
|