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 (
|
2022-03-15 03:07:34 +00:00
|
|
|
github.com/coreos/go-systemd/v22 v22.3.2
|
2020-10-03 23:17:35 +00:00
|
|
|
github.com/dghubble/oauth1 v0.6.0
|
2022-03-15 03:07:34 +00:00
|
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
|
|
github.com/google/go-cmp v0.5.6
|
2020-10-31 17:04:30 +00:00
|
|
|
github.com/google/safehtml v0.0.2
|
2022-03-15 03:07:34 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2020-10-04 13:36:31 +00:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2022-03-15 03:07:34 +00:00
|
|
|
github.com/hashicorp/vault/api v1.4.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
|
2022-03-15 03:07:34 +00:00
|
|
|
github.com/pomerium/sdk-go v0.0.5
|
|
|
|
github.com/prometheus/client_golang v1.12.1
|
|
|
|
gocloud.dev v0.24.0
|
|
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
|
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2020-10-03 23:17:35 +00:00
|
|
|
)
|