1
1
module github.com/coder/coder/v2
2
2
3
- go 1.20
3
+ go 1.21
4
4
5
5
// Required until https://github.com/hashicorp/terraform-config-inspect/pull/74 is merged.
6
6
replace github.com/hashicorp/terraform-config-inspect => github.com/kylecarbs/terraform-config-inspect v0.0.0-20211215004401-bbc517866b88
@@ -100,7 +100,7 @@ require (
100
100
github.com/coder/wgtunnel v0.1.13-0.20231127054351-578bfff9b92a
101
101
github.com/coreos/go-oidc/v3 v3.9.0
102
102
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
103
- github.com/creack/pty v1.1.18
103
+ github.com/creack/pty v1.1.21
104
104
github.com/dave/dst v0.27.2
105
105
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
106
106
github.com/elastic/go-sysinfo v1.11.0
@@ -140,7 +140,7 @@ require (
140
140
github.com/justinas/nosurf v1.1.1
141
141
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
142
142
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
143
- github.com/klauspost/compress v1.17.1
143
+ github.com/klauspost/compress v1.17.4
144
144
github.com/lib/pq v1.10.9
145
145
github.com/mattn/go-isatty v0.0.20
146
146
github.com/mitchellh/go-wordwrap v1.0.1
@@ -166,7 +166,7 @@ require (
166
166
github.com/swaggo/http-swagger/v2 v2.0.1
167
167
github.com/swaggo/swag v1.16.2
168
168
github.com/tidwall/gjson v1.17.0
169
- github.com/u-root/u-root v0.11 .0
169
+ github.com/u-root/u-root v0.12 .0
170
170
github.com/unrolled/secure v1.14.0
171
171
github.com/valyala/fasthttp v1.51.0
172
172
github.com/wagslane/go-password-validator v0.3.0
@@ -181,7 +181,7 @@ require (
181
181
go.uber.org/goleak v1.2.1
182
182
go4.org/netipx v0.0.0-20230728180743-ad4cb58a6516
183
183
golang.org/x/crypto v0.18.0
184
- golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
184
+ golang.org/x/exp v0.0.0-20231219180239-dc181d75b848
185
185
golang.org/x/mod v0.14.0
186
186
golang.org/x/net v0.20.0
187
187
golang.org/x/oauth2 v0.16.0
@@ -321,12 +321,12 @@ require (
321
321
github.com/hdevalence/ed25519consensus v0.1.0 // indirect
322
322
github.com/illarion/gonotify v1.0.1 // indirect
323
323
github.com/imdario/mergo v0.3.15 // indirect
324
- github.com/insomniacslk/dhcp v0.0.0-20230407062729-974c6f05fe16 // indirect
324
+ github.com/insomniacslk/dhcp v0.0.0-20231206064809-8c70d406f6d2 // indirect
325
325
github.com/jmespath/go-jmespath v0.4.0 // indirect
326
326
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
327
327
github.com/josharian/intern v1.0.0 // indirect
328
328
github.com/josharian/native v1.1.1-0.20230202152459-5c7d0dd6ab86 // indirect
329
- github.com/jsimonetti/rtnetlink v1.3.2 // indirect
329
+ github.com/jsimonetti/rtnetlink v1.3.5 // indirect
330
330
github.com/juju/errors v1.0.0 // indirect
331
331
github.com/kortschak/wol v0.0.0-20200729010619-da482cc4850a // indirect
332
332
github.com/kr/fs v0.1.0 // indirect
@@ -338,7 +338,7 @@ require (
338
338
github.com/mdlayher/genetlink v1.3.2 // indirect
339
339
github.com/mdlayher/netlink v1.7.2 // indirect
340
340
github.com/mdlayher/sdnotify v1.0.0 // indirect
341
- github.com/mdlayher/socket v0.4.1 // indirect
341
+ github.com/mdlayher/socket v0.5.0 // indirect
342
342
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
343
343
github.com/microcosm-cc/bluemonday v1.0.23 // indirect
344
344
github.com/miekg/dns v1.1.55 // indirect
0 commit comments