updated etcd to v3.5.5 and newer otel libraries as well
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
1
vendor/github.com/google/go-cmp/cmp/cmpopts/xform.go
generated
vendored
1
vendor/github.com/google/go-cmp/cmp/cmpopts/xform.go
generated
vendored
@@ -23,6 +23,7 @@ func (xf xformFilter) filter(p cmp.Path) bool {
|
||||
// that the transformer cannot be recursively applied upon its own output.
|
||||
//
|
||||
// An example use case is a transformer that splits a string by lines:
|
||||
//
|
||||
// AcyclicTransformer("SplitLines", func(s string) []string{
|
||||
// return strings.Split(s, "\n")
|
||||
// })
|
||||
|
Reference in New Issue
Block a user