-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathgo.mod
More file actions
45 lines (43 loc) · 2.02 KB
/
go.mod
File metadata and controls
45 lines (43 loc) · 2.02 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
module github.com/DOSNetwork/core
go 1.13
require (
github.com/allegro/bigcache v1.2.1 // indirect
github.com/antchfx/xmlquery v0.0.0-20181204011708-431a9e9e7c44
github.com/antchfx/xpath v0.0.0-20181208024549-4bbdf6db12aa // indirect
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect
github.com/bshuster-repo/logrus-logstash-hook v0.4.1
github.com/cespare/cp v1.1.1 // indirect
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/dedis/fixbuf v1.0.2
github.com/dedis/kyber v0.0.0-20181211160045-59837fd0c24b
github.com/dedis/protobuf v1.0.3
github.com/ethereum/go-ethereum v1.10.9
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
github.com/golang/protobuf v1.4.3
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/memberlist v0.1.4 // indirect
github.com/hashicorp/serf v0.8.3
github.com/huin/goupnp v1.0.2
github.com/jackpal/gateway v1.0.5
github.com/jackpal/go-nat-pmp v1.0.2-0.20160603034137-1fa385a6f458
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/lestrrat-go/file-rotatelogs v2.2.0+incompatible
github.com/lestrrat-go/strftime v1.0.0 // indirect
github.com/miekg/dns v1.1.25 // indirect
github.com/prometheus/tsdb v0.10.0 // indirect
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/sirupsen/logrus v1.2.0
github.com/spyzhov/ajson v0.4.2
github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969 // indirect
github.com/stretchr/testify v1.7.0
github.com/tebeka/strftime v0.1.5 // indirect
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
github.com/urfave/cli v1.22.1
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
)