mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-05-09 09:48:20 +00:00
add comment, tidy go mod
This commit is contained in:
parent
43193345fa
commit
6eb5734169
2 changed files with 2 additions and 1 deletions
|
@ -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
2
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue