8 lines
152 B
Modula-2
8 lines
152 B
Modula-2
|
module github.com/alexflint/go-arg
|
||
|
|
||
|
require (
|
||
|
github.com/alexflint/go-scalar v1.0.0
|
||
|
github.com/kr/pretty v0.1.0
|
||
|
github.com/stretchr/testify v1.2.2
|
||
|
)
|