Files
md-live-server/go.mod

14 lines
293 B
Modula-2

module md-live-server
go 1.19
require (
github.com/fatih/color v1.9.0
github.com/fsnotify/fsnotify v1.4.9
github.com/gomarkdown/markdown v0.0.0-20220627144906-e9a81102ebeb
github.com/gorilla/mux v1.7.4
github.com/gorilla/websocket v1.4.2
)
require golang.org/x/sys v0.10.0 // indirect