diff --git a/pktsock_linux.go b/pktsock_linux.go index a21c265..99b5352 100644 --- a/pktsock_linux.go +++ b/pktsock_linux.go @@ -1,8 +1,8 @@ package dhcp4client import ( - "crypto/rand" "encoding/binary" + "math/rand" "net" "time"