Skip to content

Commit 37c58d9

Browse files
chore: update go packages
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8807c5e commit 37c58d9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ module github.com/siderolabs/go-api-signature
33
go 1.22.0
44

55
require (
6-
github.com/ProtonMail/go-crypto v1.1.0-alpha.5.0.20240827111422-b5837fa4476e
7-
github.com/ProtonMail/gopenpgp/v2 v2.7.5
8-
github.com/adrg/xdg v0.5.0
9-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
6+
github.com/ProtonMail/go-crypto v1.3.0
7+
github.com/ProtonMail/gopenpgp/v2 v2.9.0
8+
github.com/adrg/xdg v0.5.3
9+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
1010
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
11-
github.com/stretchr/testify v1.9.0
12-
google.golang.org/grpc v1.66.0
13-
google.golang.org/protobuf v1.34.2
11+
github.com/stretchr/testify v1.10.0
12+
google.golang.org/grpc v1.72.2
13+
google.golang.org/protobuf v1.36.6
1414
)
1515

1616
require (

0 commit comments

Comments
 (0)