2020-10-17 15:43:28 +00:00
|
|
|
module github.com/Luzifer/mondash-checkgpg
|
|
|
|
|
2021-10-18 00:23:27 +00:00
|
|
|
go 1.17
|
2020-10-17 15:43:28 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Luzifer/mondash v2.2.3+incompatible
|
2021-10-18 00:23:27 +00:00
|
|
|
github.com/Luzifer/rconfig/v2 v2.4.0
|
2022-03-12 02:03:52 +00:00
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f
|
2020-10-17 15:43:28 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-10-18 00:23:27 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2022-03-12 02:03:52 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20220307211146-efcb8507fb70 // indirect
|
2023-02-25 11:39:19 +00:00
|
|
|
golang.org/x/sys v0.1.0 // indirect
|
2021-10-18 00:23:27 +00:00
|
|
|
gopkg.in/validator.v2 v2.0.0-20210331031555-b37d688a7fb0 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2020-10-17 15:43:28 +00:00
|
|
|
)
|