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