Skip to content

Commit e61fbc4

Browse files
fix(deps): update all dependencies
1 parent 89db002 commit e61fbc4

File tree

4 files changed

+31
-20
lines changed

4 files changed

+31
-20
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,34 +35,34 @@ jobs:
3535
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636

3737
- name: Setup Go ${{ matrix.go }}
38-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
38+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3939
with:
4040
go-version: ${{ matrix.go }}
4141

4242
- name: Setup Node.JS ${{ matrix.node }}
43-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
43+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
4444
with:
4545
node-version: ${{ matrix.node }}
4646
cache: 'yarn'
4747

4848
- name: Initialize CodeQL
4949
<<<<<<< HEAD
50-
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
50+
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
5151
=======
52-
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
52+
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
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@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
59+
uses: github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
6060

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

6666
- name: Perform CodeQL Analysis
67-
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
67+
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
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@05fe4576374b728f0c523d6a13d64c25081e0803 # v4.8.3
20+
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0

tools/go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ require (
1414
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 // indirect; wasi
1515
// github.com/aperturerobotics/goscript v0.0.61 // master
1616
github.com/aperturerobotics/protobuf-go-lite v0.12.2 // latest
17-
github.com/aperturerobotics/starpc v0.47.1 // latest
17+
github.com/aperturerobotics/starpc v0.48.0 // latest
1818
)
1919

