Bump golang.org/x/crypto from 0.33.0 to 0.35.0 (#68)

This commit is contained in:
dependabot[bot]
2025-05-10 11:40:19 +02:00
committed by GitHub
parent 94790aeb1f
commit 1aafac7336
2 changed files with 6 additions and 4 deletions

6
go.mod
View File

@@ -1,12 +1,14 @@
module github.com/digitorus/pdfsign
go 1.22
go 1.23.0
toolchain go1.23.6
require (
github.com/digitorus/pdf v0.1.2
github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352
github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7
github.com/mattetti/filebuffer v1.0.1
golang.org/x/crypto v0.33.0
golang.org/x/crypto v0.35.0
golang.org/x/text v0.22.0
)