forked from iotaledger/hive.go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (28 loc) · 1.01 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/iotaledger/hive.go
go 1.15
require (
github.com/cockroachdb/pebble v0.0.0-20201130172119-f19faf8529d6
github.com/dgraph-io/badger/v2 v2.0.3
github.com/golang/protobuf v1.4.3
github.com/gorilla/websocket v1.4.2
github.com/knadh/koanf v0.14.0
github.com/kr/text v0.2.0
github.com/mr-tron/base58 v1.2.0
github.com/oasisprotocol/ed25519 v0.0.0-20200819094954-65138ca6ec7c
github.com/panjf2000/ants/v2 v2.4.3
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/sasha-s/go-deadlock v0.2.0
github.com/spf13/cast v1.3.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.6.1
go.dedis.ch/kyber/v3 v3.0.13
go.etcd.io/bbolt v1.3.5
go.uber.org/atomic v1.7.0
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v2 v2.3.0
)