mondash-checkgpg/go.mod
dependabot[bot] d37d36a73c
Bump golang.org/x/sys from 0.0.0-20220310020820-b874c991c1a5 to 0.1.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20220310020820-b874c991c1a5 to 0.1.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-25 11:39:19 +00:00

20 lines
552 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.1.0 // indirect
gopkg.in/validator.v2 v2.0.0-20210331031555-b37d688a7fb0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)