complete/go.mod

11 lines
208 B
Modula-2
Raw Normal View History

2019-11-17 17:25:16 -06:00
module github.com/posener/complete/v2
2018-08-27 13:02:41 -05:00
require (
github.com/hashicorp/go-multierror v1.0.0
2020-05-09 22:04:42 -05:00
github.com/posener/autogen v0.0.2
github.com/posener/script v1.1.5
github.com/stretchr/testify v1.4.0
)
2019-10-23 14:27:02 -05:00
go 1.13