From 3922c789755f54dd093d9553677cbc094c3fa834 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 10:07:31 +0000 Subject: [PATCH] Bump github.com/hashicorp/boundary/sdk from 0.0.1 to 0.0.3 Bumps [github.com/hashicorp/boundary/sdk](https://github.com/hashicorp/boundary) from 0.0.1 to 0.0.3. - [Release notes](https://github.com/hashicorp/boundary/releases) - [Changelog](https://github.com/hashicorp/boundary/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/boundary/compare/api/v0.0.1...api/v0.0.3) Signed-off-by: dependabot-preview[bot] --- go.mod | 2 +- go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e12e7d0..78320b1 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/bradfitz/slice v0.0.0-20180809154707-2b758aa73013 github.com/briandowns/spinner v1.11.1 github.com/hashicorp/boundary/api v0.0.1 - github.com/hashicorp/boundary/sdk v0.0.1 + github.com/hashicorp/boundary/sdk v0.0.3 github.com/manifoldco/promptui v0.8.0 github.com/mitchellh/go-homedir v1.1.0 github.com/spf13/cobra v1.1.1 diff --git a/go.sum b/go.sum index 2fcfd27..709697d 100644 --- a/go.sum +++ b/go.sum @@ -275,6 +275,7 @@ github.com/hashicorp/boundary/api v0.0.1 h1:lF6CjaOyOtLqqq1frIiyrNegk5lsthzjHL1P github.com/hashicorp/boundary/api v0.0.1/go.mod h1:78ARq+P7j7/lCOiSDMca5h+2AfZOaWD0MdZxzvvKKnM= github.com/hashicorp/boundary/sdk v0.0.1 h1:ih8Zt/noZJqVkQBMI+EcEfACHoqbwW4r2y50bBcflyI= github.com/hashicorp/boundary/sdk v0.0.1/go.mod h1:hu1j0/j9FY+G/vhl+6zoT18dCFs+wzeyTI+EuTHg4OY= +github.com/hashicorp/boundary/sdk v0.0.3/go.mod h1:hu1j0/j9FY+G/vhl+6zoT18dCFs+wzeyTI+EuTHg4OY= github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q= github.com/hashicorp/consul/api v1.3.0/go.mod h1:MmDNSzIMUjNpY/mQ398R4bk2FnqQLoPndWW5VkKPlCE= github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8=