Skip to content

Commit 3f75f6b

Browse files
authored
chore: update potentially insecure deps (#6290)
1 parent 2bb9b4a commit 3f75f6b

File tree

2 files changed

+109
-73
lines changed

2 files changed

+109
-73
lines changed

go.mod

+38-23
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20230210022917-446f
5151
// makes importing it directly a bit messy.
5252
replace github.com/gliderlabs/ssh => github.com/coder/ssh v0.0.0-20220811105153-fcea99919338
5353

54+
// Waiting on https://github.com/imulab/go-scim/pull/95 to merge.
55+
replace github.com/imulab/go-scim/pkg/v2 => github.com/coder/go-scim/pkg/v2 v2.0.0-20230221055123-1d63c1222136
56+
5457
require (
5558
cdr.dev/slog v1.4.2-0.20220525200111-18dce5c2cd5f
5659
cloud.google.com/go/compute/metadata v0.2.1
@@ -64,7 +67,7 @@ require (
6467
github.com/briandowns/spinner v1.18.1
6568
github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5
6669
github.com/cenkalti/backoff/v4 v4.1.3
67-
github.com/charmbracelet/charm v0.12.1
70+
github.com/charmbracelet/charm v0.12.4
6871
github.com/charmbracelet/glamour v0.6.0
6972
github.com/charmbracelet/lipgloss v0.6.0
7073
github.com/cli/safeexec v1.0.0
@@ -91,7 +94,7 @@ require (
9194
github.com/gofrs/flock v0.8.1
9295
github.com/gohugoio/hugo v0.109.0
9396
github.com/golang-jwt/jwt v3.2.2+incompatible
94-
github.com/golang-jwt/jwt/v4 v4.4.2
97+
github.com/golang-jwt/jwt/v4 v4.5.0
9598
github.com/golang-migrate/migrate/v4 v4.15.2
9699
github.com/golang/protobuf v1.5.2
97100
github.com/google/go-github/v43 v43.0.1-0.20220414155304-00e42332e405
@@ -109,9 +112,9 @@ require (
109112
github.com/jmoiron/sqlx v1.3.5
110113
github.com/justinas/nosurf v1.1.1
111114
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
112-
github.com/klauspost/compress v1.15.9
115+
github.com/klauspost/compress v1.15.15
113116
github.com/lib/pq v1.10.6
114-
github.com/mattn/go-isatty v0.0.16
117+
github.com/mattn/go-isatty v0.0.17
115118
github.com/mitchellh/go-wordwrap v1.0.1
116119
github.com/mitchellh/mapstructure v1.5.0
117120
github.com/moby/moby v20.10.23+incompatible
@@ -148,15 +151,15 @@ require (
148151
go.uber.org/atomic v1.10.0
149152
go.uber.org/goleak v1.2.0
150153
go4.org/netipx v0.0.0-20220725152314-7e7bdc8411bf
151-
golang.org/x/crypto v0.5.0
154+
golang.org/x/crypto v0.6.0
152155
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db
153-
golang.org/x/mod v0.7.0
156+
golang.org/x/mod v0.8.0
154157
golang.org/x/oauth2 v0.3.0
155158
golang.org/x/sync v0.1.0
156-
golang.org/x/sys v0.4.1-0.20230131160137-e7d7f63158de
157-
golang.org/x/term v0.4.0
158-
golang.org/x/text v0.6.0
159-
golang.org/x/tools v0.4.1-0.20221208213631-3f74d914ae6d
159+
golang.org/x/sys v0.5.0
160+
golang.org/x/term v0.5.0
161+
golang.org/x/text v0.7.0
162+
golang.org/x/tools v0.6.0
160163
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
161164
golang.zx2c4.com/wireguard v0.0.0-20230207233929-ebbd4a433088
162165
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220504211119-3d4a969bb56b
@@ -173,6 +176,18 @@ require (
173176
tailscale.com v1.32.2
174177
)
175178

179+
require (
180+
github.com/dgraph-io/badger/v3 v3.2103.5 // indirect
181+
github.com/dustin/go-humanize v1.0.1 // indirect
182+
github.com/google/flatbuffers v23.1.21+incompatible // indirect
183+
github.com/json-iterator/go v1.1.12 // indirect
184+
github.com/mattn/go-localereader v0.0.1 // indirect
185+
github.com/mattn/go-sqlite3 v1.14.15 // indirect
186+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
187+
github.com/modern-go/reflect2 v1.0.2 // indirect
188+
github.com/muesli/cancelreader v0.2.2 // indirect
189+
)
190+
176191
require (
177192
cloud.google.com/go/compute v1.12.1 // indirect
178193
cloud.google.com/go/longrunning v0.3.0 // indirect
@@ -189,14 +204,14 @@ require (
189204
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
190205
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
191206
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
192-
github.com/aymanbagabas/go-osc52 v1.0.3 // indirect
207+
github.com/aymanbagabas/go-osc52 v1.2.1 // indirect
193208
github.com/aymerick/douceur v0.2.0 // indirect
194209
github.com/beorn7/perks v1.0.1 // indirect
195210
github.com/bep/godartsass v0.16.0 // indirect
196211
github.com/bep/golibsass v1.1.0 // indirect
197-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
198-
github.com/charmbracelet/bubbles v0.10.3 // indirect
199-
github.com/charmbracelet/bubbletea v0.20.0 // indirect
212+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
213+
github.com/charmbracelet/bubbles v0.15.0 // indirect
214+
github.com/charmbracelet/bubbletea v0.23.2 // indirect
200215
github.com/clbanning/mxj/v2 v2.5.7 // indirect
201216
github.com/containerd/console v1.0.3 // indirect
202217
github.com/containerd/continuity v0.3.0 // indirect
@@ -247,8 +262,8 @@ require (
247262
github.com/hashicorp/terraform-plugin-sdk/v2 v2.20.0 // indirect
248263
github.com/hdevalence/ed25519consensus v0.0.0-20220222234857-c00d1f31bab3 // indirect
249264
github.com/illarion/gonotify v1.0.1 // indirect
250-
github.com/imdario/mergo v0.3.12 // indirect
251-
github.com/inconshreveable/mousetrap v1.0.1 // indirect
265+
github.com/imdario/mergo v0.3.13 // indirect
266+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
252267
github.com/insomniacslk/dhcp v0.0.0-20221215072855-de60144f33f8 // indirect
253268
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
254269
github.com/josharian/intern v1.0.0 // indirect
@@ -276,8 +291,8 @@ require (
276291
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
277292
github.com/mitchellh/reflectwalk v1.0.2 // indirect
278293
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
279-
github.com/muesli/ansi v0.0.0-20211031195517-c9f0611b6c70 // indirect
280-
github.com/muesli/termenv v0.13.0 // indirect
294+
github.com/muesli/ansi v0.0.0-20221106050444-61f0cd9a192a // indirect
295+
github.com/muesli/termenv v0.14.0 // indirect
281296
github.com/niklasfasching/go-org v1.6.5 // indirect
282297
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
283298
github.com/olekukonko/tablewriter v0.0.5 // indirect
@@ -290,12 +305,12 @@ require (
290305
github.com/pkg/errors v0.9.1 // indirect
291306
github.com/pmezard/go-difflib v1.0.0 // indirect
292307
github.com/prometheus/client_model v0.3.0
293-
github.com/prometheus/common v0.39.0
294-
github.com/prometheus/procfs v0.8.0 // indirect
308+
github.com/prometheus/common v0.40.0
309+
github.com/prometheus/procfs v0.9.0 // indirect
295310
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
296-
github.com/rivo/uniseg v0.2.0 // indirect
311+
github.com/rivo/uniseg v0.4.3 // indirect
297312
github.com/russross/blackfriday/v2 v2.1.0 // indirect
298-
github.com/satori/go.uuid v1.2.0 // indirect
313+
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect
299314
github.com/sirupsen/logrus v1.9.0 // indirect
300315
github.com/spf13/cast v1.5.0 // indirect
301316
github.com/spf13/jwalterweatherman v1.1.0 // indirect
@@ -331,7 +346,7 @@ require (
331346
go.opentelemetry.io/otel/metric v0.33.0 // indirect
332347
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
333348
go4.org/mem v0.0.0-20210711025021-927187094b94 // indirect
334-
golang.org/x/net v0.5.0 // indirect
349+
golang.org/x/net v0.7.0 // indirect
335350
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
336351
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
337352
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect

0 commit comments

Comments
 (0)