chore(deps): update github.com/protonmail/go-crypto digest to d34776a
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7b93dedfb7
commit
68c69cb56c
2 changed files with 10 additions and 2 deletions
4
go.mod
4
go.mod
|
|
@ -3,7 +3,7 @@ module git.nemunai.re/atsebay.t
|
|||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/ProtonMail/go-crypto v0.0.0-20230320150741-8451524ecd7e
|
||||
github.com/ProtonMail/go-crypto v0.0.0-20230331115716-d34776aa93ec
|
||||
github.com/aws/aws-sdk-go v1.44.238
|
||||
github.com/coreos/go-oidc/v3 v3.5.0
|
||||
github.com/drone/drone-go v1.7.1
|
||||
|
|
@ -43,7 +43,7 @@ require (
|
|||
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
||||
github.com/ugorji/go/codec v1.2.9 // indirect
|
||||
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
|
||||
golang.org/x/crypto v0.6.0 // indirect
|
||||
golang.org/x/crypto v0.7.0 // indirect
|
||||
golang.org/x/net v0.9.0 // indirect
|
||||
golang.org/x/sys v0.7.0 // indirect
|
||||
golang.org/x/text v0.9.0 // indirect
|
||||
|
|
|
|||
Reference in a new issue