rtr7 / router7

router7 is a small home internet router completely written in Go. It is implemented as a gokrazy appliance.
https://router7.org
Apache License 2.0
2.69k stars 110 forks source link

go mod tidy #69

Closed hugelgupf closed 2 years ago

hugelgupf commented 2 years ago

To explicitly remove the u-root/u-root dependency. We're getting ready to retract all the incompatible versions of u-root that were released before we had proper Go module support. It won't break people but I'm cleaning up our dependency graph.