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 --- dhcpv6/dhcpv6_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhcpv6/dhcpv6_test.go') diff --git a/dhcpv6/dhcpv6_test.go b/dhcpv6/dhcpv6_test.go index 1ecaa3c..a329e0a 100644 --- a/dhcpv6/dhcpv6_test.go +++ b/dhcpv6/dhcpv6_test.go @@ -10,7 +10,7 @@ import ( "github.com/insomniacslk/dhcp/iana" "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - "github.com/u-root/u-root/pkg/rand" + "github.com/u-root/uio/rand" ) func randomReadMock(value []byte, n int, err error) func([]byte) (int, error) { -- cgit v1.2.3