sigtool/go.mod

18 lines
373 B
Modula-2
Raw Normal View History

module github.com/opencoff/sigtool
go 1.20
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 v1.0.6-sh1
golang.org/x/crypto v0.7.0
gopkg.in/yaml.v2 v2.4.0
)
require (
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
)