summaryrefslogtreecommitdiffhomepage
path: root/go.mod
AgeCommit message (Collapse)Author
2023-10-16downgrade mdlayher/socket to v0.4.1 for go 1.20wwqgtxx
Signed-off-by: wwqgtxx <wwqgtxx@gmail.com>
2023-10-12Bump golang.org/x/net from 0.7.0 to 0.17.0dependabot[bot]
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.7.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-12update rtnetlinkPablo Mazzini
2023-08-30Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0dependabot[bot]
Bumps gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0. --- updated-dependencies: - dependency-name: gopkg.in/yaml.v3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2023-04-13Fix errorsBrian Kemper
Signed-off-by: Brian Kemper <bkemper@gmail.com>
2023-04-13Remove mdlayher/raw depBrian Kemper
Signed-off-by: Brian Kemper <bkemper@gmail.com>
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>