summaryrefslogtreecommitdiffhomepage
path: root/go.mod
AgeCommit message (Collapse)Author
2023-03-07Bump golang.org/x/net from 0.0.0-20201110031124-69a78807bb2b to 0.7.0dependabot[bot]
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20201110031124-69a78807bb2b to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27New tests for ClientID & ServerIDChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-27Require Go 1.18Chris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-19Pin lz4 to v4.1.14 due to bugChris Koch
https://github.com/pierrec/lz4/issues/203 Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-19Update dependenciesChris Koch
In particular, uio Signed-off-by: Chris Koch <chrisko@google.com>
2022-12-14go.mod: bump uio dep to move to unified native endian packageBrad Fitzpatrick
To pick up this change: https://github.com/u-root/uio/commit/c3537552635f86c59cf805d1755fa656a2073922 Updates golang/go#57237 Signed-off-by: Brad Fitzpatrick <brad@danga.com>
2021-05-28Break circular dependency on u-rootChris Koch
u-root -> dhcp -> u-root is the circular dependency. Which is fine, except we messed up modules in u-root big time. We need to break the circular dep for now. Signed-off-by: Chris Koch <chrisko@google.com>
2020-11-12netboot: use latest rtnl apiPablo Mazzini
Signed-off-by: Pablo Mazzini <pmazzini@gmail.com>
2020-09-16dhcp: add go.mod fileChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>