Change internal package import to github/fatedier

This commit is contained in:
fatedier
2016-02-03 18:23:30 +08:00
parent 0b719326bc
commit 79195d7177
9 changed files with 16 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"strconv"
"frp/pkg/models"
"github.com/fatedier/frp/pkg/models"
ini "github.com/vaughan0/go-ini"
)

View File

@@ -5,9 +5,9 @@ import (
"sync"
"encoding/json"
"frp/pkg/models"
"frp/pkg/utils/conn"
"frp/pkg/utils/log"
"github.com/fatedier/frp/pkg/models"
"github.com/fatedier/frp/pkg/utils/conn"
"github.com/fatedier/frp/pkg/utils/log"
)
func ControlProcess(cli *models.ProxyClient, wait *sync.WaitGroup) {

View File

@@ -4,7 +4,7 @@ import (
"os"
"sync"
"frp/pkg/utils/log"
"github.com/fatedier/frp/pkg/utils/log"
)
func main() {