aboutsummaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-08-21 14:59:23 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-08-21 14:59:23 +0200
commitc04f4d9fff2e753f0477a07a9f8f43fbcba8969e (patch)
treed1c8619b76572b31c475a78e27d61d0e6133f752 /config.go
parent166aadabfb37a1a565bb8d46241682c709b1c4db (diff)
build(go): rename module to use git.anhgelus.world instead of github
Diffstat (limited to 'config.go')
-rw-r--r--config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.go b/config.go
index 7a8c57b..ff0472e 100644
--- a/config.go
+++ b/config.go
@@ -2,6 +2,7 @@ package main
import (
"fmt"
+
"github.com/anhgelus/gokord"
"github.com/pelletier/go-toml/v2"
"gorm.io/driver/postgres"