Skip to content

Commit

Permalink
chore: update namespace path
Browse files Browse the repository at this point in the history
  • Loading branch information
Cat committed Jun 4, 2024
1 parent 6f13c6d commit 4471f4a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/api.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package api

import (
"github.com/SSPanel-NeXT/NetStatus-API-Go/config"
"github.com/gin-gonic/gin"
"github.com/sspanel-uim/NetStatus-API-Go/config"
"net"
"net/http"
"time"
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sspanel-uim/NetStatus-API-Go
module github.com/SSPanel-NeXT/NetStatus-API-Go

go 1.22.2
go 1.22

require (
github.com/gin-gonic/gin v1.10.0
Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package main

import (
"github.com/SSPanel-NeXT/NetStatus-API-Go/api"
"github.com/SSPanel-NeXT/NetStatus-API-Go/config"
"github.com/gin-gonic/gin"
"github.com/spf13/pflag"
"github.com/sspanel-uim/NetStatus-API-Go/api"
"github.com/sspanel-uim/NetStatus-API-Go/config"
"strconv"
)

Expand Down

0 comments on commit 4471f4a

Please sign in to comment.