mirror of
https://github.com/Luzifer/mondash-checkgpg.git
synced 2024-12-20 11:21:17 +00:00
22 lines
540 B
Modula-2
22 lines
540 B
Modula-2
module github.com/Luzifer/mondash-checkgpg
|
|
|
|
go 1.22.0
|
|
|
|
toolchain go1.23.4
|
|
|
|
require (
|
|
github.com/Luzifer/mondash v2.2.3+incompatible
|
|
github.com/Luzifer/rconfig/v2 v2.5.2
|
|
github.com/ProtonMail/go-crypto v1.1.3
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
)
|
|
|
|
require (
|
|
github.com/cloudflare/circl v1.5.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/crypto v0.31.0 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
gopkg.in/validator.v2 v2.0.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|