depot/web/fup/go.mod

22 lines
643 B
Modula-2
Raw Normal View History

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 (
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
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
github.com/spf13/viper v1.7.1
2021-03-20 23:17:02 +00:00
gocloud.dev v0.22.0
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
)