2021-03-24 01:28:06 +00:00
|
|
|
module go.jolheiser.com/lurk
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/dghubble/go-twitter v0.0.0-20200725221434-4bc8ad7ad1b4
|
|
|
|
github.com/dghubble/oauth1 v0.6.0
|
2022-11-08 04:23:53 +00:00
|
|
|
github.com/peterbourgon/ff/v3 v3.1.2
|
2021-12-17 04:40:07 +00:00
|
|
|
github.com/rs/zerolog v1.26.0
|
2021-03-24 01:28:06 +00:00
|
|
|
github.com/turnage/graw v0.0.0-20200404033202-65715eea1cd0
|
2021-03-24 03:21:41 +00:00
|
|
|
go.jolheiser.com/disco v0.0.3
|
2022-11-08 04:23:53 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2021-03-24 01:28:06 +00:00
|
|
|
)
|