sigtool/go.mod
Sudhi Herle c95515af0e Update dependencies; move go version to 1.20
* update build script to use a diff go-root
* update tests.sh to use diff go-root
* move pflag to opencoff/pflag
* use common lib to parse string size..
2023-03-09 17:20:50 +00:00

17 lines
373 B
Modula-2

module github.com/opencoff/sigtool
go 1.20
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 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
)