diff options
Diffstat (limited to 'dhcpv6/dhcpv6_test.go')
-rw-r--r-- | dhcpv6/dhcpv6_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |