-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgo_.mod
More file actions
73 lines (71 loc) · 4.08 KB
/
go_.mod
File metadata and controls
73 lines (71 loc) · 4.08 KB
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
68
69
70
71
72
73
module bitbucket.org/cpchain/chain
go 1.14
require (
github.com/Azure/azure-sdk-for-go v9.0.1-beta+incompatible
github.com/Azure/go-autorest v7.3.0+incompatible
github.com/aristanetworks/goarista v0.0.0-20170210015632-ea17b1a17847
github.com/beevik/ntp v0.2.1-0.20181107064640-53ffc1864695
github.com/beorn7/perks v1.0.1
github.com/btcsuite/btcd v0.0.0-20170216181028-583684b21bfb
github.com/cespare/cp v0.1.0
github.com/davecgh/go-spew v1.1.0
github.com/dgrijalva/jwt-go v3.0.1-0.20170201225849-2268707a8f08+incompatible
github.com/docker/docker v17.12.0-ce-rc1.0.20180625184442-8e610b2b55bf+incompatible
github.com/ethereum/go-ethereum v1.8.14
github.com/fjl/memsize v0.0.0-20180418122429-ca190fb6ffbc
github.com/go-stack/stack v1.5.1-0.20170710155332-3bd81bdde468
github.com/gogo/protobuf v1.1.2-0.20180821102207-98f6aa8b3bcf
github.com/golang/protobuf v1.2.1-0.20190109072247-347cf4a86c1c
github.com/golang/snappy v0.0.0-20170215233205-553a64147049
github.com/gxed/hashland v0.0.0-20180221191214-d9f6b97f8db2
github.com/hashicorp/golang-lru v0.0.0-20160813221303-0a025b7e63ad
github.com/huin/goupnp v0.0.0-20161224104101-679507af18f3
github.com/influxdata/influxdb v1.2.3-0.20180221223340-01288bdb0883
github.com/ipfs/go-ipfs-api v0.0.0-20180824212108-fcd896f643ed
github.com/ipfs/go-ipfs-cmdkit v0.0.0-20180821181617-b8ab4890f891
github.com/ipfs/go-log v0.0.0-20180824205839-f2bdd6b39490
github.com/jackpal/go-nat-pmp v1.0.2-0.20160603034137-1fa385a6f458
github.com/julienschmidt/httprouter v1.1.1-0.20170430222011-975b5c4c7c21
github.com/libp2p/go-flow-metrics v0.0.0-20171227170445-3b3bcfcf78f2
github.com/libp2p/go-libp2p-crypto v0.0.0-20180811164718-137c71cdda7a
github.com/libp2p/go-libp2p-metrics v0.0.0-20180822000844-2e91117d7837
github.com/libp2p/go-libp2p-peer v0.0.0-20180824160242-e79fbd6ae779
github.com/libp2p/go-libp2p-protocol v0.0.0-20171212212132-b29f3d97e3a2
github.com/libp2p/go-libp2p-pubsub v0.0.0-20180810083251-b96cf6df6357
github.com/mattn/go-isatty v0.0.0-20170209175615-281032e84ae0
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
github.com/minio/sha256-simd v0.0.0-20171213220625-ad98a36ba0da
github.com/mitchellh/go-homedir v1.0.0
github.com/mr-tron/base58 v0.0.0-20180812161927-f84df45a6b88
github.com/multiformats/go-multiaddr v0.0.0-20180721003118-d6ad8896def6
github.com/multiformats/go-multiaddr-net v0.0.0-20180626232319-cba4f9fea861
github.com/multiformats/go-multihash v0.0.0-20180824052908-bffb9dfeaca3
github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416
github.com/opentracing/opentracing-go v1.0.3-0.20180606204148-bd9c31933947
github.com/pborman/uuid v0.0.0-20170112150404-1b00554d8222
github.com/pkg/errors v0.8.1-0.20171216070316-e881fd58d78e
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v0.9.3-0.20190116230844-26e258bb9c9a
github.com/prometheus/prometheus v1.7.2-0.20170814170113-3101606756c5
github.com/rjeczalik/notify v0.9.2
github.com/rs/cors v0.0.0-20160617231935-a62a804a8a00
github.com/rs/xhandler v0.0.0-20160618193221-ed27b6fd6521
github.com/sirupsen/logrus v1.1.1
github.com/spaolacci/murmur3 v1.1.0
github.com/stretchr/testify v1.1.5-0.20170809224252-890a5c3458b4
github.com/syndtr/goleveldb v0.0.0-20180502072349-ae970a0732be
github.com/urfave/cli v1.20.1-0.20180821064027-934abfb2f102
github.com/whyrusleeping/go-logging v0.0.0-20170515211332-0457bb6b88fc
github.com/whyrusleeping/tar-utils v0.0.0-20180509141711-8c6c8ba81d5c
golang.org/x/crypto v0.0.0-20180820150726-614d502a4dac
golang.org/x/net v0.0.0-20190311183353-d8887717615a
golang.org/x/sys v0.0.0-20180824143301-4910a1d54f87
golang.org/x/text v0.0.0-20170215092856-85c29909967d
golang.org/x/tools v0.0.0-20170215214335-be0fcc31ae23
gopkg.in/check.v1 v1.0.0-20161208181325-20d25e280405
gopkg.in/fatih/set.v0 v0.1.1-0.20140714235439-7b667b7b6a5d
gopkg.in/karalabe/cookiejar.v2 v2.0.0-20150724131613-8dcd6a7f4951
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
gopkg.in/olebedev/go-duktape.v3 v3.0.0-20180302121509-abf0ba0be5d5
)