sigtool/go.mod

18 lines
379 B
Modula-2
Raw Permalink Normal View History

module github.com/opencoff/sigtool
go 1.21
require (
github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a
2023-12-19 10:34:46 -08:00
github.com/opencoff/go-utils v0.8.0
github.com/opencoff/pflag v1.0.6-sh1
2023-12-19 10:34:46 -08:00
golang.org/x/crypto v0.17.0
google.golang.org/protobuf v1.31.0
gopkg.in/yaml.v2 v2.4.0
)
require (
2023-12-19 10:34:46 -08:00
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
)