Removed go-bindata-assetfs and replaced with statik

This commit is contained in:
Nicholas Thompson
2019-02-28 21:36:52 +02:00
committed by ncthompson
parent 790b05f90f
commit 206159cdea
13 changed files with 38 additions and 391 deletions

2
go.mod
View File

@@ -1,8 +1,8 @@
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
github.com/rakyll/statik v0.1.5
)