complete/go.mod

9 lines
136 B
Modula-2
Raw Normal View History

2018-08-27 13:02:41 -05:00
module github.com/posener/complete
require (
github.com/hashicorp/go-multierror v1.0.0
github.com/stretchr/testify v1.4.0
)
2019-10-23 14:27:02 -05:00
go 1.13