depot/go/twitterchiver/go.mod

13 lines
241 B
Modula-2
Raw Normal View History

2020-10-04 00:07:59 +00:00
// SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
//
// SPDX-License-Identifier: Apache-2.0
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
)