DB640/go.mod

11 lines
236 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/jinzhu/gorm v1.9.12
)