File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
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,7 +3,7 @@ module github.com/siderolabs/protoenc
33go 1.24.0
44
55require (
6- github.com/brianvoe/gofakeit/v7 v7.7.3
6+ github.com/brianvoe/gofakeit/v7 v7.8.2
77 github.com/google/go-cmp v0.7.0
88 github.com/stretchr/testify v1.11.1
99 google.golang.org/protobuf v1.36.10
Original file line number Diff line number Diff line change 11github.com/brianvoe/gofakeit/v7 v7.7.3 h1:RWOATEGpJ5EVg2nN8nlaEyaV/aB4d6c3GqYrbqQekss =
22github.com/brianvoe/gofakeit/v7 v7.7.3 /go.mod h1:QXuPeBw164PJCzCUZVmgpgHJ3Llj49jSLVkKPMtxtxA =
3+ github.com/brianvoe/gofakeit/v7 v7.8.2 h1:FWxoSP4Ss9LWSvTOrWZHz7sIHcpZwLVw2xa/DhJABB4 =
4+ github.com/brianvoe/gofakeit/v7 v7.8.2 /go.mod h1:QXuPeBw164PJCzCUZVmgpgHJ3Llj49jSLVkKPMtxtxA =
35github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
46github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
57github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
You can’t perform that action at this time.
0 commit comments