diff options
author | Sebastiaan van Stijn <github@gone.nl> | 2020-02-07 14:39:24 +0100 |
---|---|---|
committer | Sebastiaan van Stijn <github@gone.nl> | 2020-02-11 00:06:42 +0100 |
commit | 9f0b3f5609faf69537cdf1882c251deec6e9eb26 (patch) | |
tree | 3c1fb5a8190e27d6c0a6c4041c8ed24228f995d5 /integration-cli/docker_cli_daemon_plugins_test.go | |
parent | c6400be46865296db2891d6cf1324982700537e0 (diff) | |
download | docker-9f0b3f5609faf69537cdf1882c251deec6e9eb26.tar.gz |
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>
Diffstat (limited to 'integration-cli/docker_cli_daemon_plugins_test.go')
-rw-r--r-- | integration-cli/docker_cli_daemon_plugins_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration-cli/docker_cli_daemon_plugins_test.go b/integration-cli/docker_cli_daemon_plugins_test.go index ee7fd9908b..3c16498917 100644 --- a/integration-cli/docker_cli_daemon_plugins_test.go +++ b/integration-cli/docker_cli_daemon_plugins_test.go @@ -7,8 +7,8 @@ import ( "testing" "golang.org/x/sys/unix" - "gotest.tools/assert" - "gotest.tools/icmd" + "gotest.tools/v3/assert" + "gotest.tools/v3/icmd" ) // TestDaemonRestartWithPluginEnabled tests state restore for an enabled plugin |