mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-25 17:56:34 +08:00
context: Use crypto/rand in case method used for crypto purposes
This commit is contained in:
parent
5a1243ff42
commit
7a7e3d160b
|
@ -2,9 +2,9 @@ package httpserver
|
|||
|
||||
import (
|
||||
"bytes"
|
||||
"crypto/rand"
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"math/rand"
|
||||
"net"
|
||||
"net/http"
|
||||
"net/url"
|
||||
|
|
Loading…
Reference in New Issue
Block a user