PGP import feature
This commit is contained in:
parent
9436220685
commit
de4bb43e86
12 changed files with 547 additions and 0 deletions
1
go.mod
1
go.mod
|
|
@ -3,6 +3,7 @@ module git.nemunai.re/atsebay.t
|
|||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/ProtonMail/go-crypto v0.0.0-20220824120805-4b6e5c587895
|
||||
github.com/coreos/go-oidc/v3 v3.2.0
|
||||
github.com/gin-gonic/gin v1.7.7
|
||||
github.com/go-sql-driver/mysql v1.6.0
|
||||
|
|
|
|||
Reference in a new issue