afk/go.mod

13 lines
307 B
Modula-2

module git.canopymc.net/Etzelia/afk
go 1.16
require (
github.com/Tnze/go-mc v1.17.2-0.20220104152428-c724909cd711
github.com/bwmarrin/discordgo v0.23.2
github.com/google/uuid v1.3.0
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/peterbourgon/ff/v3 v3.1.2
github.com/rs/zerolog v1.26.1
)