mirror of
https://github.com/Luzifer/mondash-checkgpg.git
synced 2024-11-08 08:30:03 +00:00
18 lines
500 B
Modula-2
18 lines
500 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/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.8.1
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
|
)
|
|
|
|
require (
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/sys v0.0.0-20211015200801-69063c4bb744 // indirect
|
|
gopkg.in/validator.v2 v2.0.0-20210331031555-b37d688a7fb0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|