aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 95746c7fd14c4484fd08e186292682605f8d20bd (plain) (blame)
1
2
3
4
5
6
7
8
module github.com/Whirlsplash/munch

go 1.16

require (
	github.com/bwmarrin/discordgo v0.23.3-0.20210627161652-421e14965030
	github.com/spf13/viper v1.8.1
)