vendor: udpate

This commit is contained in:
fatedier
2018-05-08 02:13:30 +08:00
parent 39089cf262
commit 8a6d6c534a
99 changed files with 58 additions and 10003 deletions

View File

@@ -21,7 +21,7 @@ import (
"fmt"
"reflect"
"github.com/fatedier/frp/utils/errors"
"github.com/fatedier/frp/models/errors"
)
func unpack(typeByte byte, buffer []byte, msgIn Message) (msg Message, err error) {

View File

@@ -22,7 +22,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/fatedier/frp/utils/errors"
"github.com/fatedier/frp/models/errors"
)
type TestStruct struct{}