aboutsummaryrefslogtreecommitdiff
path: root/go.sum
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-03-05 12:21:04 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-03-07 13:31:35 +0100
commit88e1b886e5471552c055374f71d848d3a3dcb4b6 (patch)
treed3e64db1fa350339ac147c04d02ab7baea82e6d9 /go.sum
parent89b23632f5ceeebd82132210c1407dc9514a547b (diff)
feat(db): connect with sql instead of gorm
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.sum b/go.sum
index a89e73d..ee8a297 100644
--- a/go.sum
+++ b/go.sum
@@ -49,6 +49,8 @@ github.com/jinzhu/now v1.1.5/go.mod h1:d3SSVoowX0Lcu0IBviAWJpolVfI5UJVZZ7cO71lE/
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=
github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
+github.com/lib/pq v1.11.2 h1:x6gxUeu39V0BHZiugWe8LXZYZ+Utk7hSJGThs8sdzfs=
+github.com/lib/pq v1.11.2/go.mod h1:/p+8NSbOcwzAEI7wiMXFlgydTwcgTr3OSKMsD2BitpA=
github.com/nyttikord/gokord v0.33.1 h1:kBDqz/2dmENOW+zQ8Iv3p9Iv3MQ59XFT9wI+NrF3mtE=
github.com/nyttikord/gokord v0.33.1/go.mod h1:PS/ntyzpniZyArWmFa5OvOn6qJ5VnzRlRdDlTlcK3+c=
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=