sigtool/go.mod
2023-11-12 12:21:31 -08:00

17 lines
376 B
Modula-2

module github.com/opencoff/sigtool
go 1.21
require (
github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a
github.com/gogo/protobuf v1.3.2
github.com/opencoff/go-utils v0.7.2
github.com/opencoff/pflag v1.0.6-sh1
golang.org/x/crypto v0.15.0
gopkg.in/yaml.v2 v2.4.0
)
require (
golang.org/x/sys v0.14.0 // indirect
golang.org/x/term v0.14.0 // indirect
)