add comment, tidy go mod

This commit is contained in:
Samuel Lorch 2021-09-22 10:15:14 +02:00
parent 43193345fa
commit 6eb5734169
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@ import (
"github.com/google/uuid"
)
// GPGVerifyContainer is used for verification
type GPGVerifyContainer struct {
Req GPGVerify `json:"gpg_auth"`
}

2
go.mod
View file

@ -6,7 +6,7 @@ require (
github.com/ProtonMail/go-crypto v0.0.0-20210707164159-52430bf6b52c // indirect
github.com/ProtonMail/gopenpgp/v2 v2.2.2
github.com/google/go-querystring v1.1.0
github.com/google/uuid v1.3.0 // indirect
github.com/google/uuid v1.3.0
github.com/sirupsen/logrus v1.8.1 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect