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
2021-06-12 18:15:59 -07:00
github.com/gogo/protobuf v1.3.2
2019-11-15 13:26:11 -08:00
github.com/opencoff/go-utils v0.4.1
github.com/opencoff/pflag v0.5.0
2021-06-12 18:15:59 -07:00
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
gopkg.in/yaml.v2 v2.2.7
)