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.16
require (
github.com/cockroachdb/pebble v0.0.0-20210313162627-639dfcee1d23
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.15.0
github.com/kr/text v0.2.0
github.com/mr-tron/base58 v1.2.0
github.com/oasisprotocol/ed25519 v0.0.0-20210201150809-58be049e4f78
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.7.0
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-20210220033148-5ea612d1eb83
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v2 v2.4.0
)