From 35e4bc8ac2f0dae28b45ef72ebf97cf08cface6e Mon Sep 17 00:00:00 2001 From: Piotr Biernat Date: Fri, 6 Dec 2024 14:27:51 +0100 Subject: [PATCH] module update --- consul/discovery.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consul/discovery.go b/consul/discovery.go index c1c7d87..3bc790f 100644 --- a/consul/discovery.go +++ b/consul/discovery.go @@ -6,7 +6,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" )