parent
fb6cb32dce
commit
e139f4c128
|
@ -5,8 +5,8 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"git.birbmc.com/canopeas/config"
|
||||
"git.birbmc.com/canopeas/database"
|
||||
"git.canopymc.net/Etzelia/canopeas/config"
|
||||
"git.canopymc.net/Etzelia/canopeas/database"
|
||||
|
||||
"git.birbmc.com/Etzelia/go-serverapi"
|
||||
"github.com/bwmarrin/discordgo"
|
||||
|
|
|
@ -4,7 +4,7 @@ import (
|
|||
"fmt"
|
||||
"strings"
|
||||
|
||||
"git.birbmc.com/canopeas/config"
|
||||
"git.canopymc.net/Etzelia/canopeas/config"
|
||||
|
||||
"github.com/bwmarrin/discordgo"
|
||||
)
|
||||
|
|
|
@ -4,8 +4,8 @@ import (
|
|||
"fmt"
|
||||
"strings"
|
||||
|
||||
"git.birbmc.com/canopeas/config"
|
||||
"git.birbmc.com/canopeas/imgur"
|
||||
"git.canopymc.net/Etzelia/canopeas/config"
|
||||
"git.canopymc.net/Etzelia/canopeas/imgur"
|
||||
|
||||
"github.com/bwmarrin/discordgo"
|
||||
)
|
||||
|
|
|
@ -7,7 +7,7 @@ import (
|
|||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
"git.birbmc.com/canopeas/config"
|
||||
"git.canopymc.net/Etzelia/canopeas/config"
|
||||
|
||||
"git.birbmc.com/Etzelia/go-mcm"
|
||||
"git.birbmc.com/Etzelia/go-mcm/model/django"
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"git.birbmc.com/canopeas/database"
|
||||
"git.canopymc.net/Etzelia/canopeas/database"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
"net/http"
|
||||
"time"
|
||||
|
||||
"git.birbmc.com/canopeas/database"
|
||||
"git.canopymc.net/Etzelia/canopeas/database"
|
||||
|
||||
"git.birbmc.com/Etzelia/go-serverapi"
|
||||
"go.jolheiser.com/beaver"
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module git.birbmc.com/canopeas
|
||||
module git.canopymc.net/Etzelia/canopeas
|
||||
|
||||
go 1.16
|
||||
|
||||
|
|
6
main.go
6
main.go
|
@ -6,9 +6,9 @@ import (
|
|||
"os/signal"
|
||||
"syscall"
|
||||
|
||||
"git.birbmc.com/canopeas/config"
|
||||
"git.birbmc.com/canopeas/database"
|
||||
"git.birbmc.com/canopeas/discord"
|
||||
"git.canopymc.net/Etzelia/canopeas/config"
|
||||
"git.canopymc.net/Etzelia/canopeas/database"
|
||||
"git.canopymc.net/Etzelia/canopeas/discord"
|
||||
|
||||
"go.jolheiser.com/beaver"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue