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

@@ -21,7 +21,7 @@ import (
"net/http"
"strings"
"github.com/niruix/sshwifty/application/log"
"github.com/nirui/sshwifty/application/log"
)
// Error

View File

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

View File

@@ -20,7 +20,7 @@ package controller
import (
"net/http"
"github.com/niruix/sshwifty/application/log"
"github.com/nirui/sshwifty/application/log"
)
func serveFailure(

View File

@@ -20,7 +20,7 @@ package controller
import (
"net/http"
"github.com/niruix/sshwifty/application/log"
"github.com/nirui/sshwifty/application/log"
)
// home controller

View File

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

View File

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

View File

@@ -26,7 +26,7 @@ import (
"strings"
"time"
"github.com/niruix/sshwifty/application/log"
"github.com/nirui/sshwifty/application/log"
)
type staticData struct {

View File

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