mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
修改包名
This commit is contained in:
@@ -2,11 +2,11 @@ package global
|
||||
|
||||
import (
|
||||
"crypto/md5"
|
||||
"natpass/code/utils"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"time"
|
||||
|
||||
"github.com/jkstack/natpass/code/utils"
|
||||
"github.com/lwch/runtime"
|
||||
"github.com/lwch/yaml"
|
||||
)
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
package handler
|
||||
|
||||
import (
|
||||
"natpass/code/network"
|
||||
"strings"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/jkstack/natpass/code/network"
|
||||
"github.com/lwch/logging"
|
||||
)
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
package handler
|
||||
|
||||
import (
|
||||
"natpass/code/network"
|
||||
"sync"
|
||||
"sync/atomic"
|
||||
"time"
|
||||
|
||||
"github.com/jkstack/natpass/code/network"
|
||||
"github.com/lwch/logging"
|
||||
)
|
||||
|
||||
|
||||
@@ -2,12 +2,12 @@ package handler
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"natpass/code/network"
|
||||
"natpass/code/server/global"
|
||||
"net"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/jkstack/natpass/code/network"
|
||||
"github.com/jkstack/natpass/code/server/global"
|
||||
"github.com/lwch/logging"
|
||||
)
|
||||
|
||||
|
||||
+3
-3
@@ -4,14 +4,14 @@ import (
|
||||
"crypto/tls"
|
||||
"flag"
|
||||
"fmt"
|
||||
"natpass/code/server/global"
|
||||
"natpass/code/server/handler"
|
||||
"natpass/code/utils"
|
||||
"net"
|
||||
"os"
|
||||
"path/filepath"
|
||||
rt "runtime"
|
||||
|
||||
"github.com/jkstack/natpass/code/server/global"
|
||||
"github.com/jkstack/natpass/code/server/handler"
|
||||
"github.com/jkstack/natpass/code/utils"
|
||||
"github.com/kardianos/service"
|
||||
"github.com/lwch/logging"
|
||||
"github.com/lwch/runtime"
|
||||
|
||||
Reference in New Issue
Block a user