diff --git a/api/go.mod b/api/go.mod index de874a3c02b6..d695ecfd7c63 100644 --- a/api/go.mod +++ b/api/go.mod @@ -2,7 +2,7 @@ module github.com/hashicorp/consul/api go 1.19 -replace github.com/hashicorp/consul/sdk => ../sdk +//replace github.com/hashicorp/consul/sdk => ../sdk require ( github.com/google/go-cmp v0.5.9