Geeksbot/go.mod
WayfinderAK aa6b9433ba
All checks were successful
Build and Push Container / build-and-push (push) Successful in 4m34s
Remove incomplete raffle service references
2026-05-04 15:48:18 -08:00

14 lines
363 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
)