10 lines
237 B
Modula-2
10 lines
237 B
Modula-2
module github.com/opencoff/sigtool
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/opencoff/go-utils v0.0.0-20180228221344-c48e36f0cfc3
|
|
github.com/opencoff/pflag v0.2.0
|
|
golang.org/x/crypto v0.0.0-20190618222545-ea8f1a30c443
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|