21 lines
643 B
Modula-2
21 lines
643 B
Modula-2
// SPDX-FileCopyrightText: 2021 Luke Granger-Brown <depot@lukegb.com>
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
module hg.lukegb.com/lukegb/depot/web/fup
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/coreos/go-oidc/v3 v3.0.0 // indirect
|
|
github.com/coreos/go-systemd/v22 v22.3.0
|
|
github.com/dustinkirkland/golang-petname v0.0.0-20191129215211-8e5a1ed0cff0
|
|
github.com/gabriel-vasile/mimetype v1.2.0
|
|
github.com/google/safehtml v0.0.2
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/spf13/viper v1.7.1
|
|
gocloud.dev v0.22.0
|
|
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602 // indirect
|
|
golang.org/x/text v0.3.5 // indirect
|
|
)
|