Migrate deployment to Gitea Actions and Portainer

This commit is contained in:
2026-03-22 11:43:22 -08:00
parent df8f5f7430
commit e9a23fb8ad
10 changed files with 178 additions and 95 deletions
+4 -3
View File
@@ -1,8 +1,9 @@
module github.com/dustinpianalto/prepbot
module gitea.wayfinderak.com/wayfinderak/prepbot
go 1.14
require (
github.com/bwmarrin/discordgo v0.22.0
github.com/dustinpianalto/disgoman v0.0.15
github.com/bwmarrin/discordgo v0.29.0 // indirect
github.com/dustinpianalto/discordgo v0.0.4
github.com/dustinpianalto/disgoman v0.0.26
)