Skip to content

Commit 291e8ad

Browse files
fix(deps): update all dependencies
1 parent 4e9231e commit 291e8ad

File tree

7 files changed

+55
-30
lines changed

7 files changed

+55
-30
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,22 @@ jobs:
4747

4848
- name: Initialize CodeQL
4949
<<<<<<< HEAD
50-
uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
50+
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
5151
=======
52-
uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
52+
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
5353
>>>>>>> 2f5eb7e (fix(deps): update all dependencies)
5454
with:
5555
languages: ${{ matrix.language }}
5656

5757
- name: Autobuild
5858
<<<<<<< HEAD
59-
uses: github/codeql-action/autobuild@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
59+
uses: github/codeql-action/autobuild@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
6060

6161
- name: Perform CodeQL Analysis
62-
uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
62+
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
6363
=======
64-
uses: github/codeql-action/autobuild@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
64+
uses: github/codeql-action/autobuild@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
6565

6666
- name: Perform CodeQL Analysis
67-
uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
67+
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
6868
>>>>>>> 2f5eb7e (fix(deps): update all dependencies)

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: 'Checkout Repository'
1818
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
- name: 'Dependency Review'
20-
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
20+
uses: actions/dependency-review-action@05fe4576374b728f0c523d6a13d64c25081e0803 # v4.8.3

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: oven-sh/setup-bun@v2
1919
- uses: actions/setup-go@v6
2020
with:
21-
go-version: '1.25'
21+
go-version: '1.26'
2222
- run: bun install
2323
- name: Cache tools
2424
uses: actions/cache@v5

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ replace github.com/ipfs/go-log/v2 => github.com/paralin/ipfs-go-logrus v0.0.0-20
1010
require (
1111
github.com/aperturerobotics/abseil-cpp v0.0.0-20260131110040-4bb56e2f9017 // aperture-2
1212
github.com/aperturerobotics/cli v1.1.0
13-
github.com/aperturerobotics/go-protoc-gen-prost v0.0.0-20260204215916-dc1f0fed8cfc // master
14-
github.com/aperturerobotics/go-protoc-wasi v0.0.0-20260131050911-b5f94b044584 // master
13+
github.com/aperturerobotics/go-protoc-gen-prost v0.0.0-20260219012250-e75aa9f430a2 // master
14+
github.com/aperturerobotics/go-protoc-wasi v0.0.0-20260219012250-c573f70e4509 // master
1515
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 // indirect
1616
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 // wasi
17-
github.com/aperturerobotics/protobuf-go-lite v0.12.1 // latest
17+
github.com/aperturerobotics/protobuf-go-lite v0.12.2 // latest
1818
github.com/aperturerobotics/starpc v0.46.2 // master
1919
github.com/aperturerobotics/util v1.32.3 // indirect
2020
)

