@@ -51,6 +51,9 @@ replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20230210022917-446f
51
51
// makes importing it directly a bit messy.
52
52
replace github.com/gliderlabs/ssh => github.com/coder/ssh v0.0.0-20220811105153-fcea99919338
53
53
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
+
54
57
require (
55
58
cdr.dev/slog v1.4.2-0.20220525200111-18dce5c2cd5f
56
59
cloud.google.com/go/compute/metadata v0.2.1
@@ -64,7 +67,7 @@ require (
64
67
github.com/briandowns/spinner v1.18.1
65
68
github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5
66
69
github.com/cenkalti/backoff/v4 v4.1.3
67
- github.com/charmbracelet/charm v0.12.1
70
+ github.com/charmbracelet/charm v0.12.4
68
71
github.com/charmbracelet/glamour v0.6.0
69
72
github.com/charmbracelet/lipgloss v0.6.0
70
73
github.com/cli/safeexec v1.0.0
@@ -91,7 +94,7 @@ require (
91
94
github.com/gofrs/flock v0.8.1
92
95
github.com/gohugoio/hugo v0.109.0
93
96
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
95
98
github.com/golang-migrate/migrate/v4 v4.15.2
96
99
github.com/golang/protobuf v1.5.2
97
100
github.com/google/go-github/v43 v43.0.1-0.20220414155304-00e42332e405
@@ -109,9 +112,9 @@ require (
109
112
github.com/jmoiron/sqlx v1.3.5
110
113
github.com/justinas/nosurf v1.1.1
111
114
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
113
116
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
115
118
github.com/mitchellh/go-wordwrap v1.0.1
116
119
github.com/mitchellh/mapstructure v1.5.0
117
120
github.com/moby/moby v20.10.23+incompatible
@@ -148,15 +151,15 @@ require (
148
151
go.uber.org/atomic v1.10.0
149
152
go.uber.org/goleak v1.2.0
150
153
go4.org/netipx v0.0.0-20220725152314-7e7bdc8411bf
151
- golang.org/x/crypto v0.5 .0
154
+ golang.org/x/crypto v0.6 .0
152
155
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
154
157
golang.org/x/oauth2 v0.3.0
155
158
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
160
163
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
161
164
golang.zx2c4.com/wireguard v0.0.0-20230207233929-ebbd4a433088
162
165
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220504211119-3d4a969bb56b
@@ -173,6 +176,18 @@ require (
173
176
tailscale.com v1.32.2
174
177
)
175
178
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
+
176
191
require (
177
192
cloud.google.com/go/compute v1.12.1 // indirect
178
193
cloud.google.com/go/longrunning v0.3.0 // indirect
@@ -189,14 +204,14 @@ require (
189
204
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
190
205
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
191
206
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
193
208
github.com/aymerick/douceur v0.2.0 // indirect
194
209
github.com/beorn7/perks v1.0.1 // indirect
195
210
github.com/bep/godartsass v0.16.0 // indirect
196
211
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
200
215
github.com/clbanning/mxj/v2 v2.5.7 // indirect
201
216
github.com/containerd/console v1.0.3 // indirect
202
217
github.com/containerd/continuity v0.3.0 // indirect
@@ -247,8 +262,8 @@ require (
247
262
github.com/hashicorp/terraform-plugin-sdk/v2 v2.20.0 // indirect
248
263
github.com/hdevalence/ed25519consensus v0.0.0-20220222234857-c00d1f31bab3 // indirect
249
264
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
252
267
github.com/insomniacslk/dhcp v0.0.0-20221215072855-de60144f33f8 // indirect
253
268
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
254
269
github.com/josharian/intern v1.0.0 // indirect
@@ -276,8 +291,8 @@ require (
276
291
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
277
292
github.com/mitchellh/reflectwalk v1.0.2 // indirect
278
293
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
281
296
github.com/niklasfasching/go-org v1.6.5 // indirect
282
297
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
283
298
github.com/olekukonko/tablewriter v0.0.5 // indirect
@@ -290,12 +305,12 @@ require (
290
305
github.com/pkg/errors v0.9.1 // indirect
291
306
github.com/pmezard/go-difflib v1.0.0 // indirect
292
307
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
295
310
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
297
312
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
299
314
github.com/sirupsen/logrus v1.9.0 // indirect
300
315
github.com/spf13/cast v1.5.0 // indirect
301
316
github.com/spf13/jwalterweatherman v1.1.0 // indirect
@@ -331,7 +346,7 @@ require (
331
346
go.opentelemetry.io/otel/metric v0.33.0 // indirect
332
347
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
333
348
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
335
350
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
336
351
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
337
352
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
0 commit comments