Update dependencies (#5518)
This commit is contained in:
1
vendor/github.com/open-policy-agent/opa/util/compare.go
generated
vendored
1
vendor/github.com/open-policy-agent/opa/util/compare.go
generated
vendored
@@ -17,7 +17,6 @@ import (
|
||||
// nil < bool < int, float64 < string < []interface{} < map[string]interface{}. Slices and maps
|
||||
// are compared recursively. If one slice or map is a subset of the other slice or map
|
||||
// it is considered "less than". Nil is always equal to nil.
|
||||
//
|
||||
func Compare(a, b interface{}) int {
|
||||
aSortOrder := sortOrder(a)
|
||||
bSortOrder := sortOrder(b)
|
||||
|
||||
Reference in New Issue
Block a user