From 9b36dbb62861fe700acf03d28e6d5495aa38e412 Mon Sep 17 00:00:00 2001 From: Jim Date: Sun, 18 Apr 2021 19:04:31 -0400 Subject: [PATCH] replace go mod statements for api and sdk (#1146) --- go.mod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/go.mod b/go.mod index 703a70fd40..10b18e73fe 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,10 @@ module github.com/hashicorp/boundary go 1.16 +replace github.com/hashicorp/boundary/api => ./api + +replace github.com/hashicorp/boundary/sdk => ./sdk + require ( github.com/armon/go-metrics v0.3.6 github.com/bufbuild/buf v0.37.0