vendor: update gotest.tools v3.0.2
full diff: https://github.com/gotestyourself/gotest.tools/compare/v2.3.0...v3.0.2 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
		| @@ -23,7 +23,7 @@ import ( | ||||
| 	"sort" | ||||
| 	"testing" | ||||
|  | ||||
| 	"gotest.tools/assert" | ||||
| 	"gotest.tools/v3/assert" | ||||
|  | ||||
| 	"github.com/containerd/containerd/plugin" | ||||
| ) | ||||
|   | ||||
| @@ -20,8 +20,8 @@ import ( | ||||
| 	"testing" | ||||
|  | ||||
| 	srvconfig "github.com/containerd/containerd/services/server/config" | ||||
| 	"gotest.tools/assert" | ||||
| 	is "gotest.tools/assert/cmp" | ||||
| 	"gotest.tools/v3/assert" | ||||
| 	is "gotest.tools/v3/assert/cmp" | ||||
| ) | ||||
|  | ||||
| func TestCreateTopLevelDirectoriesErrorsWithSamePathForRootAndState(t *testing.T) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sebastiaan van Stijn
					Sebastiaan van Stijn