mirror of
https://github.com/Luzifer/mondash-checkgpg.git
synced 2024-11-08 16:40:02 +00:00
19 lines
580 B
Modula-2
19 lines
580 B
Modula-2
module github.com/Luzifer/mondash-checkgpg
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/Luzifer/mondash v2.2.3+incompatible
|
|
github.com/Luzifer/rconfig/v2 v2.4.0
|
|
github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.8.1
|
|
)
|
|
|
|
require (
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/crypto v0.0.0-20220307211146-efcb8507fb70 // indirect
|
|
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
|
|
gopkg.in/validator.v2 v2.0.0-20210331031555-b37d688a7fb0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|