Added go bindata fs to serve web files and added VUE and bootstrap to local files

This commit is contained in:
Nicholas Thompson
2019-02-27 23:26:28 +02:00
committed by ncthompson
parent 8267e71f18
commit 6bd668eb65
11 changed files with 514 additions and 10 deletions

1
go.mod
View File

@@ -1,6 +1,7 @@
module github.com/hpdvanwyk/invertergui
require (
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/gorilla/websocket v1.4.0
github.com/mikepb/go-serial v0.0.0-20180731022703-d5134cecf05a
github.com/prometheus/client_golang v0.9.2