depot/go/twitterchiver/go.mod

12 lines
241 B
Modula-2

// SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
//
// SPDX-License-Identifier: Apache-2.0
module github.com/lukegb/twitterchiver
go 1.14
require (
github.com/dghubble/oauth1 v0.6.0
github.com/jackc/pgx/v4 v4.8.1
)