// 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/google/safehtml v0.0.2 // indirect
	github.com/gorilla/mux v1.8.0 // indirect
	github.com/spf13/cobra v1.1.3 // indirect
	golang.org/x/text v0.3.5 // indirect
)