Skip to content

Commit

Permalink
guestnetworks: use math/rand instead of crypto/rand
Browse files Browse the repository at this point in the history
  • Loading branch information
yousong committed Jun 11, 2020
1 parent e49c11e commit 6a63aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/compute/models/guestnetworks.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ package models
import (
"context"
"crypto/md5"
"crypto/rand"
"database/sql"
"fmt"
"io"
"math/rand"
"regexp"
"time"

Expand Down

0 comments on commit 6a63aa9

Please sign in to comment.