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-04 10:33:08 +00:00
|
|
|
module hg.lukegb.com/lukegb/depot/go
|
2020-10-03 23:17:35 +00:00
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-10-04 10:33:08 +00:00
|
|
|
github.com/dghubble/gologin/v2 v2.2.0
|
2020-10-03 23:17:35 +00:00
|
|
|
github.com/dghubble/oauth1 v0.6.0
|
2020-10-04 13:36:31 +00:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2020-10-31 17:04:30 +00:00
|
|
|
github.com/google/safehtml v0.0.2
|
2020-10-04 13:36:31 +00:00
|
|
|
github.com/gorilla/mux v1.8.0
|
|
|
|
github.com/gorilla/securecookie v1.1.1
|
|
|
|
github.com/gorilla/sessions v1.2.1
|
2020-10-20 23:30:50 +00:00
|
|
|
github.com/jackc/pgtype v1.4.2
|
2020-10-03 23:17:35 +00:00
|
|
|
github.com/jackc/pgx/v4 v4.8.1
|
2021-03-30 20:59:18 +00:00
|
|
|
github.com/pomerium/sdk-go v0.0.5 // indirect
|
2020-10-04 13:36:31 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
2020-10-03 23:17:35 +00:00
|
|
|
)
|