From c04f4d9fff2e753f0477a07a9f8f43fbcba8969e Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 21 Aug 2025 14:59:23 +0200 Subject: build(go): rename module to use git.anhgelus.world instead of github --- events.go | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'events.go') diff --git a/events.go b/events.go index 4821e38..17a83a0 100644 --- a/events.go +++ b/events.go @@ -2,13 +2,14 @@ package main import ( "fmt" - "github.com/anhgelus/gokord/logger" - "github.com/anhgelus/les-copaings-bot/config" - "github.com/anhgelus/les-copaings-bot/exp" - "github.com/anhgelus/les-copaings-bot/user" - "github.com/bwmarrin/discordgo" "strings" "time" + + "git.anhgelus.world/anhgelus/les-copaings-bot/config" + "git.anhgelus.world/anhgelus/les-copaings-bot/exp" + "git.anhgelus.world/anhgelus/les-copaings-bot/user" + "github.com/anhgelus/gokord/logger" + "github.com/bwmarrin/discordgo" ) const ( -- cgit v1.2.3