go.sum

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,20 @@ github.com/aperturerobotics/go-libp2p v0.37.1-0.20241111002741-5cfbb50b74e0 h1:t
66
github.com/aperturerobotics/go-libp2p v0.37.1-0.20241111002741-5cfbb50b74e0/go.mod h1:FJkAtQcP9XxqG1NNLNHKm+wLVIGSCQX2s6CEoD+w97g=
77
github.com/aperturerobotics/go-protoc-gen-prost v0.0.0-20260204215916-dc1f0fed8cfc h1:MQKYvrnue6iT6DlQdGbaBYvyY/WuR63cbhUtRZjx4OM=
88
github.com/aperturerobotics/go-protoc-gen-prost v0.0.0-20260204215916-dc1f0fed8cfc/go.mod h1:OBb/beWmr/pDIZAUfi86j/4tBh2v5ctTxKMqSnh9c/4=
9+
github.com/aperturerobotics/go-protoc-gen-prost v0.0.0-20260219012250-e75aa9f430a2 h1:DbLHhYu2wdFvwQ02KE3rxBE1vSc+ecMxLEyTwv8Ci00=
10+
github.com/aperturerobotics/go-protoc-gen-prost v0.0.0-20260219012250-e75aa9f430a2/go.mod h1:OBb/beWmr/pDIZAUfi86j/4tBh2v5ctTxKMqSnh9c/4=
911
github.com/aperturerobotics/go-protoc-wasi v0.0.0-20260131050911-b5f94b044584 h1:ER8DYYL71cTg39uZ+Gi699tL/hZoscUWDOw4DbizqhI=
1012
github.com/aperturerobotics/go-protoc-wasi v0.0.0-20260131050911-b5f94b044584/go.mod h1:vEq8i7EKb32+KXGtIEZjjhNns+BdsL2dUMw4uhy3578=
13+
github.com/aperturerobotics/go-protoc-wasi v0.0.0-20260219012250-c573f70e4509 h1:2O8djle14ujtze1xQb9MVXAdEepumxhoBJPEdf+kNnA=
14+
github.com/aperturerobotics/go-protoc-wasi v0.0.0-20260219012250-c573f70e4509/go.mod h1:vEq8i7EKb32+KXGtIEZjjhNns+BdsL2dUMw4uhy3578=
1115
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 h1:4B1F0DzuqPzb6WqgCjWaqDD7JU9RDsevQG5OP0DFBgs=
1216
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726/go.mod h1:SvGGBv3OVxUyqO0ZxA/nvs6z3cg7NIbZ64TnbV2OISo=
1317
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 h1:4Dy3BAHh2kgVdHAqtlwcFsgY0kAwUe2m3rfFcaGwGQg=
1418
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4/go.mod h1:tMgO7y6SJo/d9ZcvrpNqIQtdYT9de+QmYaHOZ4KnhOg=
1519
github.com/aperturerobotics/protobuf-go-lite v0.12.1 h1:o9of87F/LFS2p5xfq32CrU99dvfqIAalTP7ZzoZK6Kg=
1620
github.com/aperturerobotics/protobuf-go-lite v0.12.1/go.mod h1:lGH3s5ArCTXKI4wJdlNpaybUtwSjfAG0vdWjxOfMcF8=
21+
github.com/aperturerobotics/protobuf-go-lite v0.12.2 h1:ujwTKgpIYAVsv8VljB6PPMY5SI8i8m/NlIHAkkuxQcU=
22+
github.com/aperturerobotics/protobuf-go-lite v0.12.2/go.mod h1:lGH3s5ArCTXKI4wJdlNpaybUtwSjfAG0vdWjxOfMcF8=
1723
github.com/aperturerobotics/starpc v0.46.2 h1:HwNzU48H2MLlbQPIZpXz9Rgx1leqCWhIN/k8177b4MQ=
1824
github.com/aperturerobotics/starpc v0.46.2/go.mod h1:x1CyVEdQz1N90KtpEF6hv9Bn0gWSqoEx090mpnyPZIk=
1925
github.com/aperturerobotics/util v1.32.3 h1:wBc6L2guYMgLEzFwORH3CLMoMpfEqbV6pDqYervo3S0=

tools/go.mod

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ require (
1313
github.com/aperturerobotics/goprotowrap v0.4.1 // latest
1414
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 // indirect; wasi
1515
// github.com/aperturerobotics/goscript v0.0.61 // master
16-
github.com/aperturerobotics/protobuf-go-lite v0.12.1 // latest
17-
github.com/aperturerobotics/starpc v0.46.1 // latest
16+
github.com/aperturerobotics/protobuf-go-lite v0.12.2 // latest
17+
github.com/aperturerobotics/starpc v0.46.2 // latest
1818
)
1919

