Skip to content

Commit fa6176c

Browse files
chore: bump github.com/u-root/u-root from 0.11.0 to 0.12.0 (#11625)
* chore: bump github.com/u-root/u-root from 0.11.0 to 0.12.0 Bumps [github.com/u-root/u-root](https://github.com/u-root/u-root) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/u-root/u-root/releases) - [Changelog](https://github.com/u-root/u-root/blob/main/RELEASES) - [Commits](u-root/u-root@v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: github.com/u-root/u-root dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * `go mod tidy` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Muhammad Atif Ali <me@matifali.dev> Co-authored-by: Muhammad Atif Ali <atif@coder.com>
1 parent e83f13d commit fa6176c

File tree

2 files changed

+89
-24
lines changed

2 files changed

+89
-24
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/coder/coder/v2
22

3-
go 1.20
3+
go 1.21
44

55
// Required until https://github.com/hashicorp/terraform-config-inspect/pull/74 is merged.
66
replace github.com/hashicorp/terraform-config-inspect => github.com/kylecarbs/terraform-config-inspect v0.0.0-20211215004401-bbc517866b88
@@ -100,7 +100,7 @@ require (
100100
github.com/coder/wgtunnel v0.1.13-0.20231127054351-578bfff9b92a
101101
github.com/coreos/go-oidc/v3 v3.9.0
102102
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
104104
github.com/dave/dst v0.27.2
105105
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
106106
github.com/elastic/go-sysinfo v1.11.0
@@ -140,7 +140,7 @@ require (
140140
github.com/justinas/nosurf v1.1.1
141141
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
142142
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
144144
github.com/lib/pq v1.10.9
145145
github.com/mattn/go-isatty v0.0.20
146146
github.com/mitchellh/go-wordwrap v1.0.1
@@ -166,7 +166,7 @@ require (
166166
github.com/swaggo/http-swagger/v2 v2.0.1
167167
github.com/swaggo/swag v1.16.2
168168
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
170170
github.com/unrolled/secure v1.14.0
171171
github.com/valyala/fasthttp v1.51.0
172172
github.com/wagslane/go-password-validator v0.3.0
@@ -181,7 +181,7 @@ require (
181181
go.uber.org/goleak v1.2.1
182182
go4.org/netipx v0.0.0-20230728180743-ad4cb58a6516
183183
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
185185
golang.org/x/mod v0.14.0
186186
golang.org/x/net v0.20.0
187187
golang.org/x/oauth2 v0.16.0
@@ -321,12 +321,12 @@ require (
321321
github.com/hdevalence/ed25519consensus v0.1.0 // indirect
322322
github.com/illarion/gonotify v1.0.1 // indirect
323323
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
325325
github.com/jmespath/go-jmespath v0.4.0 // indirect
326326
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
327327
github.com/josharian/intern v1.0.0 // indirect
328328
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
330330
github.com/juju/errors v1.0.0 // indirect
331331
github.com/kortschak/wol v0.0.0-20200729010619-da482cc4850a // indirect
332332
github.com/kr/fs v0.1.0 // indirect
@@ -338,7 +338,7 @@ require (
338338
github.com/mdlayher/genetlink v1.3.2 // indirect
339339
github.com/mdlayher/netlink v1.7.2 // indirect
340340
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
342342
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
343343
github.com/microcosm-cc/bluemonday v1.0.23 // indirect
344344
github.com/miekg/dns v1.1.55 // indirect

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy