mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
forking
This commit is contained in:
parent
e222dbd1e3
commit
5257b9db4a
11 changed files with 27 additions and 27 deletions
|
@ -1,8 +1,8 @@
|
|||
package bench
|
||||
|
||||
import (
|
||||
"github.com/antonito/gfile/pkg/session/bench"
|
||||
"github.com/antonito/gfile/pkg/session/common"
|
||||
"github.com/schollz/croc/pkg/session/bench"
|
||||
"github.com/schollz/croc/pkg/session/common"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"gopkg.in/urfave/cli.v1"
|
||||
)
|
||||
|
|
|
@ -3,9 +3,9 @@ package cmd
|
|||
import (
|
||||
"sort"
|
||||
|
||||
"github.com/antonito/gfile/cmd/bench"
|
||||
"github.com/antonito/gfile/cmd/receive"
|
||||
"github.com/antonito/gfile/cmd/send"
|
||||
"github.com/schollz/croc/cmd/bench"
|
||||
"github.com/schollz/croc/cmd/receive"
|
||||
"github.com/schollz/croc/cmd/send"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"gopkg.in/urfave/cli.v1"
|
||||
)
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
||||
"github.com/antonito/gfile/pkg/session/receiver"
|
||||
"github.com/schollz/croc/pkg/session/receiver"
|
||||
"gopkg.in/urfave/cli.v1"
|
||||
)
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@ import (
|
|||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/antonito/gfile/pkg/session/common"
|
||||
"github.com/antonito/gfile/pkg/session/sender"
|
||||
"github.com/schollz/croc/pkg/session/common"
|
||||
"github.com/schollz/croc/pkg/session/sender"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"gopkg.in/urfave/cli.v1"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue