grim/wasdead

Overhaul the entire database layer force it to only use bitcask for the time being
module bitbucket.org/TheToyz/nowdead
go 1.12
require (
github.com/alecthomas/kingpin v2.2.6+incompatible // indirect
github.com/alecthomas/kong v0.1.16 // indirect
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/bwmarrin/discordgo v0.19.0
github.com/dustin/go-humanize v1.0.0
github.com/go-redis/redis v6.15.2+incompatible // indirect
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0
github.com/nicklaw5/helix v0.5.1
github.com/nicksnyder/go-i18n v1.10.0 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/prologic/bitcask v0.1.6
github.com/sirupsen/logrus v1.4.1
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c
)