mirror of
https://github.com/caddyserver/caddy.git
synced 2025-10-19 15:53:17 +00:00
go.mod: Append /v2 to module name; update all import paths
See https://github.com/golang/go/wiki/Modules#semantic-import-versioning
This commit is contained in:
parent
94c28a2574
commit
fdd871e177
41 changed files with 72 additions and 72 deletions
|
@ -69,7 +69,7 @@ var defaultCipherSuitesWithoutAESNI = []uint16{
|
|||
// getOptimalDefaultCipherSuites returns an appropriate cipher
|
||||
// suite to use depending on the hardware support for AES.
|
||||
//
|
||||
// See https://github.com/mholt/caddy/issues/1674
|
||||
// See https://github.com/caddyserver/caddy/issues/1674
|
||||
func getOptimalDefaultCipherSuites() []uint16 {
|
||||
if cpuid.CPU.AesNi() {
|
||||
return defaultCipherSuitesWithAESNI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue