2021-03-20 20:40:40 +00:00
|
|
|
// SPDX-FileCopyrightText: 2021 Luke Granger-Brown <depot@lukegb.com>
|
|
|
|
//
|
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2021-03-20 19:49:33 +00:00
|
|
|
module hg.lukegb.com/lukegb/depot/web/fup
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2021-04-03 13:49:45 +00:00
|
|
|
github.com/coreos/go-oidc/v3 v3.0.0 // indirect
|
2021-03-22 02:41:59 +00:00
|
|
|
github.com/coreos/go-systemd/v22 v22.3.0
|
2021-03-21 16:52:53 +00:00
|
|
|
github.com/dustinkirkland/golang-petname v0.0.0-20191129215211-8e5a1ed0cff0
|
2021-03-21 18:04:37 +00:00
|
|
|
github.com/gabriel-vasile/mimetype v1.2.0
|
2021-03-20 23:17:02 +00:00
|
|
|
github.com/google/safehtml v0.0.2
|
|
|
|
github.com/gorilla/mux v1.8.0
|
|
|
|
github.com/spf13/cobra v1.1.3
|
2021-03-21 16:52:53 +00:00
|
|
|
github.com/spf13/viper v1.7.1
|
2021-03-20 23:17:02 +00:00
|
|
|
gocloud.dev v0.22.0
|
2021-04-03 13:49:45 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602 // indirect
|
2021-03-20 19:49:33 +00:00
|
|
|
golang.org/x/text v0.3.5 // indirect
|
|
|
|
)
|