From 182def0f952622ed25f1c6d00ca718e0b6f7195a Mon Sep 17 00:00:00 2001 From: Ronald Burns Date: Sun, 17 Apr 2022 13:51:47 -0500 Subject: [PATCH] Use HBGames go-discover --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index e99a098ba2ae..cb46cf638cf5 100644 --- a/go.mod +++ b/go.mod @@ -8,6 +8,8 @@ replace github.com/hashicorp/consul/sdk => ./sdk replace launchpad.net/gocheck => github.com/go-check/check v0.0.0-20140225173054-eb6ee6f84d0a +replace github.com/hashicorp/go-discover => github.com/hbgames/go-discover v0.0.0-20220417184207-8803cf42a75b + require ( cloud.google.com/go v0.59.0 // indirect github.com/Microsoft/go-winio v0.4.3 // indirect