14 lines
338 B
Modula-2
14 lines
338 B
Modula-2
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
|
|
github.com/peterbourgon/ff/v3 v3.1.2
|
|
github.com/rs/zerolog v1.26.0
|
|
github.com/turnage/graw v0.0.0-20200404033202-65715eea1cd0
|
|
go.jolheiser.com/disco v0.0.3
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|