20 lines
557 B
Modula-2
20 lines
557 B
Modula-2
// SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
module hg.lukegb.com/lukegb/depot/go
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/dghubble/gologin/v2 v2.2.0
|
|
github.com/dghubble/oauth1 v0.6.0
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/google/safehtml v0.0.2
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/securecookie v1.1.1
|
|
github.com/gorilla/sessions v1.2.1
|
|
github.com/jackc/pgtype v1.4.2
|
|
github.com/jackc/pgx/v4 v4.8.1
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
)
|