-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
30 lines (28 loc) · 1.19 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 github.com/yellowssi/SeaStorage
go 1.12
require (
github.com/btcsuite/btcd v0.0.0-20190523000118-16327141da8c
github.com/gogo/protobuf v1.2.1
github.com/golang/protobuf v1.3.1
github.com/google/uuid v1.1.1
github.com/hyperledger/sawtooth-sdk-go v0.1.3-0.20191030180419-d136071cb50b
github.com/klauspost/cpuid v1.2.1 // indirect
github.com/klauspost/reedsolomon v1.9.2
github.com/libp2p/go-libp2p v0.1.1
github.com/libp2p/go-libp2p-core v0.0.3
github.com/libp2p/go-libp2p-kad-dht v0.1.0
github.com/manifoldco/promptui v0.3.2
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/multiformats/go-multiaddr v0.0.4
github.com/nicksnyder/go-i18n v1.10.0 // indirect
github.com/pebbe/zmq4 v1.0.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.4
github.com/spf13/viper v1.4.0
github.com/yellowssi/SeaStorage-TP v1.0.2-0.20191101031345-7248789606b1
golang.org/x/net v0.0.0-20190603091049-60506f45cf65 // indirect
golang.org/x/sys v0.0.0-20190602015325-4c4f7f33c9ed // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190602112858-2de7f9bf822c // indirect
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect
)