-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also addresses https://github.com/insomniacslk/dhcp/security/dependabot/14 Signed-off-by: Andrea Barberio <[email protected]>
- Loading branch information
1 parent
a481575
commit 5f8e000
Showing
2 changed files
with
26 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
module github.com/insomniacslk/dhcp | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/hugelgupf/socketpair v0.0.0-20190730060125-05d35a94e714 | ||
github.com/jsimonetti/rtnetlink v1.3.5 | ||
github.com/jsimonetti/rtnetlink v1.4.2 | ||
github.com/mdlayher/netlink v1.7.2 | ||
github.com/mdlayher/packet v1.1.2 | ||
github.com/stretchr/testify v1.6.1 | ||
github.com/u-root/uio v0.0.0-20230220225925-ffce2a382923 | ||
golang.org/x/net v0.23.0 | ||
golang.org/x/sys v0.18.0 | ||
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 | ||
golang.org/x/net v0.33.0 | ||
golang.org/x/sys v0.28.0 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.0 // indirect | ||
github.com/josharian/native v1.1.0 // indirect | ||
github.com/mdlayher/socket v0.4.1 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.14 // indirect | ||
github.com/mdlayher/socket v0.5.1 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.22 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/stretchr/objx v0.1.0 // indirect | ||
golang.org/x/sync v0.3.0 // indirect | ||
golang.org/x/sync v0.10.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0 // 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