2020
require (
2121
github.com/agnivade/wasmbrowsertest v0.11.0 // cancelCtx
22-
github.com/golangci/golangci-lint/v2 v2.10.1
23-
github.com/goreleaser/goreleaser/v2 v2.14.0 // latest
22+
github.com/golangci/golangci-lint/v2 v2.11.1
23+
github.com/goreleaser/goreleaser/v2 v2.14.1 // latest
2424
github.com/psampaz/go-mod-outdated v0.9.0 // latest
2525
golang.org/x/tools v0.42.0 // latest
2626
google.golang.org/grpc v1.78.0 // indirect; 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.5.3 // indirect
91+
github.com/MirrexOne/unqueryvet v1.5.4 // 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
9595
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.2 // indirect
98+
github.com/alexkohler/prealloc v1.1.0 // 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
@@ -341,7 +341,7 @@ require (
341341
github.com/julz/importas v0.2.0 // indirect
342342
github.com/karamaru-alpha/copyloopvar v1.2.2 // indirect
343343
github.com/kevinburke/ssh_config v1.2.0 // indirect
344-
github.com/kisielk/errcheck v1.9.0 // indirect
344+
github.com/kisielk/errcheck v1.10.0 // indirect
345345
github.com/kkHAIKE/contextcheck v1.1.6 // indirect
346346
github.com/klauspost/compress v1.18.4 // indirect
347347
github.com/klauspost/cpuid/v2 v2.2.8 // 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.14.0 // indirect
372+
github.com/mgechev/revive v1.15.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
@@ -432,7 +432,7 @@ require (
432432
github.com/sassoftware/relic v7.2.1+incompatible // indirect
433433
github.com/scylladb/go-set v1.0.3-0.20200225121959-cc7b2070d91e // indirect
434434
github.com/secure-systems-lab/go-securesystemslib v0.10.0 // indirect
435-
github.com/securego/gosec/v2 v2.23.0 // indirect
435+
github.com/securego/gosec/v2 v2.24.7 // indirect
436436
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
437437
github.com/shibumi/go-pathspec v1.3.0 // indirect
438438
github.com/shopspring/decimal v1.4.0 // indirect
@@ -447,7 +447,7 @@ require (
447447
github.com/sivchari/containedctx v1.0.3 // indirect
448448
github.com/skeema/knownhosts v1.3.1 // indirect
449449
github.com/slack-go/slack v0.17.3 // indirect
450-
github.com/sonatard/noctx v0.4.0 // indirect
450+
github.com/sonatard/noctx v0.5.0 // indirect
451451
github.com/sourcegraph/go-diff v0.7.0 // indirect
452452
github.com/spaolacci/murmur3 v1.1.0 // indirect
453453
github.com/spf13/afero v1.15.0 // indirect
@@ -474,7 +474,7 @@ require (
474474
github.com/ulikunitz/xz v0.5.15 // indirect
475475
github.com/ultraware/funlen v0.2.0 // indirect
476476
github.com/ultraware/whitespace v0.2.0 // indirect
477-
github.com/uudashr/gocognit v1.2.0 // indirect
477+
github.com/uudashr/gocognit v1.2.1 // indirect
478478
github.com/uudashr/iface v1.4.1 // indirect
479479
github.com/vbatts/tar-split v0.12.2 // indirect
480480
github.com/wagoodman/go-progress v0.0.0-20230925121702-07e42b3cdba0 // indirect
@@ -512,7 +512,7 @@ require (
512512
golang.org/x/crypto v0.48.0 // indirect
513513
golang.org/x/exp/typeparams v0.0.0-20260209203927-2842357ff358 // indirect
514514
golang.org/x/mod v0.33.0 // indirect
515-
golang.org/x/net v0.50.0 // indirect
515+
golang.org/x/net v0.51.0 // indirect
516516
golang.org/x/oauth2 v0.35.0 // indirect
517517
golang.org/x/sync v0.19.0 // indirect
518518
golang.org/x/sys v0.41.0 // indirect

tools/go.sum

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERo
146146
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
147147
github.com/MirrexOne/unqueryvet v1.5.3 h1:LpT3rsH+IY3cQddWF9bg4C7jsbASdGnrOSofY8IPEiw=
148148
github.com/MirrexOne/unqueryvet v1.5.3/go.mod h1:fs9Zq6eh1LRIhsDIsxf9PONVUjYdFHdtkHIgZdJnyPU=
149+
github.com/MirrexOne/unqueryvet v1.5.4/go.mod h1:fs9Zq6eh1LRIhsDIsxf9PONVUjYdFHdtkHIgZdJnyPU=
149150
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEVMRuU21PR1EtLVZJmdB18Gu3Rw=
150151
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk=
151152
github.com/OpenPeeDeeP/depguard/v2 v2.2.1 h1:vckeWVESWp6Qog7UZSARNqfu/cZqvki8zsuj3piCMx4=
@@ -174,6 +175,7 @@ github.com/alexkohler/nakedret/v2 v2.0.6 h1:ME3Qef1/KIKr3kWX3nti3hhgNxw6aqN5pZmQ
174175
github.com/alexkohler/nakedret/v2 v2.0.6/go.mod h1:l3RKju/IzOMQHmsEvXwkqMDzHHvurNQfAgE1eVmT40Q=
175176
github.com/alexkohler/prealloc v1.0.2 h1:MPo8cIkGkZytq7WNH9UHv3DIX1mPz1RatPXnZb0zHWQ=
176177
github.com/alexkohler/prealloc v1.0.2/go.mod h1:fT39Jge3bQrfA7nPMDngUfvUbQGQeJyGQnR+913SCig=
178+
github.com/alexkohler/prealloc v1.1.0/go.mod h1:fT39Jge3bQrfA7nPMDngUfvUbQGQeJyGQnR+913SCig=
177179
github.com/alfatraining/structtag v1.0.0 h1:2qmcUqNcCoyVJ0up879K614L9PazjBSFruTB0GOFjCc=
178180
github.com/alfatraining/structtag v1.0.0/go.mod h1:p3Xi5SwzTi+Ryj64DqjLWz7XurHxbGsq6y3ubePJPus=
179181
github.com/alingse/asasalint v0.0.11 h1:SFwnQXJ49Kx/1GghOFz1XGqHYKp21Kq1nHad/0WQRnw=
@@ -199,6 +201,7 @@ github.com/aperturerobotics/protobuf-go-lite v0.12.2 h1:ujwTKgpIYAVsv8VljB6PPMY5
199201
github.com/aperturerobotics/protobuf-go-lite v0.12.2/go.mod h1:lGH3s5ArCTXKI4wJdlNpaybUtwSjfAG0vdWjxOfMcF8=
200202
github.com/aperturerobotics/starpc v0.47.1 h1:TxQon4lm3G3Hl4iKecFkrpv0sd7oFO7uQFrhRh27l5Q=
201203
github.com/aperturerobotics/starpc v0.47.1/go.mod h1:SCskS3mjIiRUGflIQ1uV3txzqSxvqdoQqYGcgXKoEys=
204+
github.com/aperturerobotics/starpc v0.48.0/go.mod h1:WQTxkj5kfUkEfG+ewFC7OggKqgKQkutL76vTTZeXCwM=
202205
github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0 h1:jfIu9sQUG6Ig+0+Ap1h4unLjW6YQJpKZVmUzxsD4E/Q=
203206
github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0/go.mod h1:t2tdKJDJF9BV14lnkjHmOQgcvEKgtqs5a1N3LNdJhGE=
204207
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
@@ -640,6 +643,7 @@ github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d h1:viFft9sS/dxoYY0a
640643
github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d/go.mod h1:ivJ9QDg0XucIkmwhzCDsqcnxxlDStoTl89jDMIoNxKY=
641644
github.com/golangci/golangci-lint/v2 v2.10.1 h1:flhw5Px6ojbLyEFzXvJn5B2HEdkkRlkhE1SnmCbQBiE=
642645
github.com/golangci/golangci-lint/v2 v2.10.1/go.mod h1:dBsrOk6zj0vDhlTv+IiJGqkDokR24IVTS7W3EVfPTQY=
646+
github.com/golangci/golangci-lint/v2 v2.11.1/go.mod h1:wexdFBIQNhHNhDe1oqzlGFE5dYUqlfccWJKWjoWF1GI=
643647
github.com/golangci/golines v0.15.0 h1:Qnph25g8Y1c5fdo1X7GaRDGgnMHgnxh4Gk4VfPTtRx0=
644648
github.com/golangci/golines v0.15.0/go.mod h1:AZjXd23tbHMpowhtnGlj9KCNsysj72aeZVVHnVcZx10=
645649
github.com/golangci/misspell v0.8.0 h1:qvxQhiE2/5z+BVRo1kwYA8yGz+lOlu5Jfvtx2b04Jbg=
@@ -708,6 +712,7 @@ github.com/goreleaser/go-shellwords v1.0.13 h1:ivvhC/RvUyud74c0urb1ZGYWPYGibY5Qi
708712
github.com/goreleaser/go-shellwords v1.0.13/go.mod h1:UtDFSSvW7wQL/4jmyzZbuP6HfI6R+oSm0v63cs61oDw=
709713
github.com/goreleaser/goreleaser/v2 v2.14.0 h1:mruINcfD6UrNexpDUgNPsH9BPf7LTx7E8u1VgsaEKOU=
710714
github.com/goreleaser/goreleaser/v2 v2.14.0/go.mod h1:chMBBIVXm1UTdxSWM3orBl2KklQWM0p4BChAelBT7lM=
715+
github.com/goreleaser/goreleaser/v2 v2.14.1/go.mod h1:ILqGxsrKA7k3Mftc/ltcjZmOubnm11Y1LMsOGU9ia+Q=
711716
github.com/goreleaser/nfpm/v2 v2.45.0 h1:rTqqX/vqvln4x7B2HmPL57gh21iIMqyxzP8goI3Jv+Y=
712717
github.com/goreleaser/nfpm/v2 v2.45.0/go.mod h1:O0h9bB68D39NTnM9rSOJhVCYxQk7sU8i04q2bzczFdk=
713718
github.com/goreleaser/quill v0.0.0-20251224035235-ab943733386f h1:2HQF/pifDK7XnmVhQi3OecdUcHLOaXIKVKscW8qKzCk=
@@ -852,6 +857,7 @@ github.com/keybase/go-keychain v0.0.1/go.mod h1:PdEILRW3i9D8JcdM+FmY6RwkHGnhHxXw
852857
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
853858
github.com/kisielk/errcheck v1.9.0 h1:9xt1zI9EBfcYBvdU1nVrzMzzUPUtPKs9bVSIM3TAb3M=
854859
github.com/kisielk/errcheck v1.9.0/go.mod h1:kQxWMMVZgIkDq7U8xtG/n2juOjbLgZtedi0D+/VL/i8=
860+
github.com/kisielk/errcheck v1.10.0/go.mod h1:kQxWMMVZgIkDq7U8xtG/n2juOjbLgZtedi0D+/VL/i8=
855861
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
856862
github.com/kkHAIKE/contextcheck v1.1.6 h1:7HIyRcnyzxL9Lz06NGhiKvenXq7Zw6Q0UQu/ttjfJCE=
857863
github.com/kkHAIKE/contextcheck v1.1.6/go.mod h1:3dDbMRNBFaq8HFXWC1JyvDSPm43CmE6IuHam8Wr0rkg=
@@ -926,6 +932,7 @@ github.com/mattn/go-runewidth v0.0.19 h1:v++JhqYnZuu5jSKrk9RbgF5v4CGUjqRfBm05byF
926932
github.com/mattn/go-runewidth v0.0.19/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs=
927933
github.com/mgechev/revive v1.14.0 h1:CC2Ulb3kV7JFYt+izwORoS3VT/+Plb8BvslI/l1yZsc=
928934
github.com/mgechev/revive v1.14.0/go.mod h1:MvnujelCZBZCaoDv5B3foPo6WWgULSSFxvfxp7GsPfo=
935+
github.com/mgechev/revive v1.15.0/go.mod h1:LlAKO3QQe9OJ0pVZzI2GPa8CbXGZ/9lNpCGvK4T/a8A=
929936
github.com/minio/sha256-simd v1.0.1 h1:6kaan5IFmwTNynnKKpDHe6FWHohJOHhCPchzK49dzMM=
930937
github.com/minio/sha256-simd v1.0.1/go.mod h1:Pz6AKMiUdngCLpeTL/RJY1M9rUuPMYujV5xJjtbRSN8=
931938
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=
@@ -1102,6 +1109,7 @@ github.com/secure-systems-lab/go-securesystemslib v0.10.0 h1:l+H5ErcW0PAehBNrBxo
11021109
github.com/secure-systems-lab/go-securesystemslib v0.10.0/go.mod h1:MRKONWmRoFzPNQ9USRF9i1mc7MvAVvF1LlW8X5VWDvk=
11031110
github.com/securego/gosec/v2 v2.23.0 h1:h4TtF64qFzvnkqvsHC/knT7YC5fqyOCItlVR8+ptEBo=
11041111
github.com/securego/gosec/v2 v2.23.0/go.mod h1:qRHEgXLFuYUDkI2T7W7NJAmOkxVhkR0x9xyHOIcMNZ0=
1112+
github.com/securego/gosec/v2 v2.24.7/go.mod h1:AdDJbjcG/XxFgVv7pW19vMNYlFM6+Q6Qy3t6lWAUcEY=
11051113
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
11061114
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8=
11071115
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
@@ -1151,6 +1159,7 @@ github.com/smartystreets/goconvey v1.8.1 h1:qGjIddxOk4grTu9JPOU31tVfq3cNdBlNa5sS
11511159
github.com/smartystreets/goconvey v1.8.1/go.mod h1:+/u4qLyY6x1jReYOp7GOM2FSt8aP9CzCZL03bI28W60=
11521160
github.com/sonatard/noctx v0.4.0 h1:7MC/5Gg4SQ4lhLYR6mvOP6mQVSxCrdyiExo7atBs27o=
11531161
github.com/sonatard/noctx v0.4.0/go.mod h1:64XdbzFb18XL4LporKXp8poqZtPKbCrqQ402CV+kJas=
1162+
github.com/sonatard/noctx v0.5.0/go.mod h1:64XdbzFb18XL4LporKXp8poqZtPKbCrqQ402CV+kJas=
11541163
github.com/sourcegraph/go-diff v0.7.0 h1:9uLlrd5T46OXs5qpp8L/MTltk0zikUGi0sNNyCpA8G0=
11551164
github.com/sourcegraph/go-diff v0.7.0/go.mod h1:iBszgVvyxdc8SFZ7gm69go2KDdt3ag071iBaWPF6cjs=
11561165
github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI=
@@ -1236,6 +1245,7 @@ github.com/ultraware/whitespace v0.2.0/go.mod h1:XcP1RLD81eV4BW8UhQlpaR+SDc2givT
12361245
github.com/urfave/cli v1.22.10/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
12371246
github.com/uudashr/gocognit v1.2.0 h1:3BU9aMr1xbhPlvJLSydKwdLN3tEUUrzPSSM8S4hDYRA=
12381247
github.com/uudashr/gocognit v1.2.0/go.mod h1:k/DdKPI6XBZO1q7HgoV2juESI2/Ofj9AcHPZhBBdrTU=
1248+
github.com/uudashr/gocognit v1.2.1/go.mod h1:acaubQc6xYlXFEMb9nWX2dYBzJ/bIjEkc1zzvyIZg5Q=
12391249
github.com/uudashr/iface v1.4.1 h1:J16Xl1wyNX9ofhpHmQ9h9gk5rnv2A6lX/2+APLTo0zU=
12401250
github.com/uudashr/iface v1.4.1/go.mod h1:pbeBPlbuU2qkNDn0mmfrxP2X+wjPMIQAy+r1MBXSXtg=
12411251
github.com/vbatts/tar-split v0.12.2 h1:w/Y6tjxpeiFMR47yzZPlPj/FcPLpXbTUi/9H7d3CPa4=
@@ -1429,6 +1439,7 @@ golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
14291439
golang.org/x/net v0.16.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
14301440
golang.org/x/net v0.50.0 h1:ucWh9eiCGyDR3vtzso0WMQinm2Dnt8cFMuQa9K33J60=
14311441
golang.org/x/net v0.50.0/go.mod h1:UgoSli3F/pBgdJBHCTc+tp3gmrU4XswgGRgtnwWTfyM=
1442+
golang.org/x/net v0.51.0/go.mod h1:aamm+2QF5ogm02fjy5Bb7CQ0WMt1/WVM7FtyaTLlA9Y=
14321443
golang.org/x/oauth2 v0.35.0 h1:Mv2mzuHuZuY2+bkyWXIHMfhNdJAdwW3FuWeCPYN5GVQ=
14331444
golang.org/x/oauth2 v0.35.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA=
14341445
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)