threadule/backend/go.mod

17 lines
466 B
Modula-2
Raw Normal View History

2021-08-14 10:08:36 +00:00
module threadule/backend
go 1.16
require (
github.com/dghubble/go-twitter v0.0.0-20210609183100-2fdbf421508e
github.com/dghubble/oauth1 v0.7.0
2021-08-14 12:35:45 +00:00
github.com/google/logger v1.1.1
2021-08-14 10:08:36 +00:00
github.com/julienschmidt/httprouter v1.3.0
github.com/kr/pretty v0.1.0 // indirect
2021-08-14 10:08:36 +00:00
github.com/pelletier/go-toml/v2 v2.0.0-beta.3
2021-08-14 11:06:19 +00:00
github.com/satori/go.uuid v1.2.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2021-08-14 10:08:36 +00:00
gorm.io/driver/mysql v1.1.2
gorm.io/gorm v1.21.13
)