Skip to content

Commit db4810b

Browse files
dependabot[bot]cfergeau
authored andcommitted
build(deps): bump github.com/containers/gvisor-tap-vsock
Bumps [github.com/containers/gvisor-tap-vsock](https://github.com/containers/gvisor-tap-vsock) from 0.7.4-0.20240320091526-a0238e52b61f to 0.7.4. - [Release notes](https://github.com/containers/gvisor-tap-vsock/releases) - [Commits](https://github.com/containers/gvisor-tap-vsock/commits/v0.7.4) --- updated-dependencies: - dependency-name: github.com/containers/gvisor-tap-vsock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec24d65 commit db4810b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+4832
-447
lines changed

go.mod

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
1212
github.com/cavaliergopher/grab/v3 v3.0.1
1313
github.com/cheggaaa/pb/v3 v3.1.5
14-
github.com/containers/gvisor-tap-vsock v0.7.4-0.20240320091526-a0238e52b61f
14+
github.com/containers/gvisor-tap-vsock v0.7.4
1515
github.com/containers/image/v5 v5.31.1
1616
github.com/coreos/go-systemd/v22 v22.5.0
1717
github.com/crc-org/admin-helper v0.5.4
@@ -128,7 +128,7 @@ require (
128128
github.com/imdario/mergo v0.3.13 // indirect
129129
github.com/inconshreveable/mousetrap v1.1.0 // indirect
130130
github.com/inetaf/tcpproxy v0.0.0-20240214030015-3ce58045626c // indirect
131-
github.com/insomniacslk/dhcp v0.0.0-20220504074936-1ca156eafb9f // indirect
131+
github.com/insomniacslk/dhcp v0.0.0-20240710054256-ddd8a41251c9 // indirect
132132
github.com/josharian/intern v1.0.0 // indirect
133133
github.com/json-iterator/go v1.1.12 // indirect
134134
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
@@ -143,7 +143,7 @@ require (
143143
github.com/mattn/go-sqlite3 v1.14.22 // indirect
144144
github.com/mdlayher/socket v0.4.1 // indirect
145145
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
146-
github.com/miekg/dns v1.1.58 // indirect
146+
github.com/miekg/dns v1.1.61 // indirect
147147
github.com/miekg/pkcs11 v1.1.1 // indirect
148148
github.com/mitchellh/mapstructure v1.5.0 // indirect
149149
github.com/moby/sys/mountinfo v0.7.1 // indirect
@@ -156,6 +156,7 @@ require (
156156
github.com/opencontainers/runtime-spec v1.2.0 // indirect
157157
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
158158
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
159+
github.com/pierrec/lz4/v4 v4.1.14 // indirect
159160
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
160161
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
161162
github.com/proglottis/gpgme v0.1.3 // indirect
@@ -177,18 +178,18 @@ require (
177178
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
178179
github.com/tklauser/go-sysconf v0.3.12 // indirect
179180
github.com/tklauser/numcpus v0.6.1 // indirect
180-
github.com/u-root/uio v0.0.0-20210528114334-82958018845c // indirect
181+
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
181182
github.com/ulikunitz/xz v0.5.12 // indirect
182183
github.com/vbatts/tar-split v0.11.5 // indirect
183184
github.com/vbauerster/mpb/v8 v8.7.3 // indirect
184185
go.mongodb.org/mongo-driver v1.14.0 // indirect
185186
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 // indirect
186187
go.uber.org/multierr v1.11.0 // indirect
187188
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
188-
golang.org/x/mod v0.17.0 // indirect
189+
golang.org/x/mod v0.18.0 // indirect
189190
golang.org/x/oauth2 v0.20.0 // indirect
190191
golang.org/x/time v0.5.0 // indirect
191-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
192+
golang.org/x/tools v0.22.0 // indirect
192193
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
193194
google.golang.org/grpc v1.62.1 // indirect
194195
google.golang.org/protobuf v1.33.0 // indirect

go.sum

Lines changed: 18 additions & 55 deletions
Large diffs are not rendered by default.

vendor/github.com/containers/gvisor-tap-vsock/pkg/tap/switch.go

Lines changed: 11 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containers/gvisor-tap-vsock/pkg/transport/listen.go

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/insomniacslk/dhcp/dhcpv4/dhcpv4.go

Lines changed: 54 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/insomniacslk/dhcp/dhcpv4/fuzz.go

Lines changed: 0 additions & 41 deletions
This file was deleted.

vendor/github.com/insomniacslk/dhcp/dhcpv4/modifiers.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/insomniacslk/dhcp/dhcpv4/option_autoconfigure.go

Lines changed: 61 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/insomniacslk/dhcp/dhcpv4/option_ip_address_lease_time.go renamed to vendor/github.com/insomniacslk/dhcp/dhcpv4/option_duration.go

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)