From fb4eaaa00ad29a188328380690494d9267dc1ccc Mon Sep 17 00:00:00 2001 From: Chris Koch Date: Fri, 28 May 2021 05:13:40 -0700 Subject: 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 --- dhcpv4/option_strings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhcpv4/option_strings.go') diff --git a/dhcpv4/option_strings.go b/dhcpv4/option_strings.go index dafa9f2..a29baa5 100644 --- a/dhcpv4/option_strings.go +++ b/dhcpv4/option_strings.go @@ -4,7 +4,7 @@ import ( "fmt" "strings" - "github.com/u-root/u-root/pkg/uio" + "github.com/u-root/uio/uio" ) // Strings represents an option encapsulating a list of strings in IPv4 DHCP as -- cgit v1.2.3