go-arg/go.mod

9 lines
132 B
Modula-2
Raw Normal View History

2018-11-20 14:09:47 -06:00
module github.com/alexflint/go-arg
require (
github.com/alexflint/go-scalar v1.2.0
2022-01-05 08:43:52 -06:00
github.com/stretchr/testify v1.7.0
2018-11-20 14:09:47 -06:00
)
go 1.13