2020
require (
2121
github.com/agnivade/wasmbrowsertest v0.11.0 // cancelCtx
22-
github.com/golangci/golangci-lint/v2 v2.8.0
22+
github.com/golangci/golangci-lint/v2 v2.10.1
2323
github.com/goreleaser/goreleaser/v2 v2.13.3 // latest
2424
github.com/psampaz/go-mod-outdated v0.9.0 // latest
2525
golang.org/x/tools v0.42.0 // latest
@@ -88,14 +88,14 @@ require (
8888
github.com/Masterminds/semver/v3 v3.4.0 // indirect
8989
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
9090
github.com/Microsoft/go-winio v0.6.2 // indirect
91-
github.com/MirrexOne/unqueryvet v1.4.0 // indirect
91+
github.com/MirrexOne/unqueryvet v1.5.3 // indirect
9292
github.com/OpenPeeDeeP/depguard/v2 v2.2.1 // indirect
9393
github.com/ProtonMail/go-crypto v1.3.0 // indirect
9494
github.com/agnivade/levenshtein v1.2.1 // indirect
95-
github.com/alecthomas/chroma/v2 v2.21.1 // indirect
95+
github.com/alecthomas/chroma/v2 v2.23.1 // indirect
9696
github.com/alecthomas/go-check-sumtype v0.3.1 // indirect
9797
github.com/alexkohler/nakedret/v2 v2.0.6 // indirect
98-
github.com/alexkohler/prealloc v1.0.1 // indirect
98+
github.com/alexkohler/prealloc v1.0.2 // indirect
9999
github.com/alfatraining/structtag v1.0.0 // indirect
100100
github.com/alingse/asasalint v0.0.11 // indirect
101101
github.com/alingse/nilnesserr v0.2.0 // indirect
@@ -140,7 +140,7 @@ require (
140140
github.com/blizzy78/varnamelen v0.8.0 // indirect
141141
github.com/bluesky-social/indigo v0.0.0-20240813042137-4006c0eca043 // indirect
142142
github.com/bombsimon/wsl/v4 v4.7.0 // indirect
143-
github.com/bombsimon/wsl/v5 v5.3.0 // indirect
143+
github.com/bombsimon/wsl/v5 v5.6.0 // indirect
144144
github.com/breml/bidichk v0.3.3 // indirect
145145
github.com/breml/errchkjson v0.4.1 // indirect
146146
github.com/buger/jsonparser v1.1.1 // indirect
@@ -217,7 +217,7 @@ require (
217217
github.com/fsnotify/fsnotify v1.9.0 // indirect
218218
github.com/fzipp/gocyclo v0.6.0 // indirect
219219
github.com/gabriel-vasile/mimetype v1.4.12 // indirect
220-
github.com/ghostiam/protogetter v0.3.18 // indirect
220+
github.com/ghostiam/protogetter v0.3.20 // indirect
221221
github.com/github/smimesign v0.2.0 // indirect
222222
github.com/go-critic/go-critic v0.14.3 // indirect
223223
github.com/go-fed/httpsig v1.1.0 // indirect
@@ -258,13 +258,13 @@ require (
258258
github.com/go-toolsmith/astp v1.1.0 // indirect
259259
github.com/go-toolsmith/strparse v1.1.0 // indirect
260260
github.com/go-toolsmith/typep v1.1.0 // indirect
261-
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
261+
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
262262
github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
263263
github.com/gobwas/glob v0.2.3 // indirect
264264
github.com/gobwas/httphead v0.1.0 // indirect
265265
github.com/gobwas/pool v0.2.1 // indirect
266266
github.com/gobwas/ws v1.4.0 // indirect
267-
github.com/godoc-lint/godoc-lint v0.11.1 // indirect
267+
github.com/godoc-lint/godoc-lint v0.11.2 // indirect
268268
github.com/gofrs/flock v0.13.0 // indirect
269269
github.com/gogo/protobuf v1.3.2 // indirect
270270
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
@@ -275,8 +275,8 @@ require (
275275
github.com/golangci/dupl v0.0.0-20250308024227-f665c8d69b32 // indirect
276276
github.com/golangci/go-printf-func-name v0.1.1 // indirect
277277
github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d // indirect
278-
github.com/golangci/golines v0.14.0 // indirect
279-
github.com/golangci/misspell v0.7.0 // indirect
278+
github.com/golangci/golines v0.15.0 // indirect
279+
github.com/golangci/misspell v0.8.0 // indirect
280280
github.com/golangci/plugin-module-register v0.1.2 // indirect
281281
github.com/golangci/revgrep v0.8.0 // indirect
282282
github.com/golangci/swaggoswag v0.0.0-20250504205917-77f2aca3143e // indirect
@@ -287,7 +287,7 @@ require (
287287
github.com/google/go-github/v80 v80.0.0 // indirect
288288
github.com/google/go-querystring v1.2.0 // indirect
289289
github.com/google/ko v0.18.1 // indirect
290-
github.com/google/pprof v0.0.0-20250820193118-f64d9cf942d6 // indirect
290+
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
291291
github.com/google/rpmpack v0.7.1 // indirect
292292
github.com/google/s2a-go v0.1.9 // indirect
293293
github.com/google/uuid v1.6.0 // indirect
@@ -369,7 +369,7 @@ require (
369369
github.com/mattn/go-isatty v0.0.20 // indirect
370370
github.com/mattn/go-mastodon v0.0.10 // indirect
371371
github.com/mattn/go-runewidth v0.0.19 // indirect
372-
github.com/mgechev/revive v1.13.0 // indirect
372+
github.com/mgechev/revive v1.14.0 // indirect
373373
github.com/minio/sha256-simd v1.0.1 // indirect
374374
github.com/mitchellh/copystructure v1.2.0 // indirect
375375
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -394,7 +394,7 @@ require (
394394
github.com/nakabonne/nestif v0.3.1 // indirect
395395
github.com/nishanths/exhaustive v0.12.0 // indirect
396396
github.com/nishanths/predeclared v0.2.2 // indirect
397-
github.com/nunnatsa/ginkgolinter v0.21.2 // indirect
397+
github.com/nunnatsa/ginkgolinter v0.23.0 // indirect
398398
github.com/oklog/ulid v1.3.1 // indirect
399399
github.com/olekukonko/tablewriter v0.0.5 // indirect
400400
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -431,7 +431,7 @@ require (
431431
github.com/sassoftware/relic v7.2.1+incompatible // indirect
432432
github.com/scylladb/go-set v1.0.3-0.20200225121959-cc7b2070d91e // indirect
433433
github.com/secure-systems-lab/go-securesystemslib v0.9.1 // indirect
434-
github.com/securego/gosec/v2 v2.22.11 // indirect
434+
github.com/securego/gosec/v2 v2.23.0 // indirect
435435
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
436436
github.com/shibumi/go-pathspec v1.3.0 // indirect
437437
github.com/shopspring/decimal v1.4.0 // indirect
@@ -490,7 +490,7 @@ require (
490490
gitlab.com/gitlab-org/api/client-go v1.11.0 // indirect
491491
go-simpler.org/musttag v0.14.0 // indirect
492492
go-simpler.org/sloglint v0.11.1 // indirect
493-
go.augendre.info/arangolint v0.3.1 // indirect
493+
go.augendre.info/arangolint v0.4.0 // indirect
494494
go.augendre.info/fatcontext v0.9.0 // indirect
495495
go.mongodb.org/mongo-driver v1.17.6 // indirect
496496
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
@@ -510,7 +510,7 @@ require (
510510
go.yaml.in/yaml/v3 v3.0.4 // indirect
511511
gocloud.dev v0.44.0 // indirect
512512
golang.org/x/crypto v0.48.0 // indirect
513-
golang.org/x/exp/typeparams v0.0.0-20251023183803-a4bb9ffd2546 // indirect
513+
golang.org/x/exp/typeparams v0.0.0-20260209203927-2842357ff358 // indirect
514514
golang.org/x/mod v0.33.0 // indirect
515515
golang.org/x/net v0.50.0 // indirect
516516
golang.org/x/oauth2 v0.34.0 // indirect
@@ -530,7 +530,7 @@ require (
530530
gopkg.in/mail.v2 v2.3.1 // indirect
531531
gopkg.in/warnings.v0 v0.1.2 // indirect
532532
gopkg.in/yaml.v3 v3.0.1 // indirect
533-
honnef.co/go/tools v0.6.1 // indirect
533+
honnef.co/go/tools v0.7.0 // indirect
534534
lukechampine.com/blake3 v1.3.0 // indirect
535535
mvdan.cc/unparam v0.0.0-20251027182757-5beb8c8f8f15 // indirect
536536
sigs.k8s.io/kind v0.30.0 // indirect

0 commit comments

Comments
 (0)