Moved to Gitlab.

This commit is contained in:
2019-02-22 18:03:08 +05:00
parent 0e497d9b71
commit 23510e22a0
21 changed files with 40 additions and 40 deletions

View File

@@ -19,7 +19,7 @@ package pusherinterface
import (
// local
"source.pztrn.name/misc/opensaps/slack/message"
"gitlab.com/pztrn/opensaps/slack/message"
)
type PusherInterface interface {

View File

@@ -19,8 +19,8 @@ package matrixpusher
import (
// local
"source.pztrn.name/misc/opensaps/context"
"source.pztrn.name/misc/opensaps/pushers/interface"
"gitlab.com/pztrn/opensaps/context"
"gitlab.com/pztrn/opensaps/pushers/interface"
)
var (

View File

@@ -30,7 +30,7 @@ import (
"strings"
// local
"source.pztrn.name/misc/opensaps/slack/message"
"gitlab.com/pztrn/opensaps/slack/message"
)
// Constants for random transaction ID.

View File

@@ -19,7 +19,7 @@ package matrixpusher
import (
// local
"source.pztrn.name/misc/opensaps/slack/message"
"gitlab.com/pztrn/opensaps/slack/message"
)
type MatrixPusher struct{}

View File

@@ -19,8 +19,8 @@ package telegrampusher
import (
// local
"source.pztrn.name/misc/opensaps/context"
"source.pztrn.name/misc/opensaps/pushers/interface"
"gitlab.com/pztrn/opensaps/context"
"gitlab.com/pztrn/opensaps/pushers/interface"
)
var (

View File

@@ -26,7 +26,7 @@ import (
"strings"
// local
"source.pztrn.name/misc/opensaps/slack/message"
"gitlab.com/pztrn/opensaps/slack/message"
)
type TelegramConnection struct {

View File

@@ -19,7 +19,7 @@ package telegrampusher
import (
// local
"source.pztrn.name/misc/opensaps/slack/message"
"gitlab.com/pztrn/opensaps/slack/message"
)
type TelegramPusher struct{}