@aptre/common 0.30.7 → 0.31.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/example/example.pb.js +2 -1
- package/dist/example/example_srpc.pb.js +1 -0
- package/dist/example/other/other.pb.js +2 -1
- package/go.mod +5 -26
- package/go.mod.tools +65 -65
- package/go.sum +10 -45
- package/go.sum.tools +150 -150
- package/package.json +2 -2
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
// @generated by protoc-gen-es-lite unknown with parameter "ts_nocheck=false
|
|
1
|
+
// @generated by protoc-gen-es-lite unknown with parameter "target=ts,ts_nocheck=false"
|
|
2
2
|
// @generated from file github.com/aperturerobotics/common/example/example.proto (package example, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
3
4
|
import { OtherMsg } from './other/other.pb.js';
|
|
4
5
|
import { createMessageType, ScalarType } from '@aptre/protobuf-es-lite';
|
|
5
6
|
export const protobufPackage = 'example';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
// @generated by protoc-gen-es-starpc none with parameter "target=ts,ts_nocheck=false"
|
|
2
2
|
// @generated from file github.com/aperturerobotics/common/example/example.proto (package example, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
3
4
|
import { EchoMsg } from './example.pb.js';
|
|
4
5
|
import { MethodKind } from '@aptre/protobuf-es-lite';
|
|
5
6
|
/**
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
// @generated by protoc-gen-es-lite unknown with parameter "ts_nocheck=false
|
|
1
|
+
// @generated by protoc-gen-es-lite unknown with parameter "target=ts,ts_nocheck=false"
|
|
2
2
|
// @generated from file github.com/aperturerobotics/common/example/other/other.proto (package example.other, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
3
4
|
import { createMessageType, ScalarType } from '@aptre/protobuf-es-lite';
|
|
4
5
|
export const protobufPackage = 'example.other';
|
|
5
6
|
// OtherMsg contains the message type declaration for OtherMsg.
|
package/go.mod
CHANGED
|
@@ -2,47 +2,26 @@ module github.com/aperturerobotics/common
|
|
|
2
2
|
|
|
3
3
|
go 1.25
|
|
4
4
|
|
|
5
|
-
// This fork uses protobuf-go-lite. This replace can be safely removed but optimizes binary size.
|
|
6
|
-
replace github.com/libp2p/go-libp2p => github.com/aperturerobotics/go-libp2p v0.37.1-0.20241111002741-5cfbb50b74e0 // aperture
|
|
7
|
-
|
|
8
|
-
replace github.com/ipfs/go-log/v2 => github.com/paralin/ipfs-go-logrus v0.0.0-20240410105224-e24cb05f9e98 // master
|
|
9
|
-
|
|
10
5
|
require (
|
|
11
6
|
github.com/aperturerobotics/abseil-cpp v0.0.0-20260131110040-4bb56e2f9017 // aperture-2
|
|
12
7
|
github.com/aperturerobotics/cli v1.1.0
|
|
13
|
-
github.com/aperturerobotics/go-protoc-gen-prost v0.0.0-
|
|
14
|
-
github.com/aperturerobotics/go-protoc-wasi v0.0.0-
|
|
8
|
+
github.com/aperturerobotics/go-protoc-gen-prost v0.0.0-20260219012250-e75aa9f430a2 // master
|
|
9
|
+
github.com/aperturerobotics/go-protoc-wasi v0.0.0-20260219012250-c573f70e4509 // master
|
|
15
10
|
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 // indirect
|
|
16
11
|
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 // wasi
|
|
17
|
-
github.com/aperturerobotics/protobuf-go-lite v0.12.
|
|
18
|
-
github.com/aperturerobotics/starpc v0.
|
|
19
|
-
github.com/aperturerobotics/util v1.32.
|
|
12
|
+
github.com/aperturerobotics/protobuf-go-lite v0.12.2 // latest
|
|
13
|
+
github.com/aperturerobotics/starpc v0.47.1 // master
|
|
14
|
+
github.com/aperturerobotics/util v1.32.4 // indirect
|
|
20
15
|
)
|
|
21
16
|
|
|
22
17
|
require (
|
|
23
18
|
github.com/coder/websocket v1.8.14 // indirect
|
|
24
|
-
github.com/ipfs/go-cid v0.4.1 // indirect
|
|
25
|
-
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
|
|
26
19
|
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
|
|
27
|
-
github.com/libp2p/go-libp2p v0.47.0 // indirect
|
|
28
20
|
github.com/libp2p/go-yamux/v4 v4.0.2 // indirect
|
|
29
|
-
github.com/minio/sha256-simd v1.0.1 // indirect
|
|
30
|
-
github.com/mr-tron/base58 v1.2.0 // indirect
|
|
31
|
-
github.com/multiformats/go-base32 v0.1.0 // indirect
|
|
32
|
-
github.com/multiformats/go-base36 v0.2.0 // indirect
|
|
33
|
-
github.com/multiformats/go-multiaddr v0.13.0 // indirect
|
|
34
|
-
github.com/multiformats/go-multibase v0.2.0 // indirect
|
|
35
|
-
github.com/multiformats/go-multihash v0.2.3 // indirect
|
|
36
|
-
github.com/multiformats/go-multistream v0.5.0 // indirect
|
|
37
|
-
github.com/multiformats/go-varint v0.0.7 // indirect
|
|
38
21
|
github.com/pkg/errors v0.9.1 // indirect
|
|
39
22
|
github.com/sirupsen/logrus v1.9.4 // indirect
|
|
40
|
-
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
41
23
|
github.com/tetratelabs/wazero v1.11.0
|
|
42
24
|
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
|
|
43
|
-
golang.org/x/crypto v0.45.0 // indirect
|
|
44
|
-
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
|
|
45
25
|
golang.org/x/mod v0.33.0
|
|
46
26
|
golang.org/x/sys v0.40.0 // indirect
|
|
47
|
-
lukechampine.com/blake3 v1.3.0 // indirect
|
|
48
27
|
)
|
package/go.mod.tools
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
module tools
|
|
2
2
|
|
|
3
|
-
go 1.
|
|
3
|
+
go 1.26.0
|
|
4
4
|
|
|
5
5
|
replace (
|
|
6
6
|
github.com/docker/docker => github.com/docker/docker v28.1.1+incompatible // latest
|
|
@@ -13,17 +13,17 @@ require (
|
|
|
13
13
|
github.com/aperturerobotics/goprotowrap v0.4.1 // latest
|
|
14
14
|
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 // indirect; wasi
|
|
15
15
|
// github.com/aperturerobotics/goscript v0.0.61 // master
|
|
16
|
-
github.com/aperturerobotics/protobuf-go-lite v0.12.
|
|
17
|
-
github.com/aperturerobotics/starpc v0.
|
|
16
|
+
github.com/aperturerobotics/protobuf-go-lite v0.12.2 // latest
|
|
17
|
+
github.com/aperturerobotics/starpc v0.47.1 // latest
|
|
18
18
|
)
|
|
19
19
|
|
|
20
20
|
require (
|
|
21
21
|
github.com/agnivade/wasmbrowsertest v0.11.0 // cancelCtx
|
|
22
|
-
github.com/golangci/golangci-lint/v2 v2.
|
|
23
|
-
github.com/goreleaser/goreleaser/v2 v2.
|
|
22
|
+
github.com/golangci/golangci-lint/v2 v2.10.1
|
|
23
|
+
github.com/goreleaser/goreleaser/v2 v2.14.0 // latest
|
|
24
24
|
github.com/psampaz/go-mod-outdated v0.9.0 // latest
|
|
25
25
|
golang.org/x/tools v0.42.0 // latest
|
|
26
|
-
google.golang.org/grpc v1.
|
|
26
|
+
google.golang.org/grpc v1.78.0 // indirect; latest
|
|
27
27
|
mvdan.cc/gofumpt v0.9.2 // latest
|
|
28
28
|
)
|
|
29
29
|
|
|
@@ -35,15 +35,15 @@ require (
|
|
|
35
35
|
cel.dev/expr v0.25.1 // indirect
|
|
36
36
|
charm.land/lipgloss/v2 v2.0.0-beta.3.0.20251120230642-dcccabe2cd63 // indirect
|
|
37
37
|
cloud.google.com/go v0.123.0 // indirect
|
|
38
|
-
cloud.google.com/go/auth v0.
|
|
38
|
+
cloud.google.com/go/auth v0.18.0 // indirect
|
|
39
39
|
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
|
|
40
40
|
cloud.google.com/go/compute/metadata v0.9.0 // indirect
|
|
41
41
|
cloud.google.com/go/iam v1.5.3 // indirect
|
|
42
|
-
cloud.google.com/go/kms v1.
|
|
42
|
+
cloud.google.com/go/kms v1.25.0 // indirect
|
|
43
43
|
cloud.google.com/go/longrunning v0.7.0 // indirect
|
|
44
44
|
cloud.google.com/go/monitoring v1.24.3 // indirect
|
|
45
45
|
cloud.google.com/go/storage v1.57.1 // indirect
|
|
46
|
-
code.gitea.io/sdk/gitea v0.
|
|
46
|
+
code.gitea.io/sdk/gitea v0.23.2 // indirect
|
|
47
47
|
codeberg.org/chavacava/garif v0.2.0 // indirect
|
|
48
48
|
codeberg.org/polyfloyd/go-errorlint v1.9.0 // indirect
|
|
49
49
|
dario.cat/mergo v1.0.2 // indirect
|
|
@@ -87,14 +87,14 @@ require (
|
|
|
87
87
|
github.com/Masterminds/semver/v3 v3.4.0 // indirect
|
|
88
88
|
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
|
|
89
89
|
github.com/Microsoft/go-winio v0.6.2 // indirect
|
|
90
|
-
github.com/MirrexOne/unqueryvet v1.
|
|
90
|
+
github.com/MirrexOne/unqueryvet v1.5.3 // indirect
|
|
91
91
|
github.com/OpenPeeDeeP/depguard/v2 v2.2.1 // indirect
|
|
92
92
|
github.com/ProtonMail/go-crypto v1.3.0 // indirect
|
|
93
93
|
github.com/agnivade/levenshtein v1.2.1 // indirect
|
|
94
|
-
github.com/alecthomas/chroma/v2 v2.
|
|
94
|
+
github.com/alecthomas/chroma/v2 v2.23.1 // indirect
|
|
95
95
|
github.com/alecthomas/go-check-sumtype v0.3.1 // indirect
|
|
96
96
|
github.com/alexkohler/nakedret/v2 v2.0.6 // indirect
|
|
97
|
-
github.com/alexkohler/prealloc v1.0.
|
|
97
|
+
github.com/alexkohler/prealloc v1.0.2 // indirect
|
|
98
98
|
github.com/alfatraining/structtag v1.0.0 // indirect
|
|
99
99
|
github.com/alingse/asasalint v0.0.11 // indirect
|
|
100
100
|
github.com/alingse/nilnesserr v0.2.0 // indirect
|
|
@@ -104,24 +104,24 @@ require (
|
|
|
104
104
|
github.com/ashanbrown/makezero/v2 v2.1.0 // indirect
|
|
105
105
|
github.com/atc0005/go-teams-notify/v2 v2.14.0 // indirect
|
|
106
106
|
github.com/avast/retry-go/v4 v4.7.0 // indirect
|
|
107
|
-
github.com/aws/aws-sdk-go-v2 v1.41.
|
|
107
|
+
github.com/aws/aws-sdk-go-v2 v1.41.1 // indirect
|
|
108
108
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.4 // indirect
|
|
109
109
|
github.com/aws/aws-sdk-go-v2/config v1.32.5 // indirect
|
|
110
110
|
github.com/aws/aws-sdk-go-v2/credentials v1.19.5 // indirect
|
|
111
111
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.16 // indirect
|
|
112
112
|
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.20.16 // indirect
|
|
113
|
-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.
|
|
114
|
-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.
|
|
113
|
+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.17 // indirect
|
|
114
|
+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.17 // indirect
|
|
115
115
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4 // indirect
|
|
116
|
-
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.
|
|
116
|
+
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.17 // indirect
|
|
117
117
|
github.com/aws/aws-sdk-go-v2/service/ecr v1.54.4 // indirect
|
|
118
118
|
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.38.8 // indirect
|
|
119
119
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.4 // indirect
|
|
120
|
-
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.
|
|
121
|
-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.
|
|
122
|
-
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.
|
|
123
|
-
github.com/aws/aws-sdk-go-v2/service/kms v1.
|
|
124
|
-
github.com/aws/aws-sdk-go-v2/service/s3 v1.
|
|
120
|
+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.8 // indirect
|
|
121
|
+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.17 // indirect
|
|
122
|
+
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.17 // indirect
|
|
123
|
+
github.com/aws/aws-sdk-go-v2/service/kms v1.49.1 // indirect
|
|
124
|
+
github.com/aws/aws-sdk-go-v2/service/s3 v1.96.0 // indirect
|
|
125
125
|
github.com/aws/aws-sdk-go-v2/service/signin v1.0.4 // indirect
|
|
126
126
|
github.com/aws/aws-sdk-go-v2/service/sso v1.30.7 // indirect
|
|
127
127
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.12 // indirect
|
|
@@ -139,7 +139,7 @@ require (
|
|
|
139
139
|
github.com/blizzy78/varnamelen v0.8.0 // indirect
|
|
140
140
|
github.com/bluesky-social/indigo v0.0.0-20240813042137-4006c0eca043 // indirect
|
|
141
141
|
github.com/bombsimon/wsl/v4 v4.7.0 // indirect
|
|
142
|
-
github.com/bombsimon/wsl/v5 v5.
|
|
142
|
+
github.com/bombsimon/wsl/v5 v5.6.0 // indirect
|
|
143
143
|
github.com/breml/bidichk v0.3.3 // indirect
|
|
144
144
|
github.com/breml/errchkjson v0.4.1 // indirect
|
|
145
145
|
github.com/buger/jsonparser v1.1.1 // indirect
|
|
@@ -147,9 +147,8 @@ require (
|
|
|
147
147
|
github.com/butuzov/mirror v1.3.0 // indirect
|
|
148
148
|
github.com/caarlos0/env/v11 v11.3.1 // indirect
|
|
149
149
|
github.com/caarlos0/go-reddit/v3 v3.0.1 // indirect
|
|
150
|
-
github.com/caarlos0/go-shellwords v1.0.12 // indirect
|
|
151
150
|
github.com/caarlos0/go-version v0.2.2 // indirect
|
|
152
|
-
github.com/caarlos0/log v0.
|
|
151
|
+
github.com/caarlos0/log v0.6.0 // indirect
|
|
153
152
|
github.com/carlmjohnson/versioninfo v0.22.5 // indirect
|
|
154
153
|
github.com/catenacyber/perfsprint v0.10.1 // indirect
|
|
155
154
|
github.com/cavaliergopher/cpio v1.0.1 // indirect
|
|
@@ -178,7 +177,7 @@ require (
|
|
|
178
177
|
github.com/clipperhouse/uax29/v2 v2.4.0 // indirect
|
|
179
178
|
github.com/cloudflare/circl v1.6.1 // indirect
|
|
180
179
|
github.com/cncf/xds/go v0.0.0-20251022180443-0feb69152e9f // indirect
|
|
181
|
-
github.com/containerd/stargz-snapshotter/estargz v0.18.
|
|
180
|
+
github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect
|
|
182
181
|
github.com/coreos/go-oidc/v3 v3.17.0 // indirect
|
|
183
182
|
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
|
|
184
183
|
github.com/curioswitch/go-reassign v0.3.0 // indirect
|
|
@@ -197,7 +196,7 @@ require (
|
|
|
197
196
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
|
198
197
|
github.com/distribution/reference v0.6.0 // indirect
|
|
199
198
|
github.com/dlclark/regexp2 v1.11.5 // indirect
|
|
200
|
-
github.com/docker/cli v29.2.
|
|
199
|
+
github.com/docker/cli v29.2.1+incompatible // indirect
|
|
201
200
|
github.com/docker/distribution v2.8.3+incompatible // indirect
|
|
202
201
|
github.com/docker/docker v28.5.2+incompatible // indirect
|
|
203
202
|
github.com/docker/docker-credential-helpers v0.9.4 // indirect
|
|
@@ -216,24 +215,24 @@ require (
|
|
|
216
215
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
|
217
216
|
github.com/fzipp/gocyclo v0.6.0 // indirect
|
|
218
217
|
github.com/gabriel-vasile/mimetype v1.4.12 // indirect
|
|
219
|
-
github.com/ghostiam/protogetter v0.3.
|
|
218
|
+
github.com/ghostiam/protogetter v0.3.20 // indirect
|
|
220
219
|
github.com/github/smimesign v0.2.0 // indirect
|
|
221
220
|
github.com/go-critic/go-critic v0.14.3 // indirect
|
|
222
221
|
github.com/go-fed/httpsig v1.1.0 // indirect
|
|
223
222
|
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
|
|
224
223
|
github.com/go-git/go-billy/v5 v5.7.0 // indirect
|
|
225
|
-
github.com/go-git/go-git/v5 v5.16.
|
|
224
|
+
github.com/go-git/go-git/v5 v5.16.5 // indirect
|
|
226
225
|
github.com/go-interpreter/wagon v0.6.0 // indirect
|
|
227
226
|
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
|
|
228
227
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
229
228
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
230
229
|
github.com/go-openapi/analysis v0.24.1 // indirect
|
|
231
|
-
github.com/go-openapi/errors v0.22.
|
|
230
|
+
github.com/go-openapi/errors v0.22.6 // indirect
|
|
232
231
|
github.com/go-openapi/jsonpointer v0.22.4 // indirect
|
|
233
232
|
github.com/go-openapi/jsonreference v0.21.4 // indirect
|
|
234
233
|
github.com/go-openapi/loads v0.23.2 // indirect
|
|
235
234
|
github.com/go-openapi/runtime v0.29.2 // indirect
|
|
236
|
-
github.com/go-openapi/spec v0.22.
|
|
235
|
+
github.com/go-openapi/spec v0.22.3 // indirect
|
|
237
236
|
github.com/go-openapi/strfmt v0.25.0 // indirect
|
|
238
237
|
github.com/go-openapi/swag v0.25.4 // indirect
|
|
239
238
|
github.com/go-openapi/swag/cmdutils v0.25.4 // indirect
|
|
@@ -257,46 +256,47 @@ require (
|
|
|
257
256
|
github.com/go-toolsmith/astp v1.1.0 // indirect
|
|
258
257
|
github.com/go-toolsmith/strparse v1.1.0 // indirect
|
|
259
258
|
github.com/go-toolsmith/typep v1.1.0 // indirect
|
|
260
|
-
github.com/go-viper/mapstructure/v2 v2.
|
|
259
|
+
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
|
|
261
260
|
github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
|
|
262
261
|
github.com/gobwas/glob v0.2.3 // indirect
|
|
263
262
|
github.com/gobwas/httphead v0.1.0 // indirect
|
|
264
263
|
github.com/gobwas/pool v0.2.1 // indirect
|
|
265
264
|
github.com/gobwas/ws v1.4.0 // indirect
|
|
266
|
-
github.com/godoc-lint/godoc-lint v0.11.
|
|
265
|
+
github.com/godoc-lint/godoc-lint v0.11.2 // indirect
|
|
267
266
|
github.com/gofrs/flock v0.13.0 // indirect
|
|
268
267
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
269
268
|
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
|
|
270
|
-
github.com/golang-jwt/jwt/v5 v5.3.
|
|
269
|
+
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
|
|
271
270
|
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
|
|
272
271
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
273
272
|
github.com/golangci/asciicheck v0.5.0 // indirect
|
|
274
273
|
github.com/golangci/dupl v0.0.0-20250308024227-f665c8d69b32 // indirect
|
|
275
274
|
github.com/golangci/go-printf-func-name v0.1.1 // indirect
|
|
276
275
|
github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d // indirect
|
|
277
|
-
github.com/golangci/golines v0.
|
|
278
|
-
github.com/golangci/misspell v0.
|
|
276
|
+
github.com/golangci/golines v0.15.0 // indirect
|
|
277
|
+
github.com/golangci/misspell v0.8.0 // indirect
|
|
279
278
|
github.com/golangci/plugin-module-register v0.1.2 // indirect
|
|
280
279
|
github.com/golangci/revgrep v0.8.0 // indirect
|
|
281
280
|
github.com/golangci/swaggoswag v0.0.0-20250504205917-77f2aca3143e // indirect
|
|
282
281
|
github.com/golangci/unconvert v0.0.0-20250410112200-a129a6e6413e // indirect
|
|
283
282
|
github.com/google/certificate-transparency-go v1.3.2 // indirect
|
|
284
283
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
285
|
-
github.com/google/go-containerregistry v0.
|
|
286
|
-
github.com/google/go-github/
|
|
284
|
+
github.com/google/go-containerregistry v0.21.0 // indirect
|
|
285
|
+
github.com/google/go-github/v83 v83.0.0 // indirect
|
|
287
286
|
github.com/google/go-querystring v1.2.0 // indirect
|
|
288
287
|
github.com/google/ko v0.18.1 // indirect
|
|
289
|
-
github.com/google/pprof v0.0.0-
|
|
288
|
+
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
|
|
290
289
|
github.com/google/rpmpack v0.7.1 // indirect
|
|
291
290
|
github.com/google/s2a-go v0.1.9 // indirect
|
|
292
291
|
github.com/google/uuid v1.6.0 // indirect
|
|
293
292
|
github.com/google/wire v0.7.0 // indirect
|
|
294
|
-
github.com/googleapis/enterprise-certificate-proxy v0.3.
|
|
295
|
-
github.com/googleapis/gax-go/v2 v2.
|
|
293
|
+
github.com/googleapis/enterprise-certificate-proxy v0.3.9 // indirect
|
|
294
|
+
github.com/googleapis/gax-go/v2 v2.16.0 // indirect
|
|
296
295
|
github.com/gordonklaus/ineffassign v0.2.0 // indirect
|
|
297
296
|
github.com/goreleaser/chglog v0.7.4 // indirect
|
|
298
297
|
github.com/goreleaser/fileglob v1.4.0 // indirect
|
|
299
|
-
github.com/goreleaser/
|
|
298
|
+
github.com/goreleaser/go-shellwords v1.0.13 // indirect
|
|
299
|
+
github.com/goreleaser/nfpm/v2 v2.45.0 // indirect
|
|
300
300
|
github.com/goreleaser/quill v0.0.0-20251224035235-ab943733386f // indirect
|
|
301
301
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
302
302
|
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
|
|
@@ -342,7 +342,7 @@ require (
|
|
|
342
342
|
github.com/kevinburke/ssh_config v1.2.0 // indirect
|
|
343
343
|
github.com/kisielk/errcheck v1.9.0 // indirect
|
|
344
344
|
github.com/kkHAIKE/contextcheck v1.1.6 // indirect
|
|
345
|
-
github.com/klauspost/compress v1.18.
|
|
345
|
+
github.com/klauspost/compress v1.18.4 // indirect
|
|
346
346
|
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
|
|
347
347
|
github.com/klauspost/pgzip v1.2.6 // indirect
|
|
348
348
|
github.com/kulti/thelper v0.7.1 // indirect
|
|
@@ -368,14 +368,14 @@ require (
|
|
|
368
368
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
369
369
|
github.com/mattn/go-mastodon v0.0.10 // indirect
|
|
370
370
|
github.com/mattn/go-runewidth v0.0.19 // indirect
|
|
371
|
-
github.com/mgechev/revive v1.
|
|
371
|
+
github.com/mgechev/revive v1.14.0 // indirect
|
|
372
372
|
github.com/minio/sha256-simd v1.0.1 // indirect
|
|
373
373
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
374
374
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
375
375
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
376
376
|
github.com/moby/docker-image-spec v1.3.1 // indirect
|
|
377
377
|
github.com/moby/term v0.5.2 // indirect
|
|
378
|
-
github.com/modelcontextprotocol/registry v1.4.
|
|
378
|
+
github.com/modelcontextprotocol/registry v1.4.1 // indirect
|
|
379
379
|
github.com/moricho/tparallel v0.3.2 // indirect
|
|
380
380
|
github.com/mr-tron/base58 v1.2.0 // indirect
|
|
381
381
|
github.com/muesli/cancelreader v0.2.2 // indirect
|
|
@@ -393,7 +393,7 @@ require (
|
|
|
393
393
|
github.com/nakabonne/nestif v0.3.1 // indirect
|
|
394
394
|
github.com/nishanths/exhaustive v0.12.0 // indirect
|
|
395
395
|
github.com/nishanths/predeclared v0.2.2 // indirect
|
|
396
|
-
github.com/nunnatsa/ginkgolinter v0.
|
|
396
|
+
github.com/nunnatsa/ginkgolinter v0.23.0 // indirect
|
|
397
397
|
github.com/oklog/ulid v1.3.1 // indirect
|
|
398
398
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
399
399
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
@@ -409,7 +409,7 @@ require (
|
|
|
409
409
|
github.com/polydawn/refmt v0.89.1-0.20221221234430-40501e09de1f // indirect
|
|
410
410
|
github.com/prometheus/client_golang v1.23.2 // indirect
|
|
411
411
|
github.com/prometheus/client_model v0.6.2 // indirect
|
|
412
|
-
github.com/prometheus/common v0.67.
|
|
412
|
+
github.com/prometheus/common v0.67.5 // indirect
|
|
413
413
|
github.com/prometheus/procfs v0.19.2 // indirect
|
|
414
414
|
github.com/quasilyte/go-ruleguard v0.4.5 // indirect
|
|
415
415
|
github.com/quasilyte/go-ruleguard/dsl v0.3.23 // indirect
|
|
@@ -424,21 +424,22 @@ require (
|
|
|
424
424
|
github.com/ryanrolds/sqlclosecheck v0.5.1 // indirect
|
|
425
425
|
github.com/sagikazarmark/locafero v0.12.0 // indirect
|
|
426
426
|
github.com/sanposhiho/wastedassign/v2 v2.1.0 // indirect
|
|
427
|
+
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
|
|
427
428
|
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
|
|
428
429
|
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect
|
|
429
430
|
github.com/sashamelentyev/usestdlibvars v1.29.0 // indirect
|
|
430
431
|
github.com/sassoftware/relic v7.2.1+incompatible // indirect
|
|
431
432
|
github.com/scylladb/go-set v1.0.3-0.20200225121959-cc7b2070d91e // indirect
|
|
432
|
-
github.com/secure-systems-lab/go-securesystemslib v0.
|
|
433
|
-
github.com/securego/gosec/v2 v2.
|
|
433
|
+
github.com/secure-systems-lab/go-securesystemslib v0.10.0 // indirect
|
|
434
|
+
github.com/securego/gosec/v2 v2.23.0 // indirect
|
|
434
435
|
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
|
|
435
436
|
github.com/shibumi/go-pathspec v1.3.0 // indirect
|
|
436
437
|
github.com/shopspring/decimal v1.4.0 // indirect
|
|
437
|
-
github.com/sigstore/cosign/v2 v2.6.
|
|
438
|
+
github.com/sigstore/cosign/v2 v2.6.2 // indirect
|
|
438
439
|
github.com/sigstore/protobuf-specs v0.5.0 // indirect
|
|
439
|
-
github.com/sigstore/rekor v1.
|
|
440
|
+
github.com/sigstore/rekor v1.5.0 // indirect
|
|
440
441
|
github.com/sigstore/rekor-tiles/v2 v2.0.1 // indirect
|
|
441
|
-
github.com/sigstore/sigstore v1.10.
|
|
442
|
+
github.com/sigstore/sigstore v1.10.4 // indirect
|
|
442
443
|
github.com/sigstore/sigstore-go v1.1.4 // indirect
|
|
443
444
|
github.com/sigstore/timestamp-authority/v2 v2.0.3 // indirect
|
|
444
445
|
github.com/sirupsen/logrus v1.9.4 // indirect
|
|
@@ -461,7 +462,7 @@ require (
|
|
|
461
462
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
462
463
|
github.com/tetafro/godot v1.5.4 // indirect
|
|
463
464
|
github.com/theupdateframework/go-tuf v0.7.0 // indirect
|
|
464
|
-
github.com/theupdateframework/go-tuf/v2 v2.
|
|
465
|
+
github.com/theupdateframework/go-tuf/v2 v2.4.1 // indirect
|
|
465
466
|
github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67 // indirect
|
|
466
467
|
github.com/timonwong/loggercheck v0.11.0 // indirect
|
|
467
468
|
github.com/tomarrell/wrapcheck/v2 v2.12.0 // indirect
|
|
@@ -486,33 +487,32 @@ require (
|
|
|
486
487
|
github.com/ykadowak/zerologlint v0.1.5 // indirect
|
|
487
488
|
gitlab.com/bosi/decorder v0.4.2 // indirect
|
|
488
489
|
gitlab.com/digitalxero/go-conventional-commit v1.0.7 // indirect
|
|
489
|
-
gitlab.com/gitlab-org/api/client-go v1.
|
|
490
|
+
gitlab.com/gitlab-org/api/client-go v1.39.0 // indirect
|
|
490
491
|
go-simpler.org/musttag v0.14.0 // indirect
|
|
491
492
|
go-simpler.org/sloglint v0.11.1 // indirect
|
|
492
|
-
go.augendre.info/arangolint v0.
|
|
493
|
+
go.augendre.info/arangolint v0.4.0 // indirect
|
|
493
494
|
go.augendre.info/fatcontext v0.9.0 // indirect
|
|
494
495
|
go.mongodb.org/mongo-driver v1.17.6 // indirect
|
|
495
496
|
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
|
|
496
497
|
go.opentelemetry.io/contrib/detectors/gcp v1.38.0 // indirect
|
|
497
498
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.64.0 // indirect
|
|
498
499
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0 // indirect
|
|
499
|
-
go.opentelemetry.io/otel v1.
|
|
500
|
-
go.opentelemetry.io/otel/metric v1.
|
|
501
|
-
go.opentelemetry.io/otel/sdk v1.
|
|
502
|
-
go.opentelemetry.io/otel/sdk/metric v1.
|
|
503
|
-
go.opentelemetry.io/otel/trace v1.
|
|
500
|
+
go.opentelemetry.io/otel v1.40.0 // indirect
|
|
501
|
+
go.opentelemetry.io/otel/metric v1.40.0 // indirect
|
|
502
|
+
go.opentelemetry.io/otel/sdk v1.40.0 // indirect
|
|
503
|
+
go.opentelemetry.io/otel/sdk/metric v1.40.0 // indirect
|
|
504
|
+
go.opentelemetry.io/otel/trace v1.40.0 // indirect
|
|
504
505
|
go.uber.org/atomic v1.11.0 // indirect
|
|
505
|
-
go.uber.org/automaxprocs v1.6.0 // indirect
|
|
506
506
|
go.uber.org/multierr v1.11.0 // indirect
|
|
507
507
|
go.uber.org/zap v1.27.1 // indirect
|
|
508
508
|
go.yaml.in/yaml/v2 v2.4.3 // indirect
|
|
509
509
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
|
510
510
|
gocloud.dev v0.44.0 // indirect
|
|
511
511
|
golang.org/x/crypto v0.48.0 // indirect
|
|
512
|
-
golang.org/x/exp/typeparams v0.0.0-
|
|
512
|
+
golang.org/x/exp/typeparams v0.0.0-20260209203927-2842357ff358 // indirect
|
|
513
513
|
golang.org/x/mod v0.33.0 // indirect
|
|
514
514
|
golang.org/x/net v0.50.0 // indirect
|
|
515
|
-
golang.org/x/oauth2 v0.
|
|
515
|
+
golang.org/x/oauth2 v0.35.0 // indirect
|
|
516
516
|
golang.org/x/sync v0.19.0 // indirect
|
|
517
517
|
golang.org/x/sys v0.41.0 // indirect
|
|
518
518
|
golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 // indirect
|
|
@@ -520,16 +520,16 @@ require (
|
|
|
520
520
|
golang.org/x/text v0.34.0 // indirect
|
|
521
521
|
golang.org/x/time v0.14.0 // indirect
|
|
522
522
|
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
|
|
523
|
-
google.golang.org/api v0.
|
|
523
|
+
google.golang.org/api v0.260.0 // indirect
|
|
524
524
|
google.golang.org/genproto v0.0.0-20251213004720-97cd9d5aeac2 // indirect
|
|
525
525
|
google.golang.org/genproto/googleapis/api v0.0.0-20251213004720-97cd9d5aeac2 // indirect
|
|
526
|
-
google.golang.org/genproto/googleapis/rpc v0.0.0-
|
|
526
|
+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b // indirect
|
|
527
527
|
google.golang.org/protobuf v1.36.11 // indirect
|
|
528
528
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
529
529
|
gopkg.in/mail.v2 v2.3.1 // indirect
|
|
530
530
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
531
531
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
532
|
-
honnef.co/go/tools v0.
|
|
532
|
+
honnef.co/go/tools v0.7.0 // indirect
|
|
533
533
|
lukechampine.com/blake3 v1.3.0 // indirect
|
|
534
534
|
mvdan.cc/unparam v0.0.0-20251027182757-5beb8c8f8f15 // indirect
|
|
535
535
|
sigs.k8s.io/kind v0.30.0 // indirect
|
package/go.sum
CHANGED
|
@@ -2,82 +2,47 @@ github.com/aperturerobotics/abseil-cpp v0.0.0-20260131110040-4bb56e2f9017 h1:3U7
|
|
|
2
2
|
github.com/aperturerobotics/abseil-cpp v0.0.0-20260131110040-4bb56e2f9017/go.mod h1:lNSJTKECIUFAnfeSqy01kXYTYe1BHubW7198jNX3nEw=
|
|
3
3
|
github.com/aperturerobotics/cli v1.1.0 h1:7a+YRC+EY3npAnTzhHV5gLCiw91KS0Ts3XwLILGOsT8=
|
|
4
4
|
github.com/aperturerobotics/cli v1.1.0/go.mod h1:M7BFP9wow5ytTzMyJQOOO991fGfsUqdTI7gGEsHfTQ8=
|
|
5
|
-
github.com/aperturerobotics/go-
|
|
6
|
-
github.com/aperturerobotics/go-
|
|
7
|
-
github.com/aperturerobotics/go-protoc-
|
|
8
|
-
github.com/aperturerobotics/go-protoc-
|
|
9
|
-
github.com/aperturerobotics/go-protoc-wasi v0.0.0-20260131050911-b5f94b044584 h1:ER8DYYL71cTg39uZ+Gi699tL/hZoscUWDOw4DbizqhI=
|
|
10
|
-
github.com/aperturerobotics/go-protoc-wasi v0.0.0-20260131050911-b5f94b044584/go.mod h1:vEq8i7EKb32+KXGtIEZjjhNns+BdsL2dUMw4uhy3578=
|
|
5
|
+
github.com/aperturerobotics/go-protoc-gen-prost v0.0.0-20260219012250-e75aa9f430a2 h1:DbLHhYu2wdFvwQ02KE3rxBE1vSc+ecMxLEyTwv8Ci00=
|
|
6
|
+
github.com/aperturerobotics/go-protoc-gen-prost v0.0.0-20260219012250-e75aa9f430a2/go.mod h1:OBb/beWmr/pDIZAUfi86j/4tBh2v5ctTxKMqSnh9c/4=
|
|
7
|
+
github.com/aperturerobotics/go-protoc-wasi v0.0.0-20260219012250-c573f70e4509 h1:2O8djle14ujtze1xQb9MVXAdEepumxhoBJPEdf+kNnA=
|
|
8
|
+
github.com/aperturerobotics/go-protoc-wasi v0.0.0-20260219012250-c573f70e4509/go.mod h1:vEq8i7EKb32+KXGtIEZjjhNns+BdsL2dUMw4uhy3578=
|
|
11
9
|
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 h1:4B1F0DzuqPzb6WqgCjWaqDD7JU9RDsevQG5OP0DFBgs=
|
|
12
10
|
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726/go.mod h1:SvGGBv3OVxUyqO0ZxA/nvs6z3cg7NIbZ64TnbV2OISo=
|
|
13
11
|
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 h1:4Dy3BAHh2kgVdHAqtlwcFsgY0kAwUe2m3rfFcaGwGQg=
|
|
14
12
|
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4/go.mod h1:tMgO7y6SJo/d9ZcvrpNqIQtdYT9de+QmYaHOZ4KnhOg=
|
|
15
|
-
github.com/aperturerobotics/protobuf-go-lite v0.12.
|
|
16
|
-
github.com/aperturerobotics/protobuf-go-lite v0.12.
|
|
17
|
-
github.com/aperturerobotics/starpc v0.
|
|
18
|
-
github.com/aperturerobotics/starpc v0.
|
|
19
|
-
github.com/aperturerobotics/util v1.32.
|
|
20
|
-
github.com/aperturerobotics/util v1.32.
|
|
13
|
+
github.com/aperturerobotics/protobuf-go-lite v0.12.2 h1:ujwTKgpIYAVsv8VljB6PPMY5SI8i8m/NlIHAkkuxQcU=
|
|
14
|
+
github.com/aperturerobotics/protobuf-go-lite v0.12.2/go.mod h1:lGH3s5ArCTXKI4wJdlNpaybUtwSjfAG0vdWjxOfMcF8=
|
|
15
|
+
github.com/aperturerobotics/starpc v0.47.1 h1:TxQon4lm3G3Hl4iKecFkrpv0sd7oFO7uQFrhRh27l5Q=
|
|
16
|
+
github.com/aperturerobotics/starpc v0.47.1/go.mod h1:SCskS3mjIiRUGflIQ1uV3txzqSxvqdoQqYGcgXKoEys=
|
|
17
|
+
github.com/aperturerobotics/util v1.32.4 h1:+f4rZuGC0AfgvA6bEwxSiW3Px9awyqr/CB2ltHyX4a8=
|
|
18
|
+
github.com/aperturerobotics/util v1.32.4/go.mod h1:qfRZZUDn0sEfc43JRA6rKP8bwFxliqGqJZX+p1jeOnQ=
|
|
21
19
|
github.com/coder/websocket v1.8.14 h1:9L0p0iKiNOibykf283eHkKUHHrpG7f65OE3BhhO7v9g=
|
|
22
20
|
github.com/coder/websocket v1.8.14/go.mod h1:NX3SzP+inril6yawo5CQXx8+fk145lPDC6pumgx0mVg=
|
|
23
21
|
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
|
24
22
|
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
|
25
23
|
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
|
|
26
24
|
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
|
|
27
|
-
github.com/ipfs/go-cid v0.4.1 h1:A/T3qGvxi4kpKWWcPC/PgbvDA2bjVLO7n4UeVwnbs/s=
|
|
28
|
-
github.com/ipfs/go-cid v0.4.1/go.mod h1:uQHwDeX4c6CtyrFwdqyhpNcxVewur1M7l7fNU7LKwZk=
|
|
29
|
-
github.com/klauspost/cpuid/v2 v2.2.8 h1:+StwCXwm9PdpiEkPyzBXIy+M9KUb4ODm0Zarf1kS5BM=
|
|
30
|
-
github.com/klauspost/cpuid/v2 v2.2.8/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws=
|
|
31
25
|
github.com/libp2p/go-buffer-pool v0.1.0 h1:oK4mSFcQz7cTQIfqbe4MIj9gLW+mnanjyFtc6cdF0Y8=
|
|
32
26
|
github.com/libp2p/go-buffer-pool v0.1.0/go.mod h1:N+vh8gMqimBzdKkSMVuydVDq+UV5QTWy5HSiZacSbPg=
|
|
33
|
-
github.com/libp2p/go-libp2p-testing v0.12.0 h1:EPvBb4kKMWO29qP4mZGyhVzUyR25dvfUIK5WDu6iPUA=
|
|
34
|
-
github.com/libp2p/go-libp2p-testing v0.12.0/go.mod h1:KcGDRXyN7sQCllucn1cOOS+Dmm7ujhfEyXQL5lvkcPg=
|
|
35
27
|
github.com/libp2p/go-yamux/v4 v4.0.2 h1:nrLh89LN/LEiqcFiqdKDRHjGstN300C1269K/EX0CPU=
|
|
36
28
|
github.com/libp2p/go-yamux/v4 v4.0.2/go.mod h1:C808cCRgOs1iBwY4S71T5oxgMxgLmqUw56qh4AeBW2o=
|
|
37
|
-
github.com/minio/sha256-simd v1.0.1 h1:6kaan5IFmwTNynnKKpDHe6FWHohJOHhCPchzK49dzMM=
|
|
38
|
-
github.com/minio/sha256-simd v1.0.1/go.mod h1:Pz6AKMiUdngCLpeTL/RJY1M9rUuPMYujV5xJjtbRSN8=
|
|
39
|
-
github.com/mr-tron/base58 v1.2.0 h1:T/HDJBh4ZCPbU39/+c3rRvE0uKBQlU27+QI8LJ4t64o=
|
|
40
|
-
github.com/mr-tron/base58 v1.2.0/go.mod h1:BinMc/sQntlIE1frQmRFPUoPA1Zkr8VRgBdjWI2mNwc=
|
|
41
|
-
github.com/multiformats/go-base32 v0.1.0 h1:pVx9xoSPqEIQG8o+UbAe7DNi51oej1NtK+aGkbLYxPE=
|
|
42
|
-
github.com/multiformats/go-base32 v0.1.0/go.mod h1:Kj3tFY6zNr+ABYMqeUNeGvkIC/UYgtWibDcT0rExnbI=
|
|
43
|
-
github.com/multiformats/go-base36 v0.2.0 h1:lFsAbNOGeKtuKozrtBsAkSVhv1p9D0/qedU9rQyccr0=
|
|
44
|
-
github.com/multiformats/go-base36 v0.2.0/go.mod h1:qvnKE++v+2MWCfePClUEjE78Z7P2a1UV0xHgWc0hkp4=
|
|
45
|
-
github.com/multiformats/go-multiaddr v0.13.0 h1:BCBzs61E3AGHcYYTv8dqRH43ZfyrqM8RXVPT8t13tLQ=
|
|
46
|
-
github.com/multiformats/go-multiaddr v0.13.0/go.mod h1:sBXrNzucqkFJhvKOiwwLyqamGa/P5EIXNPLovyhQCII=
|
|
47
|
-
github.com/multiformats/go-multibase v0.2.0 h1:isdYCVLvksgWlMW9OZRYJEa9pZETFivncJHmHnnd87g=
|
|
48
|
-
github.com/multiformats/go-multibase v0.2.0/go.mod h1:bFBZX4lKCA/2lyOFSAoKH5SS6oPyjtnzK/XTFDPkNuk=
|
|
49
|
-
github.com/multiformats/go-multihash v0.2.3 h1:7Lyc8XfX/IY2jWb/gI7JP+o7JEq9hOa7BFvVU9RSh+U=
|
|
50
|
-
github.com/multiformats/go-multihash v0.2.3/go.mod h1:dXgKXCXjBzdscBLk9JkjINiEsCKRVch90MdaGiKsvSM=
|
|
51
|
-
github.com/multiformats/go-multistream v0.5.0 h1:5htLSLl7lvJk3xx3qT/8Zm9J4K8vEOf/QGkvOGQAyiE=
|
|
52
|
-
github.com/multiformats/go-multistream v0.5.0/go.mod h1:n6tMZiwiP2wUsR8DgfDWw1dydlEqV3l6N3/GBsX6ILA=
|
|
53
|
-
github.com/multiformats/go-varint v0.0.7 h1:sWSGR+f/eu5ABZA2ZpYKBILXTTs9JWpdEM/nEGOHFS8=
|
|
54
|
-
github.com/multiformats/go-varint v0.0.7/go.mod h1:r8PUYw/fD/SjBCiKOoDlGF6QawOELpZAu9eioSos/OU=
|
|
55
29
|
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
|
|
56
30
|
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
|
|
57
31
|
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
|
|
58
32
|
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
|
|
59
33
|
github.com/sirupsen/logrus v1.9.4 h1:TsZE7l11zFCLZnZ+teH4Umoq5BhEIfIzfRDZ1Uzql2w=
|
|
60
34
|
github.com/sirupsen/logrus v1.9.4/go.mod h1:ftWc9WdOfJ0a92nsE2jF5u5ZwH8Bv2zdeOC42RjbV2g=
|
|
61
|
-
github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI=
|
|
62
|
-
github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
|
|
63
35
|
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
|
|
64
36
|
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
|
|
65
37
|
github.com/tetratelabs/wazero v1.11.0 h1:+gKemEuKCTevU4d7ZTzlsvgd1uaToIDtlQlmNbwqYhA=
|
|
66
38
|
github.com/tetratelabs/wazero v1.11.0/go.mod h1:eV28rsN8Q+xwjogd7f4/Pp4xFxO7uOGbLcD/LzB1wiU=
|
|
67
39
|
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 h1:FnBeRrxr7OU4VvAzt5X7s6266i6cSVkkFPS0TuXWbIg=
|
|
68
40
|
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342/go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM=
|
|
69
|
-
golang.org/x/crypto v0.45.0 h1:jMBrvKuj23MTlT0bQEOBcAE0mjg8mK9RXFhRH6nyF3Q=
|
|
70
|
-
golang.org/x/crypto v0.45.0/go.mod h1:XTGrrkGJve7CYK7J8PEww4aY7gM3qMCElcJQ8n8JdX4=
|
|
71
|
-
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 h1:nDVHiLt8aIbd/VzvPWN6kSOPE7+F/fNFDSXLVYkE/Iw=
|
|
72
|
-
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394/go.mod h1:sIifuuw/Yco/y6yb6+bDNfyeQ/MdPUy/hKEMYQV17cM=
|
|
73
41
|
golang.org/x/mod v0.33.0 h1:tHFzIWbBifEmbwtGz65eaWyGiGZatSrT9prnU8DbVL8=
|
|
74
42
|
golang.org/x/mod v0.33.0/go.mod h1:swjeQEj+6r7fODbD2cqrnje9PnziFuw4bmLbBZFrQ5w=
|
|
75
|
-
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
76
43
|
golang.org/x/sys v0.40.0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ=
|
|
77
44
|
golang.org/x/sys v0.40.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
|
|
78
45
|
google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE=
|
|
79
46
|
google.golang.org/protobuf v1.36.11/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
|
|
80
47
|
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|
|
81
48
|
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
|
82
|
-
lukechampine.com/blake3 v1.3.0 h1:sJ3XhFINmHSrYCgl958hscfIa3bw8x4DqMP3u1YvoYE=
|
|
83
|
-
lukechampine.com/blake3 v1.3.0/go.mod h1:0OFRp7fBtAylGVCO40o87sbupkyIGgbpv1+M1k1LM6k=
|