PGP import feature

This commit is contained in:
nemunaire 2022-09-03 16:16:41 +02:00
commit de4bb43e86
12 changed files with 547 additions and 0 deletions

1
go.mod
View file

@ -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