sigtool/go.mod

13 lines
309 B
Modula-2
Raw Normal View History

module github.com/opencoff/sigtool
go 1.13
require (
github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a
github.com/gogo/protobuf v1.3.1
github.com/opencoff/go-utils v0.4.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
)