-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
67 lines (65 loc) · 2.98 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
module github.com/phoreproject/synapse
go 1.13
require (
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect
github.com/Kubuxu/gocovmerge v0.0.0-20161216165753-7ecaa51963cd // indirect
github.com/beevik/ntp v0.2.0
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
github.com/c-bata/go-prompt v0.2.3
github.com/decred/dcrd/dcrec/secp256k1 v1.0.2
github.com/dgraph-io/badger v1.6.0
github.com/fatih/color v1.7.0
github.com/getsentry/sentry-go v0.7.0
github.com/go-interpreter/wagon v0.6.0
github.com/go-test/deep v1.0.4
github.com/gogo/protobuf v1.3.0
github.com/golang/protobuf v1.5.2
github.com/hsanjuan/go-libp2p-http v0.0.2 // indirect
github.com/influxdata/influxdb v1.8.1 // indirect
github.com/ipfs/dir-index-html v1.0.3 // indirect
github.com/ipfs/go-cid v0.0.3
github.com/ipfs/go-ipfs v0.4.22-0.20190911184350-a8fbd066d744 // indirect
github.com/ipfs/hang-fds v0.0.1 // indirect
github.com/ipfs/iptb-plugins v0.0.2 // indirect
github.com/jbenet/go-random-files v0.0.0-20190219210431-31b3f20ebded // indirect
github.com/jinzhu/gorm v1.9.10
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.0
github.com/libp2p/go-libp2p v0.3.1
github.com/libp2p/go-libp2p-core v0.2.2
github.com/libp2p/go-libp2p-crypto v0.1.0
github.com/libp2p/go-libp2p-discovery v0.1.0
github.com/libp2p/go-libp2p-kad-dht v0.2.1
github.com/libp2p/go-libp2p-peer v0.2.0
github.com/libp2p/go-libp2p-peerstore v0.1.3
github.com/libp2p/go-libp2p-pubsub v0.1.1
github.com/mattn/go-sqlite3 v1.11.0 // indirect
github.com/minio/sha256-simd v0.1.0
github.com/mitchellh/go-homedir v1.1.0
github.com/mjibson/esc v0.2.0 // indirect
github.com/multiformats/go-multiaddr v0.0.4
github.com/multiformats/go-multiaddr-net v0.0.1
github.com/multiformats/go-multicodec v0.1.6 // indirect
github.com/phoreproject/bls v0.0.0-20190821133044-da95d4798b09
github.com/phoreproject/go-phore-connmgr v0.2.0
github.com/pkg/errors v0.9.1
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942 // indirect
github.com/protolambda/zssz v0.1.3
github.com/prysmaticlabs/go-bitfield v0.0.0-20190825002834-fb724e897364
github.com/prysmaticlabs/go-ssz v0.0.0-20190917152816-977e011d625d
github.com/sirupsen/logrus v1.4.2
github.com/tetratelabs/wazero v1.0.0-pre.5
github.com/tevjef/go-runtime-metrics v0.0.0-20170326170900-527a54029307
github.com/tyler-smith/go-bip32 v0.0.0-20170922074101-2c9cfd177564 // indirect
github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
google.golang.org/grpc v1.51.0
google.golang.org/protobuf v1.28.1
gopkg.in/yaml.v2 v2.2.4
gotest.tools/gotestsum v0.3.4 // indirect
)