From 4c0276b4af0c6372a43b8b43557af9979bd48d08 Mon Sep 17 00:00:00 2001 From: Jim Date: Tue, 29 Jun 2021 07:05:08 -0400 Subject: [PATCH] update sdk dep --- api/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/go.mod b/api/go.mod index 166d5bfd5d..e4bf9a39ba 100644 --- a/api/go.mod +++ b/api/go.mod @@ -6,7 +6,7 @@ replace github.com/hashicorp/boundary/sdk => ../sdk require ( github.com/fatih/structs v1.1.0 - github.com/hashicorp/boundary/sdk v0.0.4 + github.com/hashicorp/boundary/sdk v0.0.5 github.com/hashicorp/go-cleanhttp v0.5.2 github.com/hashicorp/go-kms-wrapping v0.6.1 github.com/hashicorp/go-retryablehttp v0.6.8