14 lines
382 B
Modula-2
14 lines
382 B
Modula-2
module github.com/opencoff/sigtool
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/opencoff/go-utils v0.4.1
|
|
github.com/opencoff/pflag v0.5.0
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
gopkg.in/yaml.v2 v2.2.7
|
|
)
|
|
|
|
require golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
|