Deploy the GitHub username change

This commit is contained in:
NI
2020-08-26 11:08:35 +08:00
parent 441374c0d4
commit 706eb93150
40 changed files with 97 additions and 188 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -20,7 +20,7 @@ package command
import (
"errors"
"github.com/niruix/sshwifty/application/rw"
"github.com/nirui/sshwifty/application/rw"
)
// Errors

View File

@@ -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

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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