Geeksbot/go.mod
WayfinderAK a1ee9e35cc
Some checks failed
Build and Push Container / docker (push) Failing after 19m3s
Migrate deployment to Gitea Actions and Portainer
2026-03-22 11:43:22 -08:00

15 lines
424 B
Modula-2

module gitea.wayfinderak.com/wayfinderak/geeksbot
go 1.14
require (
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
)