From 8d8290b83ea00ff7a401e6871fc1857cae4a1326 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 7 Sep 2021 22:15:16 -0400 Subject: [PATCH] Remove unneeded replace directive --- api/go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/go.mod b/api/go.mod index 41e59ea06d..35899dec47 100644 --- a/api/go.mod +++ b/api/go.mod @@ -2,8 +2,6 @@ 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/go-cleanhttp v0.5.2