From 6f10cc5c4f42bdfb6fcba6c9a2a3e92db1f0c498 Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Fri, 7 Jun 2019 13:05:56 +0200 Subject: [PATCH] use fancy url for monkey --- cli/cli_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cli_test.go b/cli/cli_test.go index 3fc303e145f..edbfca5df21 100644 --- a/cli/cli_test.go +++ b/cli/cli_test.go @@ -25,9 +25,9 @@ import ( "strings" "testing" + "bou.ke/monkey" "github.com/arduino/arduino-cli/cli/root" paths "github.com/arduino/go-paths-helper" - "github.com/bouk/monkey" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" semver "go.bug.st/relaxed-semver"