From 5243209d96912f0ebea5dcd2cdf96f82815bbca1 Mon Sep 17 00:00:00 2001 From: Jim Date: Wed, 15 Mar 2023 14:08:40 -0400 Subject: [PATCH] chore (sdk/api) fix dep references to point to main (#3088) --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 133423baf7..af6e12e90b 100644 --- a/go.mod +++ b/go.mod @@ -20,8 +20,8 @@ require ( github.com/google/go-cmp v0.5.9 github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.2 - github.com/hashicorp/boundary/api v0.0.34-0.20230215183053-218de6441d53 - github.com/hashicorp/boundary/sdk v0.0.30-0.20230215183053-218de6441d53 + github.com/hashicorp/boundary/api v0.0.34-0.20230315154040-86192f75ebec + github.com/hashicorp/boundary/sdk v0.0.30-0.20230315154040-86192f75ebec github.com/hashicorp/cap v0.1.1 github.com/hashicorp/dawdle v0.4.0 github.com/hashicorp/dbassert v0.0.0-20210708202608-ecf920cf1ed8