Migrate deployment to Gitea Actions and Portainer

This commit is contained in:
2026-03-22 11:43:22 -08:00
parent 1bb20a3c16
commit 3e3d7de9f1
24 changed files with 259 additions and 136 deletions
+5 -5
View File
@@ -1,14 +1,14 @@
module github.com/dustinpianalto/geeksbot
module gitea.wayfinderak.com/wayfinderak/geeksbot
go 1.14
require (
github.com/bwmarrin/discordgo v0.22.1
github.com/dustinpianalto/disgoman v0.0.15
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
github.com/golang-migrate/migrate v3.5.4+incompatible // indirect
github.com/bwmarrin/discordgo v0.29.0 // indirect
github.com/dustinpianalto/discordgo v0.0.4
github.com/dustinpianalto/disgoman v0.0.26
github.com/golang-migrate/migrate/v4 v4.14.1
github.com/gorcon/rcon v1.3.1
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/lib/pq v1.8.0
github.com/olebedev/when v0.0.0-20211212231525-59bd4edcf9d6
)