9 lines
135 B
Modula-2
9 lines
135 B
Modula-2
|
module github.com/alexflint/go-arg/v2
|
||
|
|
||
|
require (
|
||
|
github.com/alexflint/go-scalar v1.2.0
|
||
|
github.com/stretchr/testify v1.7.0
|
||
|
)
|
||
|
|
||
|
go 1.13
|