|
1 | 1 | module github.com/vinyl-linux/linux-utils |
2 | 2 |
|
3 | | -go 1.17 |
| 3 | +go 1.20 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 |
7 | | - github.com/otiai10/copy v1.4.2 |
8 | | - github.com/pelletier/go-toml v1.9.4 |
9 | | - github.com/spf13/cobra v1.3.0 |
| 6 | + github.com/insomniacslk/dhcp v0.0.0-20230220063916-5369909a5de7 |
| 7 | + github.com/otiai10/copy v1.9.0 |
| 8 | + github.com/pelletier/go-toml v1.9.5 |
| 9 | + github.com/spf13/cobra v1.6.1 |
10 | 10 | github.com/vishvananda/netlink v1.1.0 |
11 | 11 | golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 |
12 | 12 | pifke.org/wpasupplicant v0.0.0-20200816231324-12bdf536389f |
13 | 13 | ) |
14 | 14 |
|
15 | 15 | require ( |
16 | | - github.com/inconshreveable/mousetrap v1.0.0 // indirect |
17 | | - github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7 // indirect |
18 | | - github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065 // indirect |
| 16 | + github.com/inconshreveable/mousetrap v1.1.0 // indirect |
| 17 | + github.com/josharian/native v1.1.0 // indirect |
| 18 | + github.com/mdlayher/ethernet v0.0.0-20220221185849-529eae5b6118 // indirect |
| 19 | + github.com/mdlayher/packet v1.1.1 // indirect |
| 20 | + github.com/mdlayher/raw v0.1.0 // indirect |
| 21 | + github.com/mdlayher/socket v0.4.0 // indirect |
| 22 | + github.com/pierrec/lz4/v4 v4.1.17 // indirect |
19 | 23 | github.com/spf13/pflag v1.0.5 // indirect |
20 | | - github.com/u-root/u-root v7.0.0+incompatible // indirect |
21 | | - github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect |
22 | | - golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect |
23 | | - golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect |
24 | | - golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect |
| 24 | + github.com/u-root/uio v0.0.0-20230220225925-ffce2a382923 // indirect |
| 25 | + github.com/vishvananda/netns v0.0.4 // indirect |
| 26 | + golang.org/x/net v0.7.0 // indirect |
| 27 | + golang.org/x/sync v0.1.0 // indirect |
| 28 | + golang.org/x/sys v0.5.0 // indirect |
25 | 29 | ) |
0 commit comments