Deploy the GitHub username change
This commit is contained in:
@@ -26,10 +26,10 @@ import (
|
||||
"sync"
|
||||
"syscall"
|
||||
|
||||
"github.com/niruix/sshwifty/application/command"
|
||||
"github.com/niruix/sshwifty/application/configuration"
|
||||
"github.com/niruix/sshwifty/application/log"
|
||||
"github.com/niruix/sshwifty/application/server"
|
||||
"github.com/nirui/sshwifty/application/command"
|
||||
"github.com/nirui/sshwifty/application/configuration"
|
||||
"github.com/nirui/sshwifty/application/log"
|
||||
"github.com/nirui/sshwifty/application/server"
|
||||
)
|
||||
|
||||
// ProccessSignaller send signal to the running application
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -22,7 +22,7 @@ import (
|
||||
"net"
|
||||
"strconv"
|
||||
|
||||
"github.com/niruix/sshwifty/application/rw"
|
||||
"github.com/nirui/sshwifty/application/rw"
|
||||
)
|
||||
|
||||
//Errors
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
package commands
|
||||
|
||||
import (
|
||||
"github.com/niruix/sshwifty/application/command"
|
||||
"github.com/nirui/sshwifty/application/command"
|
||||
)
|
||||
|
||||
// New creates a new commands group
|
||||
|
||||
@@ -20,7 +20,7 @@ package commands
|
||||
import (
|
||||
"errors"
|
||||
|
||||
"github.com/niruix/sshwifty/application/rw"
|
||||
"github.com/nirui/sshwifty/application/rw"
|
||||
)
|
||||
|
||||
// Errors
|
||||
|
||||
@@ -26,11 +26,11 @@ import (
|
||||
|
||||
"golang.org/x/crypto/ssh"
|
||||
|
||||
"github.com/niruix/sshwifty/application/command"
|
||||
"github.com/niruix/sshwifty/application/configuration"
|
||||
"github.com/niruix/sshwifty/application/log"
|
||||
"github.com/niruix/sshwifty/application/network"
|
||||
"github.com/niruix/sshwifty/application/rw"
|
||||
"github.com/nirui/sshwifty/application/command"
|
||||
"github.com/nirui/sshwifty/application/configuration"
|
||||
"github.com/nirui/sshwifty/application/log"
|
||||
"github.com/nirui/sshwifty/application/network"
|
||||
"github.com/nirui/sshwifty/application/rw"
|
||||
)
|
||||
|
||||
// Server -> client signal Consts
|
||||
|
||||
@@ -20,7 +20,7 @@ package commands
|
||||
import (
|
||||
"errors"
|
||||
|
||||
"github.com/niruix/sshwifty/application/rw"
|
||||
"github.com/nirui/sshwifty/application/rw"
|
||||
)
|
||||
|
||||
// Errors
|
||||
|
||||
@@ -23,11 +23,11 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/niruix/sshwifty/application/command"
|
||||
"github.com/niruix/sshwifty/application/configuration"
|
||||
"github.com/niruix/sshwifty/application/log"
|
||||
"github.com/niruix/sshwifty/application/network"
|
||||
"github.com/niruix/sshwifty/application/rw"
|
||||
"github.com/nirui/sshwifty/application/command"
|
||||
"github.com/nirui/sshwifty/application/configuration"
|
||||
"github.com/nirui/sshwifty/application/log"
|
||||
"github.com/nirui/sshwifty/application/network"
|
||||
"github.com/nirui/sshwifty/application/rw"
|
||||
)
|
||||
|
||||
// Errors
|
||||
|
||||
@@ -23,7 +23,7 @@ import (
|
||||
"net"
|
||||
"time"
|
||||
|
||||
"github.com/niruix/sshwifty/application/network"
|
||||
"github.com/nirui/sshwifty/application/network"
|
||||
)
|
||||
|
||||
// Server contains configuration of a HTTP server
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
package configuration
|
||||
|
||||
import (
|
||||
"github.com/niruix/sshwifty/application/log"
|
||||
"github.com/nirui/sshwifty/application/log"
|
||||
)
|
||||
|
||||
// PresetReloader reloads preset
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
package configuration
|
||||
|
||||
import (
|
||||
"github.com/niruix/sshwifty/application/log"
|
||||
"github.com/nirui/sshwifty/application/log"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -25,7 +25,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/niruix/sshwifty/application/log"
|
||||
"github.com/nirui/sshwifty/application/log"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -27,7 +27,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/niruix/sshwifty/application/log"
|
||||
"github.com/nirui/sshwifty/application/log"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -20,7 +20,7 @@ package configuration
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/niruix/sshwifty/application/log"
|
||||
"github.com/nirui/sshwifty/application/log"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -21,7 +21,7 @@ import (
|
||||
"net/http"
|
||||
"strings"
|
||||
|
||||
"github.com/niruix/sshwifty/application/log"
|
||||
"github.com/nirui/sshwifty/application/log"
|
||||
)
|
||||
|
||||
// Error
|
||||
|
||||
@@ -22,10 +22,10 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/niruix/sshwifty/application/command"
|
||||
"github.com/niruix/sshwifty/application/configuration"
|
||||
"github.com/niruix/sshwifty/application/log"
|
||||
"github.com/niruix/sshwifty/application/server"
|
||||
"github.com/nirui/sshwifty/application/command"
|
||||
"github.com/nirui/sshwifty/application/configuration"
|
||||
"github.com/nirui/sshwifty/application/log"
|
||||
"github.com/nirui/sshwifty/application/server"
|
||||
)
|
||||
|
||||
// Errors
|
||||
|
||||
@@ -20,7 +20,7 @@ package controller
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"github.com/niruix/sshwifty/application/log"
|
||||
"github.com/nirui/sshwifty/application/log"
|
||||
)
|
||||
|
||||
func serveFailure(
|
||||
|
||||
@@ -20,7 +20,7 @@ package controller
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"github.com/niruix/sshwifty/application/log"
|
||||
"github.com/nirui/sshwifty/application/log"
|
||||
)
|
||||
|
||||
// home controller
|
||||
|
||||
@@ -33,10 +33,10 @@ import (
|
||||
|
||||
"github.com/gorilla/websocket"
|
||||
|
||||
"github.com/niruix/sshwifty/application/command"
|
||||
"github.com/niruix/sshwifty/application/configuration"
|
||||
"github.com/niruix/sshwifty/application/log"
|
||||
"github.com/niruix/sshwifty/application/rw"
|
||||
"github.com/nirui/sshwifty/application/command"
|
||||
"github.com/nirui/sshwifty/application/configuration"
|
||||
"github.com/nirui/sshwifty/application/log"
|
||||
"github.com/nirui/sshwifty/application/rw"
|
||||
)
|
||||
|
||||
// Errors
|
||||
|
||||
@@ -26,8 +26,8 @@ import (
|
||||
"strconv"
|
||||
"time"
|
||||
|
||||
"github.com/niruix/sshwifty/application/configuration"
|
||||
"github.com/niruix/sshwifty/application/log"
|
||||
"github.com/nirui/sshwifty/application/configuration"
|
||||
"github.com/nirui/sshwifty/application/log"
|
||||
)
|
||||
|
||||
type socketVerification struct {
|
||||
|
||||
@@ -26,7 +26,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/niruix/sshwifty/application/log"
|
||||
"github.com/nirui/sshwifty/application/log"
|
||||
)
|
||||
|
||||
type staticData struct {
|
||||
|
||||
@@ -35,7 +35,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
parentPackage = "github.com/niruix/sshwifty/application/controller"
|
||||
parentPackage = "github.com/nirui/sshwifty/application/controller"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -199,7 +199,7 @@ var (
|
||||
//
|
||||
// Copyright (C) {{ .Date.Year }} Rui NI (nirui@gmx.com)
|
||||
//
|
||||
// https://github.com/niruix/sshwifty
|
||||
// https://github.com/nirui/sshwifty
|
||||
//
|
||||
// This file is generated at {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 MST" }}
|
||||
// by "go generate", DO NOT EDIT! Also, do not open this file, it maybe too large
|
||||
|
||||
@@ -22,7 +22,7 @@ const (
|
||||
Name = "Sshwifty"
|
||||
FullName = "Sshwifty Web SSH Client"
|
||||
Author = "Rui NI <nirui@gmx.com>"
|
||||
URL = "https://github.com/niruix/sshwifty"
|
||||
URL = "https://github.com/nirui/sshwifty"
|
||||
)
|
||||
|
||||
// Banner message
|
||||
|
||||
@@ -21,7 +21,7 @@ import (
|
||||
"net"
|
||||
"time"
|
||||
|
||||
"github.com/niruix/sshwifty/application/network"
|
||||
"github.com/nirui/sshwifty/application/network"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
@@ -27,9 +27,9 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/niruix/sshwifty/application/command"
|
||||
"github.com/niruix/sshwifty/application/configuration"
|
||||
"github.com/niruix/sshwifty/application/log"
|
||||
"github.com/nirui/sshwifty/application/command"
|
||||
"github.com/nirui/sshwifty/application/configuration"
|
||||
"github.com/nirui/sshwifty/application/log"
|
||||
)
|
||||
|
||||
type dumpWrite struct{}
|
||||
|
||||
Reference in New Issue
Block a user