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

@@ -2,7 +2,7 @@ package main
import (
"fmt"
"gitlab.com/unitechdev/golib/metric"
"github.com/MAN00K/unitech_golib/metric"
)
func main() {

View File

@@ -2,8 +2,8 @@ package main
import (
"fmt"
"github.com/MAN00K/unitech_golib/metric"
"github.com/prometheus/client_golang/prometheus"
"gitlab.com/unitechdev/golib/metric"
"time"
)

View File

@@ -9,9 +9,9 @@ import (
"strconv"
"time"
"github.com/MAN00K/unitech_golib/tlog"
consulapi "github.com/hashicorp/consul/api"
"github.com/prometheus/client_golang/prometheus/promhttp"
"gitlab.com/unitechdev/golib/tlog"
)
const (