change source to new repo

This commit is contained in:
Nathan Hack 2021-11-19 11:25:09 -05:00
parent babe3513b0
commit bef3c6ddbd
5 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ import (
"strings" "strings"
"sync" "sync"
"github.com/tidwall/redcon" "github.com/nathanhack/redcon"
) )
var addr = ":6380" var addr = ":6380"

View File

@ -3,7 +3,7 @@ package main
import ( import (
"log" "log"
"github.com/tidwall/redcon" "github.com/nathanhack/redcon"
) )
var addr = ":6380" var addr = ":6380"

View File

@ -4,7 +4,7 @@ import (
"log" "log"
"sync" "sync"
"github.com/tidwall/redcon" "github.com/nathanhack/redcon"
) )
type Handler struct { type Handler struct {

View File

@ -6,7 +6,7 @@ import (
"strings" "strings"
"sync" "sync"
"github.com/tidwall/redcon" "github.com/nathanhack/redcon"
) )
const serverKey = `-----BEGIN EC PARAMETERS----- const serverKey = `-----BEGIN EC PARAMETERS-----

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/tidwall/redcon module github.com/nathanhack/redcon
go 1.15 go 1.15