Deploy the GitHub username change
This commit is contained in:
@@ -22,9 +22,9 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/niruix/sshwifty/application/log"
|
||||
"github.com/niruix/sshwifty/application/network"
|
||||
"github.com/niruix/sshwifty/application/rw"
|
||||
"github.com/nirui/sshwifty/application/log"
|
||||
"github.com/nirui/sshwifty/application/network"
|
||||
"github.com/nirui/sshwifty/application/rw"
|
||||
)
|
||||
|
||||
// Configuration contains configuration data needed to run command
|
||||
|
||||
@@ -21,8 +21,8 @@ import (
|
||||
"errors"
|
||||
"fmt"
|
||||
|
||||
"github.com/niruix/sshwifty/application/configuration"
|
||||
"github.com/niruix/sshwifty/application/log"
|
||||
"github.com/nirui/sshwifty/application/configuration"
|
||||
"github.com/nirui/sshwifty/application/log"
|
||||
)
|
||||
|
||||
// Consts
|
||||
|
||||
@@ -20,7 +20,7 @@ package command
|
||||
import (
|
||||
"errors"
|
||||
|
||||
"github.com/niruix/sshwifty/application/rw"
|
||||
"github.com/nirui/sshwifty/application/rw"
|
||||
)
|
||||
|
||||
// Errors
|
||||
|
||||
@@ -24,8 +24,8 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/niruix/sshwifty/application/log"
|
||||
"github.com/niruix/sshwifty/application/rw"
|
||||
"github.com/nirui/sshwifty/application/log"
|
||||
"github.com/nirui/sshwifty/application/rw"
|
||||
)
|
||||
|
||||
// Errors
|
||||
|
||||
@@ -23,8 +23,8 @@ import (
|
||||
"sync"
|
||||
"testing"
|
||||
|
||||
"github.com/niruix/sshwifty/application/log"
|
||||
"github.com/niruix/sshwifty/application/rw"
|
||||
"github.com/nirui/sshwifty/application/log"
|
||||
"github.com/nirui/sshwifty/application/rw"
|
||||
)
|
||||
|
||||
func testDummyFetchGen(data []byte) rw.FetchReaderFetcher {
|
||||
|
||||
@@ -24,8 +24,8 @@ import (
|
||||
"sync"
|
||||
"testing"
|
||||
|
||||
"github.com/niruix/sshwifty/application/log"
|
||||
"github.com/niruix/sshwifty/application/rw"
|
||||
"github.com/nirui/sshwifty/application/log"
|
||||
"github.com/nirui/sshwifty/application/rw"
|
||||
)
|
||||
|
||||
func testDummyFetchChainGen(dd <-chan []byte) rw.FetchReaderFetcher {
|
||||
|
||||
@@ -21,8 +21,8 @@ import (
|
||||
"errors"
|
||||
"io"
|
||||
|
||||
"github.com/niruix/sshwifty/application/log"
|
||||
"github.com/niruix/sshwifty/application/rw"
|
||||
"github.com/nirui/sshwifty/application/log"
|
||||
"github.com/nirui/sshwifty/application/rw"
|
||||
)
|
||||
|
||||
// Errors
|
||||
|
||||
Reference in New Issue
Block a user