depot/web/fup/go.mod

11 lines
235 B
Modula-2
Raw Normal View History

2021-03-20 19:49:33 +00:00
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
)