File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1515 - ubuntu-latest
1616 steps :
1717 - name : Close stale issues and PRs
18- uses : actions/stale@v10.0 .0
18+ uses : actions/stale@v10.1 .0
1919 with :
2020 close-issue-message : This issue was closed because it has been stalled for 7 days with no activity.
2121 days-before-issue-close : " 5"
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ module github.com/siderolabs/go-api-signature
33go 1.22.0
44
55require (
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/v3 v3.3.0
8+ github.com/adrg/xdg v0.5.3
9+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.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.11.1
12+ google.golang.org/grpc v1.76 .0
13+ google.golang.org/protobuf v1.36.10
1414)
1515
1616require (
You can’t perform that action at this time.
0 commit comments