chore: move analytic to internal

This commit is contained in:
0xJacky 2023-05-05 12:51:13 +08:00 committed by Hintay
parent ee1f67b3cd
commit 47572984ea
No known key found for this signature in database
GPG key ID: 120FC7FF121F2F2D
3 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@ package api
import (
"fmt"
"github.com/0xJacky/Nginx-UI/server/analytic"
"github.com/0xJacky/Nginx-UI/server/internal/analytic"
"github.com/pkg/errors"
"github.com/shirou/gopsutil/v3/cpu"
"github.com/shirou/gopsutil/v3/disk"