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
11
user/xp.go
11
user/xp.go
|
@ -1,13 +1,14 @@
|
|||
package user
|
||||
|
||||
import (
|
||||
"github.com/anhgelus/gokord"
|
||||
"github.com/anhgelus/gokord/logger"
|
||||
"github.com/anhgelus/les-copaings-bot/config"
|
||||
"github.com/anhgelus/les-copaings-bot/exp"
|
||||
"github.com/bwmarrin/discordgo"
|
||||
"slices"
|
||||
"sync"
|
||||
|
||||
"git.anhgelus.world/anhgelus/les-copaings-bot/config"
|
||||
"git.anhgelus.world/anhgelus/les-copaings-bot/exp"
|
||||
"github.com/anhgelus/gokord"
|
||||
"github.com/anhgelus/gokord/logger"
|
||||
"github.com/bwmarrin/discordgo"
|
||||
)
|
||||
|
||||
type cXP struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue