2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 07:57:21 +08:00

refactor: rename go-rat to libtnb

This commit is contained in:
2025-08-02 03:33:20 +08:00
parent 4ea4f0c455
commit 4b98079778
53 changed files with 85 additions and 85 deletions

View File

@@ -5,8 +5,8 @@ import (
"log"
"time"
"github.com/go-rat/utils/copier"
"github.com/go-resty/resty/v2"
"github.com/libtnb/utils/copier"
"github.com/shirou/gopsutil/host"
)

View File

@@ -5,7 +5,7 @@ import (
"slices"
"time"
"github.com/go-rat/utils/env"
"github.com/libtnb/utils/env"
)
type VersionDownload struct {