subscribe-bot/go.mod

22 lines
711 B
Modula-2
Raw Normal View History

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
github.com/kofalt/go-memoize v0.0.0-20200917044458-9b55a8d73e1c
2021-07-20 19:40:30 +00:00
github.com/pkg/errors v0.8.1
2020-10-11 19:32:58 +00:00
golang.org/x/sync v0.0.0-20201008141435-b3e1573b7520
2021-07-21 22:09:06 +00:00
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.12
2020-10-11 19:32:58 +00:00
)