added postgres support

This commit is contained in:
2024-02-18 19:04:32 +01:00
parent 38971a9c50
commit 15b79f3fc5
7 changed files with 94 additions and 62 deletions

3
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/vaporvee/tag-bot
module github.com/vaporvee/acecore
go 1.21.6
@@ -10,6 +10,7 @@ require (
require (
github.com/gorilla/websocket v1.4.2 // indirect
github.com/iancoleman/strcase v0.3.0 // indirect
github.com/lib/pq v1.10.9 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
)