Add go modules file go.mod and go.sum

This commit is contained in:
NC Thompson
2019-01-15 21:52:38 +02:00
parent 0abf03751d
commit 40b05fe7e7
2 changed files with 24 additions and 0 deletions

6
go.mod Normal file
View File

@@ -0,0 +1,6 @@
module github.com/hpdvanwyk/invertergui
require (
github.com/mikepb/go-serial v0.0.0-20180731022703-d5134cecf05a
github.com/prometheus/client_golang v0.9.2
)