refactor(mod): Change module name
This commit is contained in:
8
main.go
8
main.go
@@ -5,10 +5,10 @@ import (
|
||||
"os/signal"
|
||||
"time"
|
||||
|
||||
"wol-sol-agent/auth"
|
||||
"wol-sol-agent/config"
|
||||
"wol-sol-agent/server"
|
||||
"wol-sol-agent/utils"
|
||||
"wolsol-agent/auth"
|
||||
"wolsol-agent/config"
|
||||
"wolsol-agent/server"
|
||||
"wolsol-agent/utils"
|
||||
|
||||
"git.secnex.io/secnex/masterlog"
|
||||
)
|
||||
|
||||
@@ -5,8 +5,8 @@ import (
|
||||
"net/http"
|
||||
"time"
|
||||
|
||||
"wol-sol-agent/auth"
|
||||
"wol-sol-agent/system"
|
||||
"wolsol-agent/auth"
|
||||
"wolsol-agent/system"
|
||||
|
||||
"git.secnex.io/secnex/masterlog"
|
||||
)
|
||||
|
||||
@@ -6,9 +6,9 @@ import (
|
||||
"net"
|
||||
"time"
|
||||
|
||||
"wol-sol-agent/auth"
|
||||
"wol-sol-agent/magicpacket"
|
||||
"wol-sol-agent/system"
|
||||
"wolsol-agent/auth"
|
||||
"wolsol-agent/magicpacket"
|
||||
"wolsol-agent/system"
|
||||
|
||||
"git.secnex.io/secnex/masterlog"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user