File tree Expand file tree Collapse file tree 2 files changed +212
-168
lines changed Expand file tree Collapse file tree 2 files changed +212
-168
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,18 @@ require (
9
9
github.com/google/uuid v1.3.0
10
10
github.com/hashicorp/go-version v1.4.0
11
11
github.com/ipdata/go v0.7.2
12
- github.com/libp2p/go-libp2p v0.15.1
13
- github.com/libp2p/go-libp2p-core v0.9.0
12
+ github.com/ipfs/go-log v1.0.5 // indirect
13
+ github.com/libp2p/go-libp2p v0.22.0
14
+ github.com/libp2p/go-libp2p-core v0.20.0
14
15
github.com/libp2p/go-libp2p-noise v0.2.2
15
16
github.com/libp2p/go-tcp-transport v0.2.8
16
- github.com/multiformats/go-multiaddr v0.5.0
17
+ github.com/libp2p/go-yamux v1.4.1 // indirect
18
+ github.com/multiformats/go-multiaddr v0.6.0
17
19
github.com/protolambda/zrnt v0.25.0
18
20
github.com/protolambda/ztyp v0.2.1
19
21
github.com/robfig/cron/v3 v3.0.1
20
22
github.com/rs/cors v1.8.2
21
- github.com/stretchr/testify v1.7 .0
23
+ github.com/stretchr/testify v1.8 .0
22
24
github.com/vektah/gqlparser/v2 v2.2.0
23
25
go.mongodb.org/mongo-driver v1.8.3
24
26
gopkg.in/yaml.v2 v2.4.0
You can’t perform that action at this time.
0 commit comments