Skip to content

Commit 4471f4a

Browse files
author
Cat
committed
chore: update namespace path
1 parent 6f13c6d commit 4471f4a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

api/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package api
22

33
import (
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"

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
require (
66
github.com/gin-gonic/gin v1.10.0

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package main
22

33
import (
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

0 commit comments

Comments
 (0)