From 43574a1d1c465740470ab4f977be0fdd7824084f Mon Sep 17 00:00:00 2001 From: Piotr Biernat Date: Tue, 24 Dec 2024 18:04:55 +0100 Subject: [PATCH] Consul update --- consul/discovery.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consul/discovery.go b/consul/discovery.go index e418054..5d77abe 100644 --- a/consul/discovery.go +++ b/consul/discovery.go @@ -7,7 +7,7 @@ import ( "strconv" "time" - "git.pbiernat.io/egommerce/go-api-pkg/config" + "git.ego.cloudns.be/egommerce/go-api-pkg/config" consul "github.com/hashicorp/consul/api" "github.com/hashicorp/consul/connect" )