DB640/go.mod

17 lines
531 B
Modula-2
Raw Permalink Normal View History

2020-03-17 17:22:17 +00:00
module git.1750studios.com/ToddShepard/DB640
2020-03-23 20:08:30 +00:00
go 1.14
2020-03-23 22:56:41 +00:00
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
2020-04-10 16:16:16 +00:00
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.6.2
2020-03-26 17:11:12 +00:00
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
2020-03-23 22:56:41 +00:00
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
2020-03-23 22:56:41 +00:00
)