2020-10-11 19:32:58 +00:00
|
|
|
module subscribe-bot
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2020-10-14 19:08:38 +00:00
|
|
|
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect
|
2020-10-11 19:32:58 +00:00
|
|
|
github.com/bwmarrin/discordgo v0.22.0
|
2020-10-14 20:58:01 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2020-10-14 19:08:38 +00:00
|
|
|
github.com/foolin/goview v0.3.0
|
|
|
|
github.com/gin-contrib/static v0.0.0-20200916080430-d45d9a37d28e
|
|
|
|
github.com/gin-gonic/contrib v0.0.0-20201005132743-ca038bbf2944
|
2020-10-12 14:12:09 +00:00
|
|
|
github.com/gin-gonic/gin v1.6.3
|
2020-10-12 08:50:18 +00:00
|
|
|
github.com/go-git/go-git/v5 v5.2.0
|
2020-10-14 19:08:38 +00:00
|
|
|
github.com/gorilla/sessions v1.2.1 // indirect
|
2020-10-14 19:46:20 +00:00
|
|
|
github.com/kofalt/go-memoize v0.0.0-20200917044458-9b55a8d73e1c
|
2020-10-11 19:32:58 +00:00
|
|
|
go.etcd.io/bbolt v1.3.5
|
|
|
|
golang.org/x/sync v0.0.0-20201008141435-b3e1573b7520
|
|
|
|
)
|