21 lines
711 B
Modula-2
21 lines
711 B
Modula-2
module subscribe-bot
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect
|
|
github.com/bwmarrin/discordgo v0.22.0
|
|
github.com/dustin/go-humanize v1.0.0
|
|
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
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-git/go-git/v5 v5.2.0
|
|
github.com/gorilla/sessions v1.2.1 // indirect
|
|
github.com/kofalt/go-memoize v0.0.0-20200917044458-9b55a8d73e1c
|
|
github.com/pkg/errors v0.8.1
|
|
golang.org/x/sync v0.0.0-20201008141435-b3e1573b7520
|
|
gorm.io/driver/sqlite v1.1.4
|
|
gorm.io/gorm v1.21.12
|
|
)
|