DB640/go.mod
2020-04-10 18:16:16 +02:00

17 lines
531 B
Modula-2

module git.1750studios.com/ToddShepard/DB640
go 1.14
require (
github.com/BurntSushi/toml v0.3.1
github.com/dghubble/go-twitter v0.0.0-20190719072343-39e5462e111f
github.com/dghubble/oauth1 v0.6.0
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.6.2
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/jinzhu/gorm v1.9.12
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/sahilm/fuzzy v0.1.0
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
)