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 Jul 23, 2024
1 parent a3a9c41 commit 54ba3e9
Show file tree
Hide file tree
Showing 56 changed files with 4,470 additions and 272 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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-20240710054256-ddd8a41251c9
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 54ba3e9

Please sign in to comment.