1
0
mirror of https://github.com/docker/cli.git synced 2025-08-31 23:02:07 +03:00

bump gotest.tools v3.0.1 for compatibility with Go 1.14

full diff: https://github.com/gotestyourself/gotest.tools/compare/v2.3.0...v3.0.1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2020-02-22 18:12:14 +01:00
parent 740919cc7f
commit 2c0e93063b
248 changed files with 765 additions and 611 deletions

View File

@@ -3,8 +3,8 @@ package kubernetes
import (
"testing"
"gotest.tools/assert"
is "gotest.tools/assert/cmp"
"gotest.tools/v3/assert"
is "gotest.tools/v3/assert/cmp"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)