Changed code.dnix.de to git.dnix.de
This commit is contained in:
parent
1edeefa0ff
commit
3c7b7e5727
|
@ -20,7 +20,7 @@ import (
|
||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"code.dnix.de/an/xlog"
|
"git.dnix.de/an/xlog"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
|
@ -11,9 +11,8 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"code.dnix.de/an/flokatilib/util"
|
"git.dnix.de/an/flokatilib/util"
|
||||||
|
"git.dnix.de/an/xlog"
|
||||||
"code.dnix.de/an/xlog"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type quizQuestion struct {
|
type quizQuestion struct {
|
||||||
|
|
|
@ -15,7 +15,7 @@ import (
|
||||||
"os"
|
"os"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"code.dnix.de/an/xlog"
|
"git.dnix.de/an/xlog"
|
||||||
|
|
||||||
gorss "github.com/jteeuwen/go-pkg-rss"
|
gorss "github.com/jteeuwen/go-pkg-rss"
|
||||||
"github.com/jteeuwen/go-pkg-xmlx"
|
"github.com/jteeuwen/go-pkg-xmlx"
|
||||||
|
|
|
@ -14,9 +14,8 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"code.dnix.de/an/xlog"
|
"git.dnix.de/an/flokatilib/util"
|
||||||
|
"git.dnix.de/an/xlog"
|
||||||
"code.dnix.de/an/flokatilib/util"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
|
@ -14,9 +14,8 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"code.dnix.de/an/xlog"
|
"git.dnix.de/an/flokatilib/util"
|
||||||
|
"git.dnix.de/an/xlog"
|
||||||
"code.dnix.de/an/flokatilib/util"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type TwitchChannelObject struct {
|
type TwitchChannelObject struct {
|
||||||
|
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"code.dnix.de/an/xlog"
|
"git.dnix.de/an/xlog"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in New Issue