2019-06-20 10:51:33 +05:30
|
|
|
module github.com/opencoff/sigtool
|
|
|
|
|
2023-03-09 17:20:50 +00:00
|
|
|
go 1.20
|
2019-06-20 10:51:33 +05:30
|
|
|
|
|
|
|
require (
|
2019-11-05 21:42:25 +01:00
|
|
|
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
|
2023-03-09 17:20:50 +00:00
|
|
|
github.com/opencoff/pflag v1.0.6-sh1
|
|
|
|
golang.org/x/crypto v0.7.0
|
2022-03-20 20:15:15 -07:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2019-06-20 10:51:33 +05:30
|
|
|
)
|
2021-08-28 20:19:24 -07:00
|
|
|
|
2022-03-20 20:15:15 -07:00
|
|
|
require (
|
2023-03-09 17:20:50 +00:00
|
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
|
|
golang.org/x/term v0.6.0 // indirect
|
2022-03-20 20:15:15 -07:00
|
|
|
)
|