File tree Expand file tree Collapse file tree 4 files changed +24
-24
lines changed Expand file tree Collapse file tree 4 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/google/go-cmp v0.5.9
7
- github.com/mdlayher/socket v0.4 .1
8
- golang.org/x/net v0.9 .0
9
- golang.org/x/sys v0.7 .0
7
+ github.com/mdlayher/socket v0.5 .1
8
+ golang.org/x/net v0.14 .0
9
+ golang.org/x/sys v0.11 .0
10
10
)
11
11
12
- require golang.org/x/sync v0.1 .0 // indirect
12
+ require golang.org/x/sync v0.3 .0 // indirect
Original file line number Diff line number Diff line change 1
1
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
2
2
github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
3
- github.com/mdlayher/socket v0.4 .1 h1:eM9y2/jlbs1M615oshPQOHZzj6R6wMT7bX5NPiQvn2U =
4
- github.com/mdlayher/socket v0.4 .1 /go.mod h1:cAqeGjoufqdxWkD7DkpyS+wcefOtmu5OQ8KuoJGIReA =
5
- golang.org/x/net v0.9 .0 h1:aWJ/m6xSmxWBx+V0XRHTlrYrPG56jKsLdTFmsSsCzOM =
6
- golang.org/x/net v0.9 .0 /go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns =
7
- golang.org/x/sync v0.1 .0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o =
8
- golang.org/x/sync v0.1 .0 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
9
- golang.org/x/sys v0.7 .0 h1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU =
10
- golang.org/x/sys v0.7 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
3
+ github.com/mdlayher/socket v0.5 .1 h1:VZaqt6RkGkt2OE9l3GcC6nZkqD3xKeQLyfleW/uBcos =
4
+ github.com/mdlayher/socket v0.5 .1 /go.mod h1:TjPLHI1UgwEv5J1B5q0zTZq12A/6H7nKmtTanQE37IQ =
5
+ golang.org/x/net v0.14 .0 h1:BONx9s002vGdD9umnlX1Po8vOZmrgH34qlHcD1MfK14 =
6
+ golang.org/x/net v0.14 .0 /go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI =
7
+ golang.org/x/sync v0.3 .0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E =
8
+ golang.org/x/sync v0.3 .0 /go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y =
9
+ golang.org/x/sys v0.11 .0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM =
10
+ golang.org/x/sys v0.11 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ require (
6
6
github.com/google/go-cmp v0.5.9
7
7
github.com/jsimonetti/rtnetlink v1.3.2
8
8
github.com/mdlayher/ethtool v0.0.0-20221212131811-ba3b4bc2e02c
9
- golang.org/x/net v0.9 .0
10
- golang.org/x/sys v0.7 .0
9
+ golang.org/x/net v0.14 .0
10
+ golang.org/x/sys v0.11 .0
11
11
)
12
12
13
13
require (
14
14
github.com/josharian/native v1.1.0 // indirect
15
15
github.com/mdlayher/genetlink v1.3.1 // indirect
16
- github.com/mdlayher/socket v0.4 .1 // indirect
17
- golang.org/x/sync v0.1 .0 // indirect
16
+ github.com/mdlayher/socket v0.5 .1 // indirect
17
+ golang.org/x/sync v0.3 .0 // indirect
18
18
)
19
19
20
20
// We require a recent release, but in reality the integration tests should
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ github.com/mdlayher/ethtool v0.0.0-20221212131811-ba3b4bc2e02c h1:Y7LoKqIgD7vmqJ
10
10
github.com/mdlayher/ethtool v0.0.0-20221212131811-ba3b4bc2e02c /go.mod h1:i0nPbE+sL2G3OtdIb9SXxW/T4UiAwh6rxPW7zcuX+KQ =
11
11
github.com/mdlayher/genetlink v1.3.1 h1:roBiPnual+eqtRkKX2Jb8UQN5ZPWnhDCGj/wR6Jlz2w =
12
12
github.com/mdlayher/genetlink v1.3.1 /go.mod h1:uaIPxkWmGk753VVIzDtROxQ8+T+dkHqOI0vB1NA9S/Q =
13
- github.com/mdlayher/socket v0.4 .1 h1:eM9y2/jlbs1M615oshPQOHZzj6R6wMT7bX5NPiQvn2U =
14
- github.com/mdlayher/socket v0.4 .1 /go.mod h1:cAqeGjoufqdxWkD7DkpyS+wcefOtmu5OQ8KuoJGIReA =
15
- golang.org/x/net v0.9 .0 h1:aWJ/m6xSmxWBx+V0XRHTlrYrPG56jKsLdTFmsSsCzOM =
16
- golang.org/x/net v0.9 .0 /go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns =
17
- golang.org/x/sync v0.1 .0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o =
18
- golang.org/x/sync v0.1 .0 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
19
- golang.org/x/sys v0.7 .0 h1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU =
20
- golang.org/x/sys v0.7 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
13
+ github.com/mdlayher/socket v0.5 .1 h1:VZaqt6RkGkt2OE9l3GcC6nZkqD3xKeQLyfleW/uBcos =
14
+ github.com/mdlayher/socket v0.5 .1 /go.mod h1:TjPLHI1UgwEv5J1B5q0zTZq12A/6H7nKmtTanQE37IQ =
15
+ golang.org/x/net v0.14 .0 h1:BONx9s002vGdD9umnlX1Po8vOZmrgH34qlHcD1MfK14 =
16
+ golang.org/x/net v0.14 .0 /go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI =
17
+ golang.org/x/sync v0.3 .0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E =
18
+ golang.org/x/sync v0.3 .0 /go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y =
19
+ golang.org/x/sys v0.11 .0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM =
20
+ golang.org/x/sys v0.11 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
You can’t perform that action at this time.
0 commit comments