mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
style(go): sort imports
This commit is contained in:
parent
14d985a9f6
commit
c5f5038d35
29 changed files with 29 additions and 29 deletions
|
@ -2,12 +2,12 @@ package analytic
|
|||
|
||||
import (
|
||||
"encoding/json"
|
||||
"github.com/uozi-tech/cosy/logger"
|
||||
"github.com/0xJacky/Nginx-UI/internal/transport"
|
||||
"github.com/0xJacky/Nginx-UI/internal/upgrader"
|
||||
"github.com/0xJacky/Nginx-UI/model"
|
||||
"github.com/shirou/gopsutil/v3/load"
|
||||
"github.com/shirou/gopsutil/v3/net"
|
||||
"github.com/uozi-tech/cosy/logger"
|
||||
"io"
|
||||
"net/http"
|
||||
"net/url"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue