forked from spikeekips/mitum-fixed-network
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
52 lines (50 loc) · 2.08 KB
/
go.mod
File metadata and controls
52 lines (50 loc) · 2.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
module github.com/spikeekips/mitum
go 1.16
require (
github.com/alecthomas/kong v0.2.20
github.com/armon/go-metrics v0.3.10 // indirect
github.com/beevik/ntp v0.3.0
github.com/bluele/gcache v0.0.2
github.com/btcsuite/btcd v0.22.0-beta
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/go-redis/redis/v8 v8.11.4
github.com/go-stack/stack v1.8.1 // indirect
github.com/google/btree v1.0.1 // indirect
github.com/gorilla/mux v1.8.0
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-msgpack v1.1.5 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
github.com/hashicorp/memberlist v0.3.0
github.com/json-iterator/go v1.1.12
github.com/justinas/alice v1.2.0
github.com/kr/text v0.2.0 // indirect
github.com/lucas-clemente/quic-go v0.24.0
github.com/mattn/go-isatty v0.0.14
github.com/miekg/dns v1.1.43 // indirect
github.com/oklog/ulid v1.3.1
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.26.0
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.7.0
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
github.com/ulule/limiter/v3 v3.9.0
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
github.com/zeebo/blake3 v0.2.1
go.mongodb.org/mongo-driver v1.8.0
go.uber.org/automaxprocs v1.4.0
go.uber.org/goleak v1.1.10
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.5.1
golang.org/x/net v0.0.0-20211206223403-eba003a116a9 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
golang.org/x/tools v0.1.8 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)