File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11package api
22
33import (
4+ "github.com/SSPanel-NeXT/NetStatus-API-Go/config"
45 "github.com/gin-gonic/gin"
5- "github.com/sspanel-uim/NetStatus-API-Go/config"
66 "net"
77 "net/http"
88 "time"
Original file line number Diff line number Diff line change 1- module github.com/sspanel-uim /NetStatus-API-Go
1+ module github.com/SSPanel-NeXT /NetStatus-API-Go
22
3- go 1.22.2
3+ go 1.22
44
55require (
66 github.com/gin-gonic/gin v1.10.0
Original file line number Diff line number Diff line change 11package main
22
33import (
4+ "github.com/SSPanel-NeXT/NetStatus-API-Go/api"
5+ "github.com/SSPanel-NeXT/NetStatus-API-Go/config"
46 "github.com/gin-gonic/gin"
57 "github.com/spf13/pflag"
6- "github.com/sspanel-uim/NetStatus-API-Go/api"
7- "github.com/sspanel-uim/NetStatus-API-Go/config"
88 "strconv"
99)
1010
You can’t perform that action at this time.
0 commit comments