From b0f15b8508945f593873ff522e842d6962323067 Mon Sep 17 00:00:00 2001 From: kenjitheman Date: Thu, 15 Feb 2024 01:20:14 +0200 Subject: [PATCH] chore: change username --- bot/bot.go | 2 +- go.mod | 2 +- main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bot/bot.go b/bot/bot.go index 2ce5e7a..16cd4c3 100644 --- a/bot/bot.go +++ b/bot/bot.go @@ -2,7 +2,7 @@ package bot import ( "fmt" - "github.com/btwkenji/animun/api" + "github.com/kenjitheman/animun/api" "github.com/darenliang/jikan-go" "github.com/joho/godotenv" "log" diff --git a/go.mod b/go.mod index 23e4158..85eb0cd 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/btwkenji/animun +module github.com/kenjitheman/animun go 1.21.3 diff --git a/main.go b/main.go index a55defb..5e4f25b 100644 --- a/main.go +++ b/main.go @@ -1,7 +1,7 @@ package main import ( - "github.com/btwkenji/animun/bot" + "github.com/kenjitheman/animun/bot" ) func main() {