switching hosting providers

This commit is contained in:
2020-11-26 20:09:37 -08:00
parent 027d0173bc
commit cb827169dc
28 changed files with 51 additions and 39 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"fmt"
"regexp"
"github.com/kisom/goutils/die"
"git.sr.ht/~kisom/goutils/die"
)
var hasPort = regexp.MustCompile(`:\d+$`)
+2 -2
View File
@@ -11,8 +11,8 @@ import (
"time"
"github.com/cloudflare/cfssl/helpers"
"github.com/kisom/goutils/die"
"github.com/kisom/goutils/lib"
"git.sr.ht/~kisom/goutils/die"
"git.sr.ht/~kisom/goutils/lib"
)
var warnOnly bool
+2 -2
View File
@@ -10,8 +10,8 @@ import (
"github.com/cloudflare/cfssl/helpers"
"github.com/cloudflare/cfssl/revoke"
"github.com/kisom/goutils/die"
"github.com/kisom/goutils/lib"
"git.sr.ht/~kisom/goutils/die"
"git.sr.ht/~kisom/goutils/lib"
)
func printRevocation(cert *x509.Certificate) {
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"strings"
"sync"
"github.com/kisom/goutils/lib"
"git.sr.ht/~kisom/goutils/lib"
"github.com/pkg/sftp"
"golang.org/x/crypto/ssh"
"golang.org/x/crypto/ssh/agent"
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"os"
"path/filepath"
"github.com/kisom/goutils/die"
"git.sr.ht/~kisom/goutils/die"
)
var (
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"io/ioutil"
"log"
"github.com/kisom/goutils/die"
"git.sr.ht/~kisom/goutils/die"
)
func main() {
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"path/filepath"
"strconv"
"github.com/kisom/goutils/die"
"git.sr.ht/~kisom/goutils/die"
)
func init() {
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"io/ioutil"
"os"
"github.com/kisom/goutils/lib"
"git.sr.ht/~kisom/goutils/lib"
)
func prettify(file string, validateOnly bool) error {
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"sort"
"strings"
"github.com/kisom/goutils/die"
"git.sr.ht/~kisom/goutils/die"
)
const dbVersion = "1"
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"io/ioutil"
"os"
"github.com/kisom/goutils/lib"
"git.sr.ht/~kisom/goutils/lib"
)
func main() {
+3 -3
View File
@@ -8,9 +8,9 @@ import (
"io"
"os"
"github.com/kisom/goutils/assert"
"github.com/kisom/goutils/die"
"github.com/kisom/goutils/lib"
"git.sr.ht/~kisom/goutils/assert"
"git.sr.ht/~kisom/goutils/die"
"git.sr.ht/~kisom/goutils/lib"
)
func usage(w io.Writer) {
+2 -2
View File
@@ -11,8 +11,8 @@ import (
"path/filepath"
"strings"
"github.com/kisom/goutils/fileutil"
"github.com/kisom/goutils/lib"
"git.sr.ht/~kisom/goutils/fileutil"
"git.sr.ht/~kisom/goutils/lib"
)
func hashName(path, encodedHash string) string {
+3 -3
View File
@@ -9,9 +9,9 @@ import (
"os"
"path/filepath"
"github.com/kisom/goutils/ahash"
"github.com/kisom/goutils/die"
"github.com/kisom/goutils/lib"
"git.sr.ht/~kisom/goutils/ahash"
"git.sr.ht/~kisom/goutils/die"
"git.sr.ht/~kisom/goutils/lib"
)
func usage(w io.Writer) {
+2 -2
View File
@@ -12,8 +12,8 @@ import (
"sort"
"strings"
"github.com/kisom/goutils/die"
"github.com/kisom/goutils/logging"
"git.sr.ht/~kisom/goutils/die"
"git.sr.ht/~kisom/goutils/logging"
)
var (
+2 -2
View File
@@ -17,8 +17,8 @@ import (
"os"
"strings"
"github.com/kisom/goutils/die"
"github.com/kisom/goutils/lib"
"git.sr.ht/~kisom/goutils/die"
"git.sr.ht/~kisom/goutils/lib"
)
func usage(w io.Writer) {
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"log"
"net"
"github.com/kisom/goutils/die"
"git.sr.ht/~kisom/goutils/die"
)
func proxy(conn net.Conn, inside string) error {
+1 -1
View File
@@ -12,7 +12,7 @@ import (
"net"
"os"
"github.com/kisom/goutils/die"
"git.sr.ht/~kisom/goutils/die"
)
func main() {
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"net"
"os"
"github.com/kisom/goutils/die"
"git.sr.ht/~kisom/goutils/die"
)
func main() {
+2 -2
View File
@@ -9,8 +9,8 @@ import (
"io"
"os"
"github.com/kisom/goutils/die"
"github.com/kisom/goutils/lib"
"git.sr.ht/~kisom/goutils/die"
"git.sr.ht/~kisom/goutils/lib"
)
func init() {
+1 -1
View File
@@ -15,7 +15,7 @@ import (
"log"
"os"
"github.com/kisom/goutils/die"
"git.sr.ht/~kisom/goutils/die"
)
var validPEMs = map[string]bool{