@aptre/common 0.32.0 → 0.32.2
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/.gitignore +1 -0
- package/go.mod +9 -9
- package/go.mod.tools +94 -98
- package/go.sum +16 -16
- package/go.sum.tools +202 -209
- package/package.json +8 -13
- package/tsconfig.json +1 -3
package/.gitignore
CHANGED
package/go.mod
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
module github.com/aperturerobotics/common
|
|
2
2
|
|
|
3
|
-
go 1.25
|
|
3
|
+
go 1.25.0
|
|
4
4
|
|
|
5
5
|
require (
|
|
6
6
|
github.com/aperturerobotics/abseil-cpp v0.0.0-20260131110040-4bb56e2f9017 // aperture-2
|
|
7
7
|
github.com/aperturerobotics/cli v1.1.0
|
|
8
|
-
github.com/aperturerobotics/go-protoc-gen-prost v0.0.0-
|
|
9
|
-
github.com/aperturerobotics/go-protoc-wasi v0.0.0-
|
|
10
|
-
github.com/aperturerobotics/go-websocket v1.8.15-0.
|
|
8
|
+
github.com/aperturerobotics/go-protoc-gen-prost v0.0.0-20260329113538-218ccd8f20e0 // master
|
|
9
|
+
github.com/aperturerobotics/go-protoc-wasi v0.0.0-20260329113540-600516012db3 // master
|
|
10
|
+
github.com/aperturerobotics/go-websocket v1.8.15-0.20260329113544-74dbfb8f11c6 // indirect
|
|
11
11
|
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 // indirect
|
|
12
12
|
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 // wasi
|
|
13
13
|
github.com/aperturerobotics/protobuf-go-lite v0.12.2 // latest
|
|
14
|
-
github.com/aperturerobotics/starpc v0.
|
|
15
|
-
github.com/aperturerobotics/util v1.
|
|
14
|
+
github.com/aperturerobotics/starpc v0.49.2 // master
|
|
15
|
+
github.com/aperturerobotics/util v1.33.0 // indirect
|
|
16
16
|
)
|
|
17
17
|
|
|
18
18
|
require (
|
|
19
19
|
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
|
|
20
20
|
github.com/libp2p/go-yamux/v4 v4.0.2 // indirect
|
|
21
21
|
github.com/pkg/errors v0.9.1 // indirect
|
|
22
|
-
github.com/sirupsen/logrus v1.9.5-0.
|
|
22
|
+
github.com/sirupsen/logrus v1.9.5-0.20260309202648-9f0600962f75 // indirect
|
|
23
23
|
github.com/tetratelabs/wazero v1.11.0
|
|
24
24
|
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
|
|
25
|
-
golang.org/x/mod v0.
|
|
26
|
-
golang.org/x/sys v0.
|
|
25
|
+
golang.org/x/mod v0.34.0
|
|
26
|
+
golang.org/x/sys v0.42.0 // indirect
|
|
27
27
|
)
|
package/go.mod.tools
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
module tools
|
|
2
2
|
|
|
3
|
-
go 1.26.
|
|
3
|
+
go 1.26.1
|
|
4
4
|
|
|
5
5
|
replace (
|
|
6
6
|
github.com/docker/docker => github.com/docker/docker v28.1.1+incompatible // latest
|
|
@@ -14,16 +14,16 @@ require (
|
|
|
14
14
|
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 // indirect; wasi
|
|
15
15
|
// github.com/aperturerobotics/goscript v0.0.61 // master
|
|
16
16
|
github.com/aperturerobotics/protobuf-go-lite v0.12.2 // latest
|
|
17
|
-
github.com/aperturerobotics/starpc v0.
|
|
17
|
+
github.com/aperturerobotics/starpc v0.49.2 // 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.11.4
|
|
23
|
+
github.com/goreleaser/goreleaser/v2 v2.15.1 // latest
|
|
24
24
|
github.com/psampaz/go-mod-outdated v0.9.0 // latest
|
|
25
|
-
golang.org/x/tools v0.
|
|
26
|
-
google.golang.org/grpc v1.
|
|
25
|
+
golang.org/x/tools v0.43.0 // latest
|
|
26
|
+
google.golang.org/grpc v1.79.3 // indirect; latest
|
|
27
27
|
mvdan.cc/gofumpt v0.9.2 // latest
|
|
28
28
|
)
|
|
29
29
|
|
|
@@ -33,23 +33,23 @@ require (
|
|
|
33
33
|
4d63.com/gochecknoglobals v0.2.2 // indirect
|
|
34
34
|
al.essio.dev/pkg/shellescape v1.6.0 // indirect
|
|
35
35
|
cel.dev/expr v0.25.1 // indirect
|
|
36
|
-
charm.land/lipgloss/v2 v2.0.
|
|
36
|
+
charm.land/lipgloss/v2 v2.0.2 // indirect
|
|
37
37
|
cloud.google.com/go v0.123.0 // indirect
|
|
38
|
-
cloud.google.com/go/auth v0.18.
|
|
38
|
+
cloud.google.com/go/auth v0.18.1 // 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.
|
|
43
|
-
cloud.google.com/go/longrunning v0.
|
|
42
|
+
cloud.google.com/go/kms v1.26.0 // indirect
|
|
43
|
+
cloud.google.com/go/longrunning v0.8.0 // indirect
|
|
44
44
|
cloud.google.com/go/monitoring v1.24.3 // indirect
|
|
45
|
-
cloud.google.com/go/storage v1.57.
|
|
46
|
-
code.gitea.io/sdk/gitea v0.
|
|
45
|
+
cloud.google.com/go/storage v1.57.2 // indirect
|
|
46
|
+
code.gitea.io/sdk/gitea v0.24.1 // 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
|
|
50
50
|
dev.gaijin.team/go/exhaustruct/v4 v4.0.0 // indirect
|
|
51
51
|
dev.gaijin.team/go/golib v0.6.0 // indirect
|
|
52
|
-
github.com/42wim/httpsig v1.2.
|
|
52
|
+
github.com/42wim/httpsig v1.2.4 // indirect
|
|
53
53
|
github.com/4meepo/tagalign v1.4.3 // indirect
|
|
54
54
|
github.com/Abirdcfly/dupword v0.1.7 // indirect
|
|
55
55
|
github.com/AdminBenni/iota-mixing v1.0.0 // indirect
|
|
@@ -66,7 +66,7 @@ require (
|
|
|
66
66
|
github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1 // indirect
|
|
67
67
|
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.4.0 // indirect
|
|
68
68
|
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.2.0 // indirect
|
|
69
|
-
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.
|
|
69
|
+
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.3 // indirect
|
|
70
70
|
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
|
|
71
71
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
72
72
|
github.com/Azure/go-autorest/autorest v0.11.30 // 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.5.
|
|
90
|
+
github.com/MirrexOne/unqueryvet v1.5.4 // indirect
|
|
91
91
|
github.com/OpenPeeDeeP/depguard/v2 v2.2.1 // indirect
|
|
92
|
-
github.com/ProtonMail/go-crypto v1.
|
|
92
|
+
github.com/ProtonMail/go-crypto v1.4.0 // indirect
|
|
93
93
|
github.com/agnivade/levenshtein v1.2.1 // indirect
|
|
94
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.1.0 // 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,30 +104,30 @@ 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.
|
|
108
|
-
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.
|
|
109
|
-
github.com/aws/aws-sdk-go-v2/config v1.32.
|
|
110
|
-
github.com/aws/aws-sdk-go-v2/credentials v1.19.
|
|
111
|
-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.
|
|
107
|
+
github.com/aws/aws-sdk-go-v2 v1.41.5 // indirect
|
|
108
|
+
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8 // indirect
|
|
109
|
+
github.com/aws/aws-sdk-go-v2/config v1.32.10 // indirect
|
|
110
|
+
github.com/aws/aws-sdk-go-v2/credentials v1.19.10 // indirect
|
|
111
|
+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.18 // 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.21 // indirect
|
|
114
|
+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.21 // 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.
|
|
117
|
-
github.com/aws/aws-sdk-go-v2/service/ecr v1.
|
|
118
|
-
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.38.
|
|
119
|
-
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.
|
|
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.
|
|
116
|
+
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.22 // indirect
|
|
117
|
+
github.com/aws/aws-sdk-go-v2/service/ecr v1.55.3 // indirect
|
|
118
|
+
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.38.10 // indirect
|
|
119
|
+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.7 // indirect
|
|
120
|
+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.13 // indirect
|
|
121
|
+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.21 // indirect
|
|
122
|
+
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.21 // indirect
|
|
123
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.
|
|
125
|
-
github.com/aws/aws-sdk-go-v2/service/signin v1.0.
|
|
126
|
-
github.com/aws/aws-sdk-go-v2/service/sso v1.30.
|
|
127
|
-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.
|
|
128
|
-
github.com/aws/aws-sdk-go-v2/service/sts v1.41.
|
|
129
|
-
github.com/aws/smithy-go v1.24.
|
|
130
|
-
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.
|
|
124
|
+
github.com/aws/aws-sdk-go-v2/service/s3 v1.97.3 // indirect
|
|
125
|
+
github.com/aws/aws-sdk-go-v2/service/signin v1.0.6 // indirect
|
|
126
|
+
github.com/aws/aws-sdk-go-v2/service/sso v1.30.11 // indirect
|
|
127
|
+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.15 // indirect
|
|
128
|
+
github.com/aws/aws-sdk-go-v2/service/sts v1.41.7 // indirect
|
|
129
|
+
github.com/aws/smithy-go v1.24.2 // indirect
|
|
130
|
+
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.12.0 // indirect
|
|
131
131
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
132
132
|
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
|
133
133
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
@@ -142,10 +142,10 @@ require (
|
|
|
142
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
|
-
github.com/buger/jsonparser v1.1.
|
|
145
|
+
github.com/buger/jsonparser v1.1.2 // indirect
|
|
146
146
|
github.com/butuzov/ireturn v0.4.0 // indirect
|
|
147
147
|
github.com/butuzov/mirror v1.3.0 // indirect
|
|
148
|
-
github.com/caarlos0/env/v11 v11.
|
|
148
|
+
github.com/caarlos0/env/v11 v11.4.0 // indirect
|
|
149
149
|
github.com/caarlos0/go-reddit/v3 v3.0.1 // indirect
|
|
150
150
|
github.com/caarlos0/go-version v0.2.2 // indirect
|
|
151
151
|
github.com/caarlos0/log v0.6.0 // indirect
|
|
@@ -157,11 +157,11 @@ require (
|
|
|
157
157
|
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
|
|
158
158
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
159
159
|
github.com/charithe/durationcheck v0.0.11 // indirect
|
|
160
|
-
github.com/charmbracelet/colorprofile v0.4.
|
|
161
|
-
github.com/charmbracelet/fang
|
|
160
|
+
github.com/charmbracelet/colorprofile v0.4.2 // indirect
|
|
161
|
+
github.com/charmbracelet/fang v1.0.0 // indirect
|
|
162
162
|
github.com/charmbracelet/lipgloss v1.1.0 // indirect
|
|
163
|
-
github.com/charmbracelet/ultraviolet v0.0.0-
|
|
164
|
-
github.com/charmbracelet/x/ansi v0.11.
|
|
163
|
+
github.com/charmbracelet/ultraviolet v0.0.0-20251205161215-1948445e3318 // indirect
|
|
164
|
+
github.com/charmbracelet/x/ansi v0.11.6 // indirect
|
|
165
165
|
github.com/charmbracelet/x/cellbuf v0.0.14 // indirect
|
|
166
166
|
github.com/charmbracelet/x/exp/charmtone v0.0.0-20250603201427-c31516f43444 // indirect
|
|
167
167
|
github.com/charmbracelet/x/term v0.2.2 // indirect
|
|
@@ -172,14 +172,12 @@ require (
|
|
|
172
172
|
github.com/chromedp/chromedp v0.10.0 // indirect
|
|
173
173
|
github.com/chromedp/sysutil v1.0.0 // indirect
|
|
174
174
|
github.com/ckaznocha/intrange v0.3.1 // indirect
|
|
175
|
-
github.com/clipperhouse/displaywidth v0.
|
|
176
|
-
github.com/clipperhouse/
|
|
177
|
-
github.com/
|
|
178
|
-
github.com/
|
|
179
|
-
github.com/cncf/xds/go v0.0.0-20251022180443-0feb69152e9f // indirect
|
|
175
|
+
github.com/clipperhouse/displaywidth v0.11.0 // indirect
|
|
176
|
+
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
|
|
177
|
+
github.com/cloudflare/circl v1.6.3 // indirect
|
|
178
|
+
github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5 // indirect
|
|
180
179
|
github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect
|
|
181
180
|
github.com/coreos/go-oidc/v3 v3.17.0 // indirect
|
|
182
|
-
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
|
|
183
181
|
github.com/curioswitch/go-reassign v0.3.0 // indirect
|
|
184
182
|
github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467 // indirect
|
|
185
183
|
github.com/cyphar/filepath-securejoin v0.5.1 // indirect
|
|
@@ -196,19 +194,19 @@ require (
|
|
|
196
194
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
|
197
195
|
github.com/distribution/reference v0.6.0 // indirect
|
|
198
196
|
github.com/dlclark/regexp2 v1.11.5 // indirect
|
|
199
|
-
github.com/docker/cli v29.
|
|
197
|
+
github.com/docker/cli v29.3.0+incompatible // indirect
|
|
200
198
|
github.com/docker/distribution v2.8.3+incompatible // indirect
|
|
201
199
|
github.com/docker/docker v28.5.2+incompatible // indirect
|
|
202
|
-
github.com/docker/docker-credential-helpers v0.9.
|
|
200
|
+
github.com/docker/docker-credential-helpers v0.9.5 // indirect
|
|
203
201
|
github.com/docker/go-connections v0.6.0 // indirect
|
|
204
202
|
github.com/docker/go-units v0.5.0 // indirect
|
|
205
203
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
206
204
|
github.com/emirpasic/gods v1.18.1 // indirect
|
|
207
|
-
github.com/envoyproxy/go-control-plane/envoy v1.
|
|
208
|
-
github.com/envoyproxy/protoc-gen-validate v1.
|
|
205
|
+
github.com/envoyproxy/go-control-plane/envoy v1.36.0 // indirect
|
|
206
|
+
github.com/envoyproxy/protoc-gen-validate v1.3.0 // indirect
|
|
209
207
|
github.com/ettle/strcase v0.2.0 // indirect
|
|
210
208
|
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
|
|
211
|
-
github.com/fatih/color v1.
|
|
209
|
+
github.com/fatih/color v1.19.0 // indirect
|
|
212
210
|
github.com/fatih/structtag v1.2.0 // indirect
|
|
213
211
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
214
212
|
github.com/firefart/nonamedreturns v1.0.6 // indirect
|
|
@@ -220,8 +218,8 @@ require (
|
|
|
220
218
|
github.com/go-critic/go-critic v0.14.3 // indirect
|
|
221
219
|
github.com/go-fed/httpsig v1.1.0 // indirect
|
|
222
220
|
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
|
|
223
|
-
github.com/go-git/go-billy/v5 v5.
|
|
224
|
-
github.com/go-git/go-git/v5 v5.
|
|
221
|
+
github.com/go-git/go-billy/v5 v5.8.0 // indirect
|
|
222
|
+
github.com/go-git/go-git/v5 v5.17.1 // indirect
|
|
225
223
|
github.com/go-interpreter/wagon v0.6.0 // indirect
|
|
226
224
|
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
|
|
227
225
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
@@ -248,7 +246,6 @@ require (
|
|
|
248
246
|
github.com/go-openapi/swag/yamlutils v0.25.4 // indirect
|
|
249
247
|
github.com/go-openapi/validate v0.25.1 // indirect
|
|
250
248
|
github.com/go-restruct/restruct v1.2.0-alpha // indirect
|
|
251
|
-
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 // indirect
|
|
252
249
|
github.com/go-toolsmith/astcast v1.1.0 // indirect
|
|
253
250
|
github.com/go-toolsmith/astcopy v1.1.0 // indirect
|
|
254
251
|
github.com/go-toolsmith/astequal v1.2.0 // indirect
|
|
@@ -281,8 +278,8 @@ require (
|
|
|
281
278
|
github.com/golangci/unconvert v0.0.0-20250410112200-a129a6e6413e // indirect
|
|
282
279
|
github.com/google/certificate-transparency-go v1.3.2 // indirect
|
|
283
280
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
284
|
-
github.com/google/go-containerregistry v0.21.
|
|
285
|
-
github.com/google/go-github/
|
|
281
|
+
github.com/google/go-containerregistry v0.21.3 // indirect
|
|
282
|
+
github.com/google/go-github/v84 v84.0.0 // indirect
|
|
286
283
|
github.com/google/go-querystring v1.2.0 // indirect
|
|
287
284
|
github.com/google/ko v0.18.1 // indirect
|
|
288
285
|
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
|
|
@@ -290,13 +287,13 @@ require (
|
|
|
290
287
|
github.com/google/s2a-go v0.1.9 // indirect
|
|
291
288
|
github.com/google/uuid v1.6.0 // indirect
|
|
292
289
|
github.com/google/wire v0.7.0 // indirect
|
|
293
|
-
github.com/googleapis/enterprise-certificate-proxy v0.3.
|
|
294
|
-
github.com/googleapis/gax-go/v2 v2.
|
|
290
|
+
github.com/googleapis/enterprise-certificate-proxy v0.3.11 // indirect
|
|
291
|
+
github.com/googleapis/gax-go/v2 v2.17.0 // indirect
|
|
295
292
|
github.com/gordonklaus/ineffassign v0.2.0 // indirect
|
|
296
293
|
github.com/goreleaser/chglog v0.7.4 // indirect
|
|
297
294
|
github.com/goreleaser/fileglob v1.4.0 // indirect
|
|
298
295
|
github.com/goreleaser/go-shellwords v1.0.13 // indirect
|
|
299
|
-
github.com/goreleaser/nfpm/v2 v2.45.
|
|
296
|
+
github.com/goreleaser/nfpm/v2 v2.45.2 // indirect
|
|
300
297
|
github.com/goreleaser/quill v0.0.0-20251224035235-ab943733386f // indirect
|
|
301
298
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
302
299
|
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
|
|
@@ -340,9 +337,9 @@ require (
|
|
|
340
337
|
github.com/julz/importas v0.2.0 // indirect
|
|
341
338
|
github.com/karamaru-alpha/copyloopvar v1.2.2 // indirect
|
|
342
339
|
github.com/kevinburke/ssh_config v1.2.0 // indirect
|
|
343
|
-
github.com/kisielk/errcheck v1.
|
|
340
|
+
github.com/kisielk/errcheck v1.10.0 // indirect
|
|
344
341
|
github.com/kkHAIKE/contextcheck v1.1.6 // indirect
|
|
345
|
-
github.com/klauspost/compress v1.18.
|
|
342
|
+
github.com/klauspost/compress v1.18.5 // indirect
|
|
346
343
|
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
|
|
347
344
|
github.com/klauspost/pgzip v1.2.6 // indirect
|
|
348
345
|
github.com/kulti/thelper v0.7.1 // indirect
|
|
@@ -366,16 +363,16 @@ require (
|
|
|
366
363
|
github.com/matoous/godox v1.1.0 // indirect
|
|
367
364
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
368
365
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
369
|
-
github.com/mattn/go-mastodon v0.0.
|
|
366
|
+
github.com/mattn/go-mastodon v0.0.11 // indirect
|
|
370
367
|
github.com/mattn/go-runewidth v0.0.19 // indirect
|
|
371
|
-
github.com/mgechev/revive v1.
|
|
368
|
+
github.com/mgechev/revive v1.15.0 // indirect
|
|
372
369
|
github.com/minio/sha256-simd v1.0.1 // indirect
|
|
373
370
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
374
371
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
375
372
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
376
373
|
github.com/moby/docker-image-spec v1.3.1 // indirect
|
|
377
374
|
github.com/moby/term v0.5.2 // indirect
|
|
378
|
-
github.com/modelcontextprotocol/registry v1.
|
|
375
|
+
github.com/modelcontextprotocol/registry v1.5.0 // indirect
|
|
379
376
|
github.com/moricho/tparallel v0.3.2 // indirect
|
|
380
377
|
github.com/mr-tron/base58 v1.2.0 // indirect
|
|
381
378
|
github.com/muesli/cancelreader v0.2.2 // indirect
|
|
@@ -419,9 +416,8 @@ require (
|
|
|
419
416
|
github.com/raeperd/recvcheck v0.2.0 // indirect
|
|
420
417
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
421
418
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
422
|
-
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
423
419
|
github.com/ryancurrah/gomodguard v1.4.1 // indirect
|
|
424
|
-
github.com/ryanrolds/sqlclosecheck v0.
|
|
420
|
+
github.com/ryanrolds/sqlclosecheck v0.6.0 // indirect
|
|
425
421
|
github.com/sagikazarmark/locafero v0.12.0 // indirect
|
|
426
422
|
github.com/sanposhiho/wastedassign/v2 v2.1.0 // indirect
|
|
427
423
|
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
|
|
@@ -431,7 +427,7 @@ require (
|
|
|
431
427
|
github.com/sassoftware/relic v7.2.1+incompatible // indirect
|
|
432
428
|
github.com/scylladb/go-set v1.0.3-0.20200225121959-cc7b2070d91e // indirect
|
|
433
429
|
github.com/secure-systems-lab/go-securesystemslib v0.10.0 // indirect
|
|
434
|
-
github.com/securego/gosec/v2 v2.
|
|
430
|
+
github.com/securego/gosec/v2 v2.24.8-0.20260309165252-619ce2117e08 // indirect
|
|
435
431
|
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
|
|
436
432
|
github.com/shibumi/go-pathspec v1.3.0 // indirect
|
|
437
433
|
github.com/shopspring/decimal v1.4.0 // indirect
|
|
@@ -442,11 +438,11 @@ require (
|
|
|
442
438
|
github.com/sigstore/sigstore v1.10.4 // indirect
|
|
443
439
|
github.com/sigstore/sigstore-go v1.1.4 // indirect
|
|
444
440
|
github.com/sigstore/timestamp-authority/v2 v2.0.3 // indirect
|
|
445
|
-
github.com/sirupsen/logrus v1.9.5-0.
|
|
441
|
+
github.com/sirupsen/logrus v1.9.5-0.20260309202648-9f0600962f75 // indirect
|
|
446
442
|
github.com/sivchari/containedctx v1.0.3 // indirect
|
|
447
443
|
github.com/skeema/knownhosts v1.3.1 // indirect
|
|
448
|
-
github.com/slack-go/slack v0.
|
|
449
|
-
github.com/sonatard/noctx v0.
|
|
444
|
+
github.com/slack-go/slack v0.20.0 // indirect
|
|
445
|
+
github.com/sonatard/noctx v0.5.1 // indirect
|
|
450
446
|
github.com/sourcegraph/go-diff v0.7.0 // indirect
|
|
451
447
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
452
448
|
github.com/spf13/afero v1.15.0 // indirect
|
|
@@ -467,13 +463,13 @@ require (
|
|
|
467
463
|
github.com/timonwong/loggercheck v0.11.0 // indirect
|
|
468
464
|
github.com/tomarrell/wrapcheck/v2 v2.12.0 // indirect
|
|
469
465
|
github.com/tommy-muehle/go-mnd/v2 v2.5.1 // indirect
|
|
470
|
-
github.com/tomnomnom/linkheader v0.0.0-
|
|
466
|
+
github.com/tomnomnom/linkheader v0.0.0-20250811210735-e5fe3b51442e // indirect
|
|
471
467
|
github.com/transparency-dev/formats v0.0.0-20251208091212-1378f9e1b1b7 // indirect
|
|
472
468
|
github.com/transparency-dev/merkle v0.0.2 // indirect
|
|
473
469
|
github.com/ulikunitz/xz v0.5.15 // indirect
|
|
474
470
|
github.com/ultraware/funlen v0.2.0 // indirect
|
|
475
471
|
github.com/ultraware/whitespace v0.2.0 // indirect
|
|
476
|
-
github.com/uudashr/gocognit v1.2.
|
|
472
|
+
github.com/uudashr/gocognit v1.2.1 // indirect
|
|
477
473
|
github.com/uudashr/iface v1.4.1 // indirect
|
|
478
474
|
github.com/vbatts/tar-split v0.12.2 // indirect
|
|
479
475
|
github.com/wagoodman/go-progress v0.0.0-20230925121702-07e42b3cdba0 // indirect
|
|
@@ -487,50 +483,50 @@ require (
|
|
|
487
483
|
github.com/ykadowak/zerologlint v0.1.5 // indirect
|
|
488
484
|
gitlab.com/bosi/decorder v0.4.2 // indirect
|
|
489
485
|
gitlab.com/digitalxero/go-conventional-commit v1.0.7 // indirect
|
|
490
|
-
gitlab.com/gitlab-org/api/client-go v1.
|
|
486
|
+
gitlab.com/gitlab-org/api/client-go v1.46.0 // indirect
|
|
491
487
|
go-simpler.org/musttag v0.14.0 // indirect
|
|
492
488
|
go-simpler.org/sloglint v0.11.1 // indirect
|
|
493
489
|
go.augendre.info/arangolint v0.4.0 // indirect
|
|
494
490
|
go.augendre.info/fatcontext v0.9.0 // indirect
|
|
495
491
|
go.mongodb.org/mongo-driver v1.17.6 // indirect
|
|
496
492
|
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
|
|
497
|
-
go.opentelemetry.io/contrib/detectors/gcp v1.
|
|
493
|
+
go.opentelemetry.io/contrib/detectors/gcp v1.39.0 // indirect
|
|
498
494
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.64.0 // indirect
|
|
499
495
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0 // indirect
|
|
500
|
-
go.opentelemetry.io/otel v1.
|
|
501
|
-
go.opentelemetry.io/otel/metric v1.
|
|
502
|
-
go.opentelemetry.io/otel/sdk v1.
|
|
503
|
-
go.opentelemetry.io/otel/sdk/metric v1.
|
|
504
|
-
go.opentelemetry.io/otel/trace v1.
|
|
496
|
+
go.opentelemetry.io/otel v1.41.0 // indirect
|
|
497
|
+
go.opentelemetry.io/otel/metric v1.41.0 // indirect
|
|
498
|
+
go.opentelemetry.io/otel/sdk v1.41.0 // indirect
|
|
499
|
+
go.opentelemetry.io/otel/sdk/metric v1.41.0 // indirect
|
|
500
|
+
go.opentelemetry.io/otel/trace v1.41.0 // indirect
|
|
505
501
|
go.uber.org/atomic v1.11.0 // indirect
|
|
506
502
|
go.uber.org/multierr v1.11.0 // indirect
|
|
507
503
|
go.uber.org/zap v1.27.1 // indirect
|
|
508
504
|
go.yaml.in/yaml/v2 v2.4.3 // indirect
|
|
509
505
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
|
510
|
-
gocloud.dev v0.
|
|
511
|
-
golang.org/x/crypto v0.
|
|
506
|
+
gocloud.dev v0.45.0 // indirect
|
|
507
|
+
golang.org/x/crypto v0.49.0 // indirect
|
|
512
508
|
golang.org/x/exp/typeparams v0.0.0-20260209203927-2842357ff358 // indirect
|
|
513
|
-
golang.org/x/mod v0.
|
|
514
|
-
golang.org/x/net v0.
|
|
515
|
-
golang.org/x/oauth2 v0.
|
|
516
|
-
golang.org/x/sync v0.
|
|
517
|
-
golang.org/x/sys v0.
|
|
518
|
-
golang.org/x/telemetry v0.0.0-
|
|
519
|
-
golang.org/x/term v0.
|
|
520
|
-
golang.org/x/text v0.
|
|
509
|
+
golang.org/x/mod v0.34.0 // indirect
|
|
510
|
+
golang.org/x/net v0.52.0 // indirect
|
|
511
|
+
golang.org/x/oauth2 v0.36.0 // indirect
|
|
512
|
+
golang.org/x/sync v0.20.0 // indirect
|
|
513
|
+
golang.org/x/sys v0.42.0 // indirect
|
|
514
|
+
golang.org/x/telemetry v0.0.0-20260311193753-579e4da9a98c // indirect
|
|
515
|
+
golang.org/x/term v0.41.0 // indirect
|
|
516
|
+
golang.org/x/text v0.35.0 // indirect
|
|
521
517
|
golang.org/x/time v0.14.0 // indirect
|
|
522
518
|
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
|
|
523
|
-
google.golang.org/api v0.
|
|
524
|
-
google.golang.org/genproto v0.0.0-
|
|
525
|
-
google.golang.org/genproto/googleapis/api v0.0.0-
|
|
526
|
-
google.golang.org/genproto/googleapis/rpc v0.0.0-
|
|
519
|
+
google.golang.org/api v0.265.0 // indirect
|
|
520
|
+
google.golang.org/genproto v0.0.0-20260128011058-8636f8732409 // indirect
|
|
521
|
+
google.golang.org/genproto/googleapis/api v0.0.0-20260203192932-546029d2fa20 // indirect
|
|
522
|
+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
|
|
527
523
|
google.golang.org/protobuf v1.36.11 // indirect
|
|
528
524
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
529
525
|
gopkg.in/mail.v2 v2.3.1 // indirect
|
|
530
526
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
531
527
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
532
528
|
honnef.co/go/tools v0.7.0 // indirect
|
|
533
|
-
lukechampine.com/blake3 v1.
|
|
529
|
+
lukechampine.com/blake3 v1.4.1 // indirect
|
|
534
530
|
mvdan.cc/unparam v0.0.0-20251027182757-5beb8c8f8f15 // indirect
|
|
535
531
|
sigs.k8s.io/kind v0.30.0 // indirect
|
|
536
532
|
sigs.k8s.io/yaml v1.6.0 // indirect
|
package/go.sum
CHANGED
|
@@ -2,22 +2,22 @@ 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-protoc-gen-prost v0.0.0-
|
|
6
|
-
github.com/aperturerobotics/go-protoc-gen-prost v0.0.0-
|
|
7
|
-
github.com/aperturerobotics/go-protoc-wasi v0.0.0-
|
|
8
|
-
github.com/aperturerobotics/go-protoc-wasi v0.0.0-
|
|
9
|
-
github.com/aperturerobotics/go-websocket v1.8.15-0.
|
|
10
|
-
github.com/aperturerobotics/go-websocket v1.8.15-0.
|
|
5
|
+
github.com/aperturerobotics/go-protoc-gen-prost v0.0.0-20260329113538-218ccd8f20e0 h1:6/3RSSlPEQ6LeidslB1ZCJkxW+MnfYDkvdWMDklDXw4=
|
|
6
|
+
github.com/aperturerobotics/go-protoc-gen-prost v0.0.0-20260329113538-218ccd8f20e0/go.mod h1:OBb/beWmr/pDIZAUfi86j/4tBh2v5ctTxKMqSnh9c/4=
|
|
7
|
+
github.com/aperturerobotics/go-protoc-wasi v0.0.0-20260329113540-600516012db3 h1:lp+V8RYcBwTX1p81swkpZn5fhw1wn2xLorzETIxRyZQ=
|
|
8
|
+
github.com/aperturerobotics/go-protoc-wasi v0.0.0-20260329113540-600516012db3/go.mod h1:vEq8i7EKb32+KXGtIEZjjhNns+BdsL2dUMw4uhy3578=
|
|
9
|
+
github.com/aperturerobotics/go-websocket v1.8.15-0.20260329113544-74dbfb8f11c6 h1:Utc1F7jdCc6/HrwwIikJFXt/hXxkWIWETLp/CsG6Gl0=
|
|
10
|
+
github.com/aperturerobotics/go-websocket v1.8.15-0.20260329113544-74dbfb8f11c6/go.mod h1:9KnSGuqxSXbdB/Oi0I6vvfPLkclfJwMGAQaDDGVgGow=
|
|
11
11
|
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 h1:4B1F0DzuqPzb6WqgCjWaqDD7JU9RDsevQG5OP0DFBgs=
|
|
12
12
|
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726/go.mod h1:SvGGBv3OVxUyqO0ZxA/nvs6z3cg7NIbZ64TnbV2OISo=
|
|
13
13
|
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 h1:4Dy3BAHh2kgVdHAqtlwcFsgY0kAwUe2m3rfFcaGwGQg=
|
|
14
14
|
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4/go.mod h1:tMgO7y6SJo/d9ZcvrpNqIQtdYT9de+QmYaHOZ4KnhOg=
|
|
15
15
|
github.com/aperturerobotics/protobuf-go-lite v0.12.2 h1:ujwTKgpIYAVsv8VljB6PPMY5SI8i8m/NlIHAkkuxQcU=
|
|
16
16
|
github.com/aperturerobotics/protobuf-go-lite v0.12.2/go.mod h1:lGH3s5ArCTXKI4wJdlNpaybUtwSjfAG0vdWjxOfMcF8=
|
|
17
|
-
github.com/aperturerobotics/starpc v0.
|
|
18
|
-
github.com/aperturerobotics/starpc v0.
|
|
19
|
-
github.com/aperturerobotics/util v1.
|
|
20
|
-
github.com/aperturerobotics/util v1.
|
|
17
|
+
github.com/aperturerobotics/starpc v0.49.2 h1:RvLJ4QSmZE26yHba04TtYxKfAI7AY7bH8UQoVFxqd/Y=
|
|
18
|
+
github.com/aperturerobotics/starpc v0.49.2/go.mod h1:epD6UxQGzdwRg450pYv4U38v3tL7qjMdN7zUVjaHc+4=
|
|
19
|
+
github.com/aperturerobotics/util v1.33.0 h1:l7Aql7rlFZaGPRS+lzFC7h0zuLE0WyR3nPVXgCYMW88=
|
|
20
|
+
github.com/aperturerobotics/util v1.33.0/go.mod h1:FOKm51ZpgLsRszA4e7mjvqrt6J6Pju5GjSJg1Qz4Ouo=
|
|
21
21
|
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
|
22
22
|
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
|
23
23
|
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
|
|
@@ -30,18 +30,18 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
|
|
|
30
30
|
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
|
|
31
31
|
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
|
|
32
32
|
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
|
|
33
|
-
github.com/sirupsen/logrus v1.9.5-0.
|
|
34
|
-
github.com/sirupsen/logrus v1.9.5-0.
|
|
33
|
+
github.com/sirupsen/logrus v1.9.5-0.20260309202648-9f0600962f75 h1:JeSpp4dH/b6DwynjIVL8YDlOSNrEtfhhPajrT3CUUTI=
|
|
34
|
+
github.com/sirupsen/logrus v1.9.5-0.20260309202648-9f0600962f75/go.mod h1:FXZFonkDAnFozmO+5hGAFvB0Yg9/j2SIhA/QuIkP180=
|
|
35
35
|
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
|
|
36
36
|
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
|
|
37
37
|
github.com/tetratelabs/wazero v1.11.0 h1:+gKemEuKCTevU4d7ZTzlsvgd1uaToIDtlQlmNbwqYhA=
|
|
38
38
|
github.com/tetratelabs/wazero v1.11.0/go.mod h1:eV28rsN8Q+xwjogd7f4/Pp4xFxO7uOGbLcD/LzB1wiU=
|
|
39
39
|
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 h1:FnBeRrxr7OU4VvAzt5X7s6266i6cSVkkFPS0TuXWbIg=
|
|
40
40
|
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342/go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM=
|
|
41
|
-
golang.org/x/mod v0.
|
|
42
|
-
golang.org/x/mod v0.
|
|
43
|
-
golang.org/x/sys v0.
|
|
44
|
-
golang.org/x/sys v0.
|
|
41
|
+
golang.org/x/mod v0.34.0 h1:xIHgNUUnW6sYkcM5Jleh05DvLOtwc6RitGHbDk4akRI=
|
|
42
|
+
golang.org/x/mod v0.34.0/go.mod h1:ykgH52iCZe79kzLLMhyCUzhMci+nQj+0XkbXpNYtVjY=
|
|
43
|
+
golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo=
|
|
44
|
+
golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
|
|
45
45
|
google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE=
|
|
46
46
|
google.golang.org/protobuf v1.36.11/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
|
|
47
47
|
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|