Skip to content

Commit

Permalink
go.mod: Update github.com/insomniacslk/dhcp to latest git main
Browse files Browse the repository at this point in the history
This uses an updated github.com/u-root/uio which fixes building with
GOARCH=loong64

Based on a report from Huang Yang <[email protected]>

Signed-off-by: Christophe Fergeau <[email protected]>
  • Loading branch information
cfergeau committed Jun 27, 2024
1 parent 6dbbe08 commit 0268c3b
Show file tree
Hide file tree
Showing 56 changed files with 4,461 additions and 273 deletions.
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/containers/gvisor-tap-vsock

go 1.20
go 1.21

require (
github.com/Microsoft/go-winio v0.6.2
Expand All @@ -10,7 +10,7 @@ require (
github.com/dustin/go-humanize v1.0.1
github.com/google/gopacket v1.1.19
github.com/inetaf/tcpproxy v0.0.0-20240214030015-3ce58045626c
github.com/insomniacslk/dhcp v0.0.0-20220504074936-1ca156eafb9f
github.com/insomniacslk/dhcp v0.0.0-20240529192340-51bc6136a0a6
github.com/linuxkit/virtsock v0.0.0-20220523201153-1a23e78aa7a2
github.com/mdlayher/vsock v1.2.1
github.com/miekg/dns v1.1.61
Expand All @@ -36,8 +36,9 @@ require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/mdlayher/socket v0.4.1 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/pierrec/lz4/v4 v4.1.14 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/u-root/uio v0.0.0-20210528114334-82958018845c // indirect
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/net v0.26.0 // indirect
Expand Down
61 changes: 16 additions & 45 deletions go.sum

Large diffs are not rendered by default.

57 changes: 54 additions & 3 deletions vendor/github.com/insomniacslk/dhcp/dhcpv4/dhcpv4.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 0 additions & 41 deletions vendor/github.com/insomniacslk/dhcp/dhcpv4/fuzz.go

This file was deleted.

12 changes: 12 additions & 0 deletions vendor/github.com/insomniacslk/dhcp/dhcpv4/modifiers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 61 additions & 0 deletions vendor/github.com/insomniacslk/dhcp/dhcpv4/option_autoconfigure.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 30 additions & 3 deletions vendor/github.com/insomniacslk/dhcp/dhcpv4/options.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions vendor/github.com/insomniacslk/dhcp/dhcpv4/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0268c3b

Please sign in to comment.