Add theme switcher

This commit is contained in:
arnaucube
2020-05-29 00:01:47 +02:00
parent f4a55d1f1e
commit c905e2a5b3
6 changed files with 145 additions and 8 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module md-live-server
go 1.14
require (
github.com/fatih/color v1.9.0
github.com/fsnotify/fsnotify v1.4.9
github.com/gorilla/mux v1.7.4
github.com/gorilla/websocket v1.4.2
github.com/russross/blackfriday/v2 v2.0.1
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
)