fix(go.sum): update ResolveSpec dependency to v1.0.87
This commit is contained in:
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
// Copyright 2022 The Mellium Contributors.
|
||||
// Use of this source code is governed by the BSD 2-clause
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build go1.20
|
||||
|
||||
package sasl
|
||||
|
||||
import (
|
||||
"crypto/subtle"
|
||||
)
|
||||
|
||||
func goXORBytes(dst, x, y []byte) int {
|
||||
return subtle.XORBytes(dst, x, y)
|
||||
}
|
||||
Reference in New Issue
Block a user