This commit is contained in:
MAN00K
2025-07-22 14:08:24 +08:00
parent 35936e0bf2
commit 589d39c893
14 changed files with 17 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ package gfetcd
import (
"context"
"fmt"
"gitlab.com/unitechdev/golib/tlog"
"github.com/MAN00K/unitech_golib/tlog"
"os"
"strings"
"time"

View File

@@ -7,7 +7,7 @@ import (
"strings"
"time"
"gitlab.com/unitechdev/golib/tlog"
"github.com/MAN00K/unitech_golib/tlog"
"github.com/coreos/etcd/clientv3"
etcdnaming "github.com/coreos/etcd/clientv3/naming"