build(go): rename module to use git.anhgelus.world instead of github
This commit is contained in:
parent
166aadabfb
commit
c04f4d9fff
14 changed files with 38 additions and 34 deletions
6
main.go
6
main.go
|
@ -7,12 +7,12 @@ import (
|
|||
"os"
|
||||
"time"
|
||||
|
||||
"git.anhgelus.world/anhgelus/les-copaings-bot/commands"
|
||||
"git.anhgelus.world/anhgelus/les-copaings-bot/config"
|
||||
"git.anhgelus.world/anhgelus/les-copaings-bot/user"
|
||||
"github.com/anhgelus/gokord"
|
||||
"github.com/anhgelus/gokord/cmd"
|
||||
"github.com/anhgelus/gokord/logger"
|
||||
"github.com/anhgelus/les-copaings-bot/commands"
|
||||
"github.com/anhgelus/les-copaings-bot/config"
|
||||
"github.com/anhgelus/les-copaings-bot/user"
|
||||
"github.com/bwmarrin/discordgo"
|
||||
"github.com/joho/godotenv"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue