urizen/go.mod
2020-07-16 06:24:19 +00:00

10 lines
172 B
Modula-2

module git.annabunch.es/annabunches/urizen
go 1.14
require (
github.com/bwmarrin/discordgo v0.21.1
github.com/spf13/viper v1.7.0 // indirect
gopkg.in/yaml.v2 v2.3.0
)