sigtool/go.mod

12 lines
242 B
Modula-2
Raw Permalink Normal View History

module github.com/opencoff/sigtool
go 1.13
require (
github.com/gogo/protobuf v1.3.1
github.com/opencoff/go-utils v0.3.0
2019-08-05 14:02:21 +01:00
github.com/opencoff/pflag v0.3.3
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
gopkg.in/yaml.v2 v2.2.4
)