2020-04-18 02:32:09 +00:00
|
|
|
module go.etztech.xyz/lurk
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-08-10 14:06:41 +00:00
|
|
|
github.com/dghubble/go-twitter v0.0.0-20200725221434-4bc8ad7ad1b4
|
|
|
|
github.com/dghubble/oauth1 v0.6.0
|
2020-10-25 19:49:50 +00:00
|
|
|
github.com/pelletier/go-toml v1.8.1
|
2020-04-18 02:32:09 +00:00
|
|
|
github.com/turnage/graw v0.0.0-20200404033202-65715eea1cd0
|
|
|
|
go.jolheiser.com/beaver v1.0.2
|
|
|
|
)
|