-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fix a issue that shouldn't use etherconn.WithDefaultReceival(true) - fix a few lint issues
- Loading branch information
1 parent
cf8f411
commit ec6064f
Showing
4 changed files
with
27 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
module github.com/hujun-open/dhcplt | ||
|
||
go 1.16 | ||
|
||
require ( | ||
github.com/cilium/ebpf v0.8.1 // indirect | ||
github.com/google/gopacket v1.1.19 | ||
github.com/hujun-open/cmprule v0.3.0 | ||
github.com/hujun-open/etherconn v0.4.0 | ||
github.com/hujun-open/myaddr v0.1.1 | ||
github.com/insomniacslk/dhcp v0.0.0-20210428091707-95b2ff6905c9 | ||
github.com/safchain/ethtool v0.1.0 // indirect | ||
github.com/vishvananda/netlink v1.1.0 | ||
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect | ||
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect | ||
golang.org/x/sys v0.0.0-20220224120231-95c6836cb0e7 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters