depot/go/twitterchiver/go.mod

9 lines
128 B
Modula-2
Raw Normal View History

2020-10-03 23:17:35 +00:00
module github.com/lukegb/twitterchiver
go 1.14
require (
github.com/dghubble/oauth1 v0.6.0
github.com/jackc/pgx/v4 v4.8.1
)