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

go 1.16

require (
	github.com/diamondburned/arikawa/v2 v2.1.0
	github.com/spf13/viper v1.8.1
)