forked from abronan/stream-client-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (28 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
26
27
28
29
30
module code.cryptowat.ch/cw-sdk-go
go 1.12
require (
code.cryptowat.ch/clock v0.0.0-20190102160946-e933bd4e0935
github.com/cryptowatch/clock v0.0.0-20190102160946-e933bd4e0935
github.com/davecgh/go-spew v1.1.0
github.com/fatih/color v1.7.0
github.com/gdamore/encoding v1.0.0
github.com/gdamore/tcell v1.1.1
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v0.0.0-20180616230025-9f81198da99b
github.com/google/uuid v1.1.1
github.com/gorilla/websocket v0.0.0-20180605202552-5ed622c449da
github.com/juju/errors v0.0.0-20170703010042-c7d06af17c68
github.com/lucasb-eyer/go-colorful v0.0.0-20181028223441-12d3b2882a08
github.com/mattn/go-colorable v0.0.9
github.com/mattn/go-isatty v0.0.4
github.com/mattn/go-runewidth v0.0.4
github.com/pmezard/go-difflib v1.0.0
github.com/rivo/tview v0.0.0-20190213202703-b373355e9db4
github.com/shopspring/decimal v0.0.0-20191009025716-f1972eb1d1f5
github.com/spf13/pflag v1.0.3
github.com/stretchr/testify v1.2.2
golang.org/x/sys v0.0.0-20181005133103-4497e2df6f9e
golang.org/x/text v0.3.0
gopkg.in/yaml.v2 v2.2.2
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099
)