ottomate/go.mod

10 lines
166 B
Modula-2
Raw Permalink Normal View History

2020-12-17 23:53:26 +00:00
module meow.tf/ottomate
go 1.15
require (
github.com/diamondburned/arikawa v1.3.14
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/spf13/viper v1.7.1
)