mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-30 21:30:16 +00:00 
			
		
		
		
	vendor: bump runc to rc95
runc rc95 contains a fix for CVE-2021-30465. runc rc94 provides fixes and improvements. One notable change is cgroup manager's Set now accept Resources rather than Cgroup (see https://github.com/opencontainers/runc/pull/2906). Modify the code accordingly. Also update runc dependencies (as hinted by hack/lint-depdendencies.sh): github.com/cilium/ebpf v0.5.0 github.com/containerd/console v1.0.2 github.com/coreos/go-systemd/v22 v22.3.1 github.com/godbus/dbus/v5 v5.0.4 github.com/moby/sys/mountinfo v0.4.1 golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 github.com/google/go-cmp v0.5.4 github.com/kr/pretty v0.2.1 github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/cmpopts/equate.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/cmpopts/equate.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2017, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| // Package cmpopts provides common options for the cmp package. | ||||
| package cmpopts | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/cmpopts/ignore.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/cmpopts/ignore.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2017, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| package cmpopts | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/cmpopts/sort.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/cmpopts/sort.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2017, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| package cmpopts | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/cmpopts/struct_filter.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/cmpopts/struct_filter.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2017, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| package cmpopts | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/cmpopts/xform.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/cmpopts/xform.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2018, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| package cmpopts | ||||
|  | ||||
|   | ||||
							
								
								
									
										6
									
								
								vendor/github.com/google/go-cmp/cmp/compare.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								vendor/github.com/google/go-cmp/cmp/compare.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2017, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| // Package cmp determines equality of values. | ||||
