summaryrefslogtreecommitdiffhomepage
path: root/dhcpv4/option_vivc.go
diff options
context:
space:
mode:
authorChris Koch <chrisko@google.com>2021-05-28 05:13:40 -0700
committerChris K <c@chrisko.ch>2021-05-28 05:31:48 -0700
commitfb4eaaa00ad29a188328380690494d9267dc1ccc (patch)
treea9ca37d6dbd11f7a13e3cfc0515c496710d6369a /dhcpv4/option_vivc.go
parent95b2ff6905c9bd0fdcb17fe6589c95a0840a2b46 (diff)
Break circular dependency on u-root
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>
Diffstat (limited to 'dhcpv4/option_vivc.go')
-rw-r--r--dhcpv4/option_vivc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpv4/option_vivc.go b/dhcpv4/option_vivc.go
index a669d27..a073149 100644
--- a/dhcpv4/option_vivc.go
+++ b/dhcpv4/option_vivc.go
@@ -4,7 +4,7 @@ import (
"bytes"
"fmt"
- "github.com/u-root/u-root/pkg/uio"
+ "github.com/u-root/uio/uio"
)
// VIVCIdentifier implements the vendor-identifying vendor class option