dependency upgrade
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
ycc
2023-12-25 16:46:03 +01:00
parent 86d51d6dfb
commit 58118bd6bb
2 changed files with 26 additions and 4 deletions

11
go.mod
View File

@ -4,17 +4,20 @@ go 1.16
require (
github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c // indirect
github.com/ProtonMail/gopenpgp/v2 v2.7.3
github.com/ProtonMail/gopenpgp/v2 v2.7.4
github.com/cloudflare/circl v1.3.6 // indirect
github.com/go-redis/redis v6.15.9+incompatible
github.com/google/uuid v1.3.1
github.com/google/uuid v1.5.0
github.com/makiuchi-d/gozxing v0.1.1
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-sqlite3 v1.14.16
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.22.1 // indirect
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.31.0
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.16.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/protobuf v1.31.0
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
google.golang.org/protobuf v1.32.0
)