-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
25 lines (23 loc) · 1.11 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/timmathews/argo
go 1.13
require (
github.com/burntsushi/toml v0.2.0
github.com/deckarep/golang-set v0.0.0-20170202203032-fc8930a5e645
github.com/eclipse/paho.mqtt.golang v1.1.0
github.com/golang/protobuf v0.0.0-20161117033126-8ee79997227b // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.4.0
github.com/gorilla/websocket v1.2.0
github.com/imdario/mergo v0.0.0-20160216103600-3e95a51e0639
github.com/jacobsa/go-serial v0.0.0-20160401030210-6f298b3ae27e
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/op/go-logging v0.0.0-20160211212156-b2cb9fa56473
github.com/satori/go.uuid v1.1.0
github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0
golang.org/x/net v0.0.0-20161229225711-8fd7f2595553 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
google.golang.org/appengine v1.0.1-0.20161217034650-08a149cfaee0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/vmihailenco/msgpack.v2 v2.9.1
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 // indirect
)