From 42c902ec3e5bbc29779154b2d62574c8b8454f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 8 Jan 2019 15:23:32 +0000 Subject: [PATCH] Bump github.com/bouk/monkey from `5df1f20` to 1.0.0 Bumps [github.com/bouk/monkey](https://github.com/bouk/monkey) from `5df1f20` to 1.0.0. This release includes the previously tagged commit. - [Release notes](https://github.com/bouk/monkey/releases) - [Commits](https://github.com/bouk/monkey/compare/5df1f207ff77e025801505ae4d903133a0b4353f...v1.0.0) Signed-off-by: dependabot[bot] --- Gopkg.lock | 21 +++++++++++++++++++++ Gopkg.toml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/Gopkg.lock b/Gopkg.lock index 8e7a2ccc610..f89e9825b00 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -20,6 +20,26 @@ revision = "8f0fb63d56c77aa3265ea387b777970df2442977" source = "github.com/arduino/arduino-builder" +[[projects]] + digest = "1:885f53854ae0e4a5adc76ac2416f42f8ec9505bf524b52e3b80a9d635b08ae40" + name = "github.com/arduino/arduino-cli" + packages = [ + "arduino/cores", + "arduino/cores/packageindex", + "arduino/cores/packagemanager", + "arduino/libraries", + "arduino/libraries/librariesindex", + "arduino/libraries/librariesmanager", + "arduino/libraries/librariesresolver", + "arduino/resources", + "arduino/utils", + "common/formatter", + "configs", + ] + pruneopts = "UT" + revision = "0031c6d985d6f11f68995e725083e603c0c77860" + version = "0.3.3-alpha.preview" + [[projects]] branch = "master" digest = "1:16e26ae59d3dbd322a03511c1a56731aa4722743e5f8294f9fead841e6930b71" @@ -74,6 +94,7 @@ packages = ["."] pruneopts = "UT" revision = "5df1f207ff77e025801505ae4d903133a0b4353f" + version = "v1.0.0" [[projects]] digest = "1:be677f4dfba4c2ea3e2bd6178175a818197c2d592f2c367b1051146a26a2c5c4" diff --git a/Gopkg.toml b/Gopkg.toml index 012e9ab1530..5096b17bbbe 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -98,7 +98,7 @@ [[constraint]] name = "github.com/bouk/monkey" - revision = "5df1f207ff77e025801505ae4d903133a0b4353f" + version = "^1.0.0" [prune] go-tests = true