update dependencies (#6267)
Signed-off-by: hongming <coder.scala@gmail.com>
This commit is contained in:
2
vendor/github.com/open-policy-agent/opa/util/hashmap.go
generated
vendored
2
vendor/github.com/open-policy-agent/opa/util/hashmap.go
generated
vendored
@@ -72,7 +72,7 @@ func (h *HashMap) Get(k T) (T, bool) {
|
||||
return nil, false
|
||||
}
|
||||
|
||||
// Delete removes the the key k.
|
||||
// Delete removes the key k.
|
||||
func (h *HashMap) Delete(k T) {
|
||||
hash := h.hash(k)
|
||||
var prev *hashEntry
|
||||
|
||||
Reference in New Issue
Block a user