9 lines
128 B
Modula-2
9 lines
128 B
Modula-2
|
module github.com/lukegb/twitterchiver
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/dghubble/oauth1 v0.6.0
|
||
|
github.com/jackc/pgx/v4 v4.8.1
|
||
|
)
|