| // | ||||
| @@ -100,8 +100,8 @@ func Equal(x, y interface{}, opts ...Option) bool { | ||||
| // same input values and options. | ||||
| // | ||||
| // The output is displayed as a literal in pseudo-Go syntax. | ||||
| // At the start of each line, a "-" prefix indicates an element removed from y, | ||||
| // a "+" prefix to indicates an element added to y, and the lack of a prefix | ||||
| // At the start of each line, a "-" prefix indicates an element removed from x, | ||||
| // a "+" prefix to indicates an element added from y, and the lack of a prefix | ||||
| // indicates an element common to both x and y. If possible, the output | ||||
| // uses fmt.Stringer.String or error.Error methods to produce more humanly | ||||
| // readable outputs. In such cases, the string is prefixed with either an | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/export_panic.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/export_panic.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2017, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| // +build purego | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/export_unsafe.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/export_unsafe.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2017, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| // +build !purego | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/internal/diff/debug_disable.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/internal/diff/debug_disable.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2017, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| // +build !cmp_debug | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/internal/diff/debug_enable.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/internal/diff/debug_enable.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2017, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| // +build cmp_debug | ||||
|  | ||||
|   | ||||
							
								
								
									
										50
									
								
								vendor/github.com/google/go-cmp/cmp/internal/diff/diff.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										50
									
								
								vendor/github.com/google/go-cmp/cmp/internal/diff/diff.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2017, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| // Package diff implements an algorithm for producing edit-scripts. | ||||
| // The edit-script is a sequence of operations needed to transform one list | ||||
| @@ -119,7 +119,7 @@ func (r Result) Similar() bool { | ||||
| 	return r.NumSame+1 >= r.NumDiff | ||||
| } | ||||
|  | ||||
| var randInt = rand.New(rand.NewSource(time.Now().Unix())).Intn(2) | ||||
| var randBool = rand.New(rand.NewSource(time.Now().Unix())).Intn(2) == 0 | ||||
|  | ||||
| // Difference reports whether two lists of lengths nx and ny are equal | ||||
| // given the definition of equality provided as f. | ||||
| @@ -168,17 +168,6 @@ func Difference(nx, ny int, f EqualFunc) (es EditScript) { | ||||
| 	// A vertical edge is equivalent to inserting a symbol from list Y. | ||||
| 	// A diagonal edge is equivalent to a matching symbol between both X and Y. | ||||
|  | ||||
| 	// To ensure flexibility in changing the algorithm in the future, | ||||
| 	// introduce some degree of deliberate instability. | ||||
| 	// This is achieved by fiddling the zigzag iterator to start searching | ||||
| 	// the graph starting from the bottom-right versus than the top-left. | ||||
| 	// The result may differ depending on the starting search location, | ||||
| 	// but still produces a valid edit script. | ||||
| 	zigzagInit := randInt // either 0 or 1 | ||||
| 	if flags.Deterministic { | ||||
| 		zigzagInit = 0 | ||||
| 	} | ||||
|  | ||||
| 	// Invariants: | ||||
| 	//	• 0 ≤ fwdPath.X ≤ (fwdFrontier.X, revFrontier.X) ≤ revPath.X ≤ nx | ||||
| 	//	• 0 ≤ fwdPath.Y ≤ (fwdFrontier.Y, revFrontier.Y) ≤ revPath.Y ≤ ny | ||||
| @@ -197,6 +186,11 @@ func Difference(nx, ny int, f EqualFunc) (es EditScript) { | ||||
| 	// approximately the square-root of the search budget. | ||||
| 	searchBudget := 4 * (nx + ny) // O(n) | ||||
|  | ||||
| 	// Running the tests with the "cmp_debug" build tag prints a visualization | ||||
| 	// of the algorithm running in real-time. This is educational for | ||||
| 	// understanding how the algorithm works. See debug_enable.go. | ||||
| 	f = debug.Begin(nx, ny, f, &fwdPath.es, &revPath.es) | ||||
|  | ||||
| 	// The algorithm below is a greedy, meet-in-the-middle algorithm for | ||||
| 	// computing sub-optimal edit-scripts between two lists. | ||||
| 	// | ||||
| @@ -214,22 +208,28 @@ func Difference(nx, ny int, f EqualFunc) (es EditScript) { | ||||
| 	//	frontier towards the opposite corner. | ||||
| 	//	• This algorithm terminates when either the X coordinates or the | ||||
| 	//	Y coordinates of the forward and reverse frontier points ever intersect. | ||||
| 	// | ||||
|  | ||||
| 	// This algorithm is correct even if searching only in the forward direction | ||||
| 	// or in the reverse direction. We do both because it is commonly observed | ||||
| 	// that two lists commonly differ because elements were added to the front | ||||
| 	// or end of the other list. | ||||
| 	// | ||||
| 	// Running the tests with the "cmp_debug" build tag prints a visualization | ||||
| 	// of the algorithm running in real-time. This is educational for | ||||
| 	// understanding how the algorithm works. See debug_enable.go. | ||||
| 	f = debug.Begin(nx, ny, f, &fwdPath.es, &revPath.es) | ||||
| 	for { | ||||
| 	// Non-deterministically start with either the forward or reverse direction | ||||
| 	// to introduce some deliberate instability so that we have the flexibility | ||||
| 	// to change this algorithm in the future. | ||||
| 	if flags.Deterministic || randBool { | ||||
| 		goto forwardSearch | ||||
| 	} else { | ||||
| 		goto reverseSearch | ||||
| 	} | ||||
|  | ||||
| forwardSearch: | ||||
| 	{ | ||||
| 		// Forward search from the beginning. | ||||
| 		if fwdFrontier.X >= revFrontier.X || fwdFrontier.Y >= revFrontier.Y || searchBudget == 0 { | ||||
| 			break | ||||
| 			goto finishSearch | ||||
| 		} | ||||
| 		for stop1, stop2, i := false, false, zigzagInit; !(stop1 && stop2) && searchBudget > 0; i++ { | ||||
| 		for stop1, stop2, i := false, false, 0; !(stop1 && stop2) && searchBudget > 0; i++ { | ||||
| 			// Search in a diagonal pattern for a match. | ||||
| 			z := zigzag(i) | ||||
| 			p := point{fwdFrontier.X + z, fwdFrontier.Y - z} | ||||
| @@ -262,10 +262,14 @@ func Difference(nx, ny int, f EqualFunc) (es EditScript) { | ||||
| 		} else { | ||||
| 			fwdFrontier.Y++ | ||||
| 		} | ||||
| 		goto reverseSearch | ||||
| 	} | ||||
|  | ||||
| reverseSearch: | ||||
| 	{ | ||||
| 		// Reverse search from the end. | ||||
| 		if fwdFrontier.X >= revFrontier.X || fwdFrontier.Y >= revFrontier.Y || searchBudget == 0 { | ||||
| 			break | ||||
| 			goto finishSearch | ||||
| 		} | ||||
| 		for stop1, stop2, i := false, false, 0; !(stop1 && stop2) && searchBudget > 0; i++ { | ||||
| 			// Search in a diagonal pattern for a match. | ||||
| @@ -300,8 +304,10 @@ func Difference(nx, ny int, f EqualFunc) (es EditScript) { | ||||
| 		} else { | ||||
| 			revFrontier.Y-- | ||||
| 		} | ||||
| 		goto forwardSearch | ||||
| 	} | ||||
|  | ||||
| finishSearch: | ||||
| 	// Join the forward and reverse paths and then append the reverse path. | ||||
| 	fwdPath.connect(revPath.point, f) | ||||
| 	for i := len(revPath.es) - 1; i >= 0; i-- { | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/internal/flags/flags.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/internal/flags/flags.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2019, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| package flags | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/internal/flags/toolchain_legacy.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/internal/flags/toolchain_legacy.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2019, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| // +build !go1.10 | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/internal/flags/toolchain_recent.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/internal/flags/toolchain_recent.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2019, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| // +build go1.10 | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/internal/function/func.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/internal/function/func.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2017, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| // Package function provides functionality for identifying function types. | ||||
| package function | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/internal/value/name.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/internal/value/name.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2020, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| package value | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/internal/value/pointer_purego.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/internal/value/pointer_purego.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2018, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| // +build purego | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/internal/value/pointer_unsafe.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/internal/value/pointer_unsafe.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2018, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| // +build !purego | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/internal/value/sort.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/internal/value/sort.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2017, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| package value | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/internal/value/zero.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/internal/value/zero.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2017, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| package value | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/options.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/options.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2017, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| package cmp | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/path.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/path.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2017, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| package cmp | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/report.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/report.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2017, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| package cmp | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/report_compare.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/report_compare.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2019, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| package cmp | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/report_references.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/report_references.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2020, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| package cmp | ||||
|  | ||||
|   | ||||
							
								
								
									
										4
									
								
								vendor/github.com/google/go-cmp/cmp/report_reflect.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/github.com/google/go-cmp/cmp/report_reflect.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2019, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| package cmp | ||||
|  | ||||
| @@ -351,6 +351,8 @@ func formatMapKey(v reflect.Value, disambiguate bool, ptrs *pointerReferences) s | ||||
| 	opts.PrintAddresses = disambiguate | ||||
| 	opts.AvoidStringer = disambiguate | ||||
| 	opts.QualifiedNames = disambiguate | ||||
| 	opts.VerbosityLevel = maxVerbosityPreset | ||||
| 	opts.LimitVerbosity = true | ||||
| 	s := opts.FormatValue(v, reflect.Map, ptrs).String() | ||||
| 	return strings.TrimSpace(s) | ||||
| } | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/report_slices.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/report_slices.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2019, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| package cmp | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/report_text.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/report_text.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2019, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| package cmp | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/report_value.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/go-cmp/cmp/report_value.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| // Copyright 2019, The Go Authors. All rights reserved. | ||||
| // Use of this source code is governed by a BSD-style | ||||
| // license that can be found in the LICENSE.md file. | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| package cmp | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user