@@ -67,29 +67,38 @@ replace github.com/pkg/sftp => github.com/mafredri/sftp v1.13.6-0.20231212144145
67
67
// which we use in the awsiamrds package.
68
68
replace github.com/lib/pq => github.com/coder/pq v1.10.5-0.20240813183442-0c420cb5a048
69
69
70
+ // Removes an init() function that causes terminal sequences to be printed to the web terminal when
71
+ // used in conjunction with agent-exec. See https://github.com/coder/coder/pull/15817
72
+ replace github.com/charmbracelet/bubbletea => github.com/coder/bubbletea v1.2.2-0.20241212190825-007a1cdb2c41
73
+
70
74
require (
71
75
cdr.dev/slog v1.6.2-0.20241112041820-0ec81e6e67bb
72
- cloud.google.com/go/compute/metadata v0.5.2
76
+ cloud.google.com/go/compute/metadata v0.6.0
73
77
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
74
78
github.com/adrg/xdg v0.5.0
75
79
github.com/ammario/tlru v0.4.0
76
80
github.com/andybalholm/brotli v1.1.0
77
81
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
78
82
github.com/awalterschulze/gographviz v2.0.3+incompatible
79
- github.com/aws/smithy-go v1.22.0
83
+ github.com/aws/smithy-go v1.22.1
80
84
github.com/bgentry/speakeasy v0.2.0
81
85
github.com/bramvdbogaerde/go-scp v1.5.0
82
86
github.com/briandowns/spinner v1.18.1
83
87
github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5
84
88
github.com/cenkalti/backoff/v4 v4.3.0
89
+ github.com/cespare/xxhash v1.1.0
90
+ github.com/charmbracelet/bubbles v0.20.0
91
+ github.com/charmbracelet/bubbletea v1.1.0
85
92
github.com/charmbracelet/glamour v0.8.0
93
+ github.com/charmbracelet/lipgloss v1.0.0
86
94
github.com/chromedp/cdproto v0.0.0-20241003230502-a4a8f7c660df
87
95
github.com/chromedp/chromedp v0.11.0
88
96
github.com/cli/safeexec v1.0.1
89
97
github.com/coder/flog v1.1.0
90
98
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0
91
99
github.com/coder/quartz v0.1.2
92
100
github.com/coder/retry v1.5.1
101
+ github.com/coder/serpent v0.10.0
93
102
github.com/coder/terraform-provider-coder v1.0.2
94
103
github.com/coder/wgtunnel v0.1.13-0.20240522110300-ade90dfb2da0
95
104
github.com/coreos/go-oidc/v3 v3.11.0
@@ -98,10 +107,12 @@ require (
98
107
github.com/dave/dst v0.27.2
99
108
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
100
109
github.com/elastic/go-sysinfo v1.15.0
110
+ github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
111
+ github.com/emersion/go-smtp v0.21.2
101
112
github.com/fatih/color v1.18.0
102
113
github.com/fatih/structs v1.1.0
103
114
github.com/fatih/structtag v1.2.0
104
- github.com/fergusstrange/embedded-postgres v1.29 .0
115
+ github.com/fergusstrange/embedded-postgres v1.30 .0
105
116
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
106
117
github.com/gen2brain/beeep v0.0.0-20220402123239-6a3042f4b71a
107
118
github.com/gliderlabs/ssh v0.3.4
@@ -110,23 +121,25 @@ require (
110
121
github.com/go-chi/httprate v0.14.1
111
122
github.com/go-chi/render v1.0.1
112
123
github.com/go-jose/go-jose/v3 v3.0.3
124
+ github.com/go-jose/go-jose/v4 v4.0.2
113
125
github.com/go-logr/logr v1.4.2
114
- github.com/go-ping/ping v1.1.0
115
126
github.com/go-playground/validator/v10 v10.23.0
116
127
github.com/gofrs/flock v0.12.0
117
- github.com/gohugoio/hugo v0.139.2
128
+ github.com/gohugoio/hugo v0.139.4
118
129
github.com/golang-jwt/jwt/v4 v4.5.1
119
130
github.com/golang-migrate/migrate/v4 v4.18.1
131
+ github.com/gomarkdown/markdown v0.0.0-20240930133441-72d49d9543d8
120
132
github.com/google/go-cmp v0.6.0
121
133
github.com/google/go-github/v43 v43.0.1-0.20220414155304-00e42332e405
134
+ github.com/google/go-github/v61 v61.0.0
122
135
github.com/google/uuid v1.6.0
123
136
github.com/hashicorp/go-multierror v1.1.1
124
137
github.com/hashicorp/go-reap v0.0.0-20170704170343-bf58d8a43e7b
125
138
github.com/hashicorp/go-version v1.7.0
126
139
github.com/hashicorp/hc-install v0.9.0
127
140
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f
128
141
github.com/hashicorp/terraform-json v0.23.0
129
- github.com/hashicorp/yamux v0.1.1
142
+ github.com/hashicorp/yamux v0.1.2
130
143
github.com/hinshun/vt10x v0.0.0-20220301184237-5011da428d02
131
144
github.com/imulab/go-scim/pkg/v2 v2.2.0
132
145
github.com/jedib0t/go-pretty/v6 v6.6.0
@@ -140,7 +153,9 @@ require (
140
153
github.com/mitchellh/go-wordwrap v1.0.1
141
154
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
142
155
github.com/moby/moby v27.3.1+incompatible
156
+ github.com/mocktools/go-smtp-mock/v2 v2.4.0
143
157
github.com/muesli/termenv v0.15.3-0.20240618155329-98d742f6907a
158
+ github.com/natefinch/atomic v1.0.1
144
159
github.com/open-policy-agent/opa v0.70.0
145
160
github.com/ory/dockertest/v3 v3.11.0
146
161
github.com/pion/udp v0.1.4
@@ -149,7 +164,7 @@ require (
149
164
github.com/pkg/sftp v1.13.6
150
165
github.com/prometheus/client_golang v1.20.5
151
166
github.com/prometheus/client_model v0.6.1
152
- github.com/prometheus/common v0.60 .0
167
+ github.com/prometheus/common v0.61 .0
153
168
github.com/quasilyte/go-ruleguard/dsl v0.3.21
154
169
github.com/robfig/cron/v3 v3.0.1
155
170
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
@@ -166,99 +181,50 @@ require (
166
181
github.com/wagslane/go-password-validator v0.3.0
167
182
go.mozilla.org/pkcs7 v0.9.0
168
183
go.nhat.io/otelsql v0.14.0
169
- go.opentelemetry.io/otel v1.30 .0
184
+ go.opentelemetry.io/otel v1.31 .0
170
185
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0
171
186
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0
172
- go.opentelemetry.io/otel/sdk v1.30 .0
173
- go.opentelemetry.io/otel/trace v1.30 .0
187
+ go.opentelemetry.io/otel/sdk v1.31 .0
188
+ go.opentelemetry.io/otel/trace v1.31 .0
174
189
go.uber.org/atomic v1.11.0
175
190
go.uber.org/goleak v1.3.1-0.20240429205332-517bace7cc29
191
+ go.uber.org/mock v0.5.0
176
192
go4.org/netipx v0.0.0-20230728180743-ad4cb58a6516
177
193
golang.org/x/crypto v0.31.0
178
194
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
179
195
golang.org/x/mod v0.22.0
180
- golang.org/x/net v0.31 .0
196
+ golang.org/x/net v0.32 .0
181
197
golang.org/x/oauth2 v0.24.0
182
198
golang.org/x/sync v0.10.0
183
199
golang.org/x/sys v0.28.0
184
200
golang.org/x/term v0.27.0
185
201
golang.org/x/text v0.21.0
186
- golang.org/x/tools v0.27 .0
202
+ golang.org/x/tools v0.28 .0
187
203
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
188
- google.golang.org/api v0.209 .0
189
- google.golang.org/grpc v1.68.0
204
+ google.golang.org/api v0.213 .0
205
+ google.golang.org/grpc v1.69.2
190
206
google.golang.org/protobuf v1.35.2
191
207
gopkg.in/DataDog/dd-trace-go.v1 v1.69.0
192
208
gopkg.in/natefinch/lumberjack.v2 v2.2.1
193
209
gopkg.in/yaml.v3 v3.0.1
194
210
gvisor.dev/gvisor v0.0.0-20240509041132-65b30f7869dc
195
- nhooyr.io/websocket v1.8.7
196
211
storj.io/drpc v0.0.33
197
212
tailscale.com v1.46.1
198
213
)
199
214
200
- require go.uber.org/mock v0.5.0
201
-
202
- require (
203
- github.com/cespare/xxhash v1.1.0
204
- github.com/charmbracelet/bubbles v0.20.0
205
- github.com/charmbracelet/bubbletea v1.2.1
206
- github.com/charmbracelet/lipgloss v1.0.0
207
- github.com/coder/serpent v0.10.0
208
- github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
209
- github.com/emersion/go-smtp v0.21.2
210
- github.com/go-jose/go-jose/v4 v4.0.2
211
- github.com/gomarkdown/markdown v0.0.0-20240930133441-72d49d9543d8
212
- github.com/google/go-github/v61 v61.0.0
213
- github.com/mocktools/go-smtp-mock/v2 v2.4.0
214
- github.com/natefinch/atomic v1.0.1
215
- )
216
-
217
- require (
218
- cloud.google.com/go/auth v0.10.2 // indirect
219
- cloud.google.com/go/auth/oauth2adapt v0.2.5 // indirect
220
- dario.cat/mergo v1.0.0 // indirect
221
- github.com/DataDog/go-libddwaf/v3 v3.4.0 // indirect
222
- github.com/alecthomas/chroma/v2 v2.14.0 // indirect
223
- github.com/atotto/clipboard v0.1.4 // indirect
224
- github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect
225
- github.com/charmbracelet/x/ansi v0.4.5 // indirect
226
- github.com/charmbracelet/x/term v0.2.0 // indirect
227
- github.com/eapache/queue/v2 v2.0.0-20230407133247-75960ed334e4 // indirect
228
- github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
229
- github.com/go-viper/mapstructure/v2 v2.0.0 // indirect
230
- github.com/googleapis/gax-go/v2 v2.14.0 // indirect
231
- github.com/hashicorp/go-plugin v1.6.1 // indirect
232
- github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
233
- github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7 // indirect
234
- github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
235
- github.com/hashicorp/go-sockaddr v1.0.2 // indirect
236
- github.com/kylelemons/godebug v1.1.0 // indirect
237
- github.com/mattn/go-localereader v0.0.1 // indirect
238
- github.com/mitchellh/go-homedir v1.1.0 // indirect
239
- github.com/moby/docker-image-spec v1.3.1 // indirect
240
- github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
241
- github.com/muesli/cancelreader v0.2.2 // indirect
242
- github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
243
- github.com/oklog/run v1.1.0 // indirect
244
- github.com/pion/transport/v2 v2.2.10 // indirect
245
- github.com/pion/transport/v3 v3.0.7 // indirect
246
- github.com/ryanuber/go-glob v1.0.0 // indirect
247
- github.com/tdewolff/test v1.0.11-0.20240106005702-7de5f7df4739 // indirect
248
- github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
249
- github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
250
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
251
- )
252
-
253
215
require (
216
+ cloud.google.com/go/auth v0.13.0 // indirect
217
+ cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
254
218
cloud.google.com/go/logging v1.12.0 // indirect
255
219
cloud.google.com/go/longrunning v0.6.2 // indirect
220
+ dario.cat/mergo v1.0.0 // indirect
256
221
filippo.io/edwards25519 v1.1.0 // indirect
257
222
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
258
223
github.com/DataDog/appsec-internal-go v1.8.0 // indirect
259
224
github.com/DataDog/datadog-agent/pkg/obfuscate v0.48.0 // indirect
260
225
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.57.0 // indirect
261
226
github.com/DataDog/datadog-go/v5 v5.3.0 // indirect
227
+ github.com/DataDog/go-libddwaf/v3 v3.4.0 // indirect
262
228
github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect
263
229
github.com/DataDog/gostackparse v0.7.0 // indirect
264
230
github.com/DataDog/sketches-go v1.4.5 // indirect
@@ -270,18 +236,21 @@ require (
270
236
github.com/agext/levenshtein v1.2.3 // indirect
271
237
github.com/agnivade/levenshtein v1.2.0 // indirect
272
238
github.com/akutz/memconn v0.1.0 // indirect
239
+ github.com/alecthomas/chroma/v2 v2.14.0 // indirect
273
240
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
274
241
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
275
242
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
276
243
github.com/armon/go-radix v1.0.1-0.20221118154546-54df44f2176c // indirect
277
- github.com/aws/aws-sdk-go-v2 v1.32.4
244
+ github.com/atotto/clipboard v0.1.4 // indirect
245
+ github.com/aws/aws-sdk-go-v2 v1.32.6
278
246
github.com/aws/aws-sdk-go-v2/config v1.28.0
279
247
github.com/aws/aws-sdk-go-v2/credentials v1.17.41 // indirect
280
248
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.17 // indirect
281
- github.com/aws/aws-sdk-go-v2/feature/rds/auth v1.4.3
249
+ github.com/aws/aws-sdk-go-v2/feature/rds/auth v1.5.1
282
250
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.23 // indirect
283
251
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.23 // indirect
284
252
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
253
+ github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect
285
254
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 // indirect
286
255
github.com/aws/aws-sdk-go-v2/service/ssm v1.52.4 // indirect
287
256
github.com/aws/aws-sdk-go-v2/service/sso v1.24.2 // indirect
@@ -290,22 +259,26 @@ require (
290
259
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
291
260
github.com/aymerick/douceur v0.2.0 // indirect
292
261
github.com/beorn7/perks v1.0.1 // indirect
293
- github.com/bep/godartsass/v2 v2.3.0 // indirect
262
+ github.com/bep/godartsass/v2 v2.3.2 // indirect
294
263
github.com/bep/golibsass v1.2.0 // indirect
295
264
github.com/cespare/xxhash/v2 v2.3.0 // indirect
265
+ github.com/charmbracelet/x/ansi v0.4.5 // indirect
266
+ github.com/charmbracelet/x/term v0.2.0 // indirect
296
267
github.com/chromedp/sysutil v1.0.0 // indirect
297
268
github.com/clbanning/mxj/v2 v2.7.0 // indirect
298
269
github.com/cloudflare/circl v1.3.7 // indirect
299
270
github.com/containerd/continuity v0.4.3 // indirect
300
271
github.com/coreos/go-iptables v0.6.0 // indirect
301
- github.com/dlclark/regexp2 v1.11.0 // indirect
272
+ github.com/dlclark/regexp2 v1.11.4 // indirect
302
273
github.com/docker/cli v27.1.1+incompatible // indirect
303
274
github.com/docker/docker v27.2.0+incompatible // indirect
304
275
github.com/docker/go-connections v0.5.0 // indirect
305
276
github.com/docker/go-units v0.5.0 // indirect
306
277
github.com/dustin/go-humanize v1.0.1
278
+ github.com/eapache/queue/v2 v2.0.0-20230407133247-75960ed334e4 // indirect
307
279
github.com/ebitengine/purego v0.6.0-alpha.5 // indirect
308
280
github.com/elastic/go-windows v1.0.0 // indirect
281
+ github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
309
282
github.com/felixge/httpsnoop v1.0.4 // indirect
310
283
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
311
284
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
@@ -321,6 +294,7 @@ require (
321
294
github.com/go-playground/universal-translator v0.18.1 // indirect
322
295
github.com/go-test/deep v1.0.8 // indirect
323
296
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect
297
+ github.com/go-viper/mapstructure/v2 v2.0.0 // indirect
324
298
github.com/gobwas/glob v0.2.3 // indirect
325
299
github.com/gobwas/httphead v0.1.0 // indirect
326
300
github.com/gobwas/pool v0.2.1 // indirect
@@ -337,13 +311,19 @@ require (
337
311
github.com/google/s2a-go v0.1.8 // indirect
338
312
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
339
313
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
314
+ github.com/googleapis/gax-go/v2 v2.14.0 // indirect
340
315
github.com/gorilla/css v1.0.1 // indirect
341
316
github.com/gorilla/mux v1.8.1 // indirect
342
317
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
343
318
github.com/hashicorp/errwrap v1.1.0 // indirect
344
319
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
345
320
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
346
321
github.com/hashicorp/go-hclog v1.6.3 // indirect
322
+ github.com/hashicorp/go-plugin v1.6.1 // indirect
323
+ github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
324
+ github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7 // indirect
325
+ github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
326
+ github.com/hashicorp/go-sockaddr v1.0.2 // indirect
347
327
github.com/hashicorp/go-terraform-address v0.0.0-20240523040243-ccea9d309e0c
348
328
github.com/hashicorp/go-uuid v1.0.3 // indirect
349
329
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
@@ -361,10 +341,12 @@ require (
361
341
github.com/jsimonetti/rtnetlink v1.3.5 // indirect
362
342
github.com/kortschak/wol v0.0.0-20200729010619-da482cc4850a // indirect
363
343
github.com/kr/fs v0.1.0 // indirect
344
+ github.com/kylelemons/godebug v1.1.0 // indirect
364
345
github.com/leodido/go-urn v1.4.0 // indirect
365
346
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
366
347
github.com/mailru/easyjson v0.7.7 // indirect
367
348
github.com/mattn/go-colorable v0.1.13 // indirect
349
+ github.com/mattn/go-localereader v0.0.1 // indirect
368
350
github.com/mattn/go-runewidth v0.0.16 // indirect
369
351
github.com/mdlayher/genetlink v1.3.2 // indirect
370
352
github.com/mdlayher/netlink v1.7.2 // indirect
@@ -373,27 +355,36 @@ require (
373
355
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
374
356
github.com/miekg/dns v1.1.57 // indirect
375
357
github.com/mitchellh/copystructure v1.2.0 // indirect
358
+ github.com/mitchellh/go-homedir v1.1.0 // indirect
376
359
github.com/mitchellh/go-ps v1.0.0 // indirect
377
360
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
378
361
github.com/mitchellh/reflectwalk v1.0.2 // indirect
362
+ github.com/moby/docker-image-spec v1.3.1 // indirect
379
363
github.com/moby/term v0.5.0 // indirect
364
+ github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
365
+ github.com/muesli/cancelreader v0.2.2 // indirect
380
366
github.com/muesli/reflow v0.3.0 // indirect
367
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
381
368
github.com/niklasfasching/go-org v1.7.0 // indirect
382
369
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
370
+ github.com/oklog/run v1.1.0 // indirect
383
371
github.com/opencontainers/go-digest v1.0.0 // indirect
384
372
github.com/opencontainers/image-spec v1.1.0 // indirect
385
373
github.com/opencontainers/runc v1.1.14 // indirect
386
374
github.com/outcaste-io/ristretto v0.2.3 // indirect
387
375
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
388
376
github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect
389
377
github.com/pierrec/lz4/v4 v4.1.18 // indirect
378
+ github.com/pion/transport/v2 v2.2.10 // indirect
379
+ github.com/pion/transport/v3 v3.0.7 // indirect
390
380
github.com/pkg/errors v0.9.1 // indirect
391
381
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
392
382
github.com/prometheus/procfs v0.15.1 // indirect
393
383
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
394
384
github.com/riandyrn/otelchi v0.5.1 // indirect
395
385
github.com/richardartoul/molecule v1.0.1-0.20240531184615-7ca0df43c0b3 // indirect
396
386
github.com/rivo/uniseg v0.4.7 // indirect
387
+ github.com/ryanuber/go-glob v1.0.0 // indirect
397
388
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect
398
389
github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect
399
390
github.com/sirupsen/logrus v1.9.3 // indirect
@@ -409,13 +400,16 @@ require (
409
400
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
410
401
github.com/tcnksm/go-httpstat v0.2.0 // indirect
411
402
github.com/tdewolff/parse/v2 v2.7.15 // indirect
403
+ github.com/tdewolff/test v1.0.11-0.20240106005702-7de5f7df4739 // indirect
412
404
github.com/tidwall/match v1.1.1 // indirect
413
405
github.com/tidwall/pretty v1.2.1 // indirect
414
406
github.com/tinylib/msgp v1.2.1 // indirect
415
407
github.com/u-root/uio v0.0.0-20240209044354-b3d14b93376a // indirect
416
408
github.com/vishvananda/netlink v1.2.1-beta.2 // indirect
417
409
github.com/vishvananda/netns v0.0.4 // indirect
418
410
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
411
+ github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
412
+ github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
419
413
github.com/x448/float16 v0.8.4 // indirect
420
414
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
421
415
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
@@ -426,21 +420,26 @@ require (
426
420
github.com/yuin/goldmark-emoji v1.0.4 // indirect
427
421
github.com/zclconf/go-cty v1.15.0
428
422
github.com/zeebo/errs v1.3.0 // indirect
429
- go.opencensus.io v0.24.0 // indirect
430
423
go.opentelemetry.io/contrib v1.19.0 // indirect
431
- go.opentelemetry.io/otel/metric v1.30.0 // indirect
424
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
425
+ go.opentelemetry.io/otel/metric v1.31.0 // indirect
432
426
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
433
427
go4.org/mem v0.0.0-20220726221520-4f986261bf13 // indirect
434
428
golang.org/x/time v0.8.0 // indirect
435
429
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
436
430
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 // indirect
437
431
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
438
432
google.golang.org/appengine v1.6.8 // indirect
439
- google.golang.org/genproto v0.0.0-20241113202542-65e8d215514f // indirect
440
- google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
441
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241113202542-65e8d215514f // indirect
433
+ google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
434
+ google.golang.org/genproto/googleapis/api v0.0.0-20241113202542-65e8d215514f // indirect
435
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
442
436
gopkg.in/yaml.v2 v2.4.0 // indirect
443
437
howett.net/plist v1.0.0 // indirect
444
438
inet.af/peercred v0.0.0-20210906144145-0893ea02156a // indirect
445
439
sigs.k8s.io/yaml v1.4.0 // indirect
446
440
)
441
+
442
+ require (
443
+ github.com/go-ping/ping v1.2.0
444
+ nhooyr.io/websocket v1.8.7
445
+ )
0 commit comments