-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
37 lines (35 loc) · 1.4 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
26
27
28
29
30
31
32
33
34
35
36
37
module github.com/gtfierro/xboswave
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/abiosoft/ishell v2.0.0+incompatible
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/gliderlabs/ssh v0.2.2
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.3.2
github.com/howeyc/crc16 v0.0.0-20171223171357-2b2a61e366a6
github.com/huichen/murmur v0.0.0-20130808212358-e0489551cf51 // indirect
github.com/immesys/wavemq v1.3.0
github.com/influxdata/influxdb v1.7.7
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mattn/go-sqlite3 v1.10.0
github.com/moul/http2curl v1.0.0 // indirect
github.com/olekukonko/tablewriter v0.0.1
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/parnurzeal/gorequest v0.2.15
github.com/pborman/uuid v1.2.0
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.0.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.4.0
github.com/yoheimuta/go-protoparser v2.0.0+incompatible
google.golang.org/grpc v1.21.1
gopkg.in/BTrDB/btrdb.v4 v4.15.3 // indirect
gopkg.in/btrdb.v4 v4.15.3
gopkg.in/yaml.v2 v2.2.8
)