mirror of
https://github.com/Luzifer/mondash-checkgpg.git
synced 2024-11-08 16:40:02 +00:00
11 lines
272 B
Modula-2
11 lines
272 B
Modula-2
module github.com/Luzifer/mondash-checkgpg
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Luzifer/mondash v2.2.3+incompatible
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.7.0
|
|
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee
|
|
)
|