forked from gonium/gosdm630
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (20 loc) · 846 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/gonium/gosdm630
require (
github.com/aprice/embed v0.0.0-20171223211210-e0f543275bf966271e2c3b3ab70265f635f0394a
github.com/boltdb/bolt v1.3.1
github.com/eclipse/paho.mqtt.golang v1.1.1
github.com/goburrow/modbus v0.1.0
github.com/goburrow/serial v0.1.0
github.com/gorilla/context v1.1.1
github.com/gorilla/handlers v1.4.0
github.com/gorilla/mux v1.6.2
github.com/gorilla/websocket v1.4.0
github.com/jcuga/golongpoll v0.0.0-20160821025152-6f70b008d155
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/spf13/pflag v1.0.3 // indirect
github.com/tdewolff/minify v2.3.5+incompatible // indirect
github.com/tdewolff/parse v2.3.3+incompatible // indirect
golang.org/x/net v0.0.0-20181003013248-f5e5bdd77824
golang.org/x/sys v0.0.0-20181004145325-8469e314837c
gopkg.in/urfave/cli.v1 v1.20.0
)