From 46f0f55a28c9562cb196d9282063741fd7652328 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 12 Feb 2021 11:46:02 -0500 Subject: [PATCH] Update SDK in API --- api/go.mod | 4 +--- api/go.sum | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/go.mod b/api/go.mod index 7e2a9ab373..dc9e3b2fec 100644 --- a/api/go.mod +++ b/api/go.mod @@ -2,11 +2,9 @@ module github.com/hashicorp/boundary/api go 1.15 -replace github.com/hashicorp/boundary/sdk => ../sdk - require ( github.com/fatih/structs v1.1.0 - github.com/hashicorp/boundary/sdk v0.0.2 + github.com/hashicorp/boundary/sdk v0.0.3 github.com/hashicorp/go-cleanhttp v0.5.1 github.com/hashicorp/go-kms-wrapping v0.5.16 github.com/hashicorp/go-retryablehttp v0.6.7 diff --git a/api/go.sum b/api/go.sum index 2fc7a138c1..ca70beb76b 100644 --- a/api/go.sum +++ b/api/go.sum @@ -219,6 +219,8 @@ github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c/go.mod h1:E7qHFY github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= +github.com/hashicorp/boundary/sdk v0.0.3 h1:xCj1LLvoLkJ6qP6oyn9k5uVHn8N40TGRG+iw7GdDmmU= +github.com/hashicorp/boundary/sdk v0.0.3/go.mod h1:hu1j0/j9FY+G/vhl+6zoT18dCFs+wzeyTI+EuTHg4OY= github.com/hashicorp/consul/api v1.3.0/go.mod h1:MmDNSzIMUjNpY/mQ398R4bk2FnqQLoPndWW5VkKPlCE= github.com/hashicorp/consul/sdk v0.3.0/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=