-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
28 lines (26 loc) · 1.14 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
module github.com/gcash/bchd
go 1.12
require (
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
github.com/btcsuite/goleveldb v1.0.0
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
github.com/btcsuite/winsvc v1.0.0
github.com/davecgh/go-spew v1.1.1
github.com/dchest/siphash v1.2.2
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/gcash/bchlog v0.0.0-20180913005452-b4f036f92fa6
github.com/gcash/bchutil v0.0.0-20200506001747-c2894cd54b33
github.com/golang/protobuf v1.4.3
github.com/gorilla/websocket v1.4.2 // indirect
github.com/improbable-eng/grpc-web v0.13.0
github.com/jessevdk/go-flags v0.0.0-20181221193153-c0795c8afcf4
github.com/jrick/logrotate v1.0.0
github.com/zquestz/grab v0.0.0-20190224022517-abcee96e61b1
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/net v0.0.0-20201022231255-08b38378de70 // indirect
golang.org/x/sys v0.0.0-20201022201747-fb209a7c41cd // indirect
golang.org/x/text v0.3.3
google.golang.org/genproto v0.0.0-20201022181438-0ff5f38871d5 // indirect
google.golang.org/grpc v1.33.1
google.golang.org/protobuf v1.25.0
)