// SPDX-FileCopyrightText: 2021 Luke Granger-Brown // // 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 github.com/gorilla/mux v1.8.0 github.com/spf13/cobra v1.1.3 github.com/spf13/viper v1.7.1 // indirect gocloud.dev v0.22.0 golang.org/x/text v0.3.5 // indirect )