packages/hyprspace: go mod tidy
This commit is contained in:
parent
4d708f3c33
commit
91a5e9ad63
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,6 @@ go 1.18
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/DataDrake/cli-ng/v2 v2.0.2
|
github.com/DataDrake/cli-ng/v2 v2.0.2
|
||||||
github.com/ipfs/go-datastore v0.6.0
|
|
||||||
github.com/libp2p/go-libp2p v0.23.2
|
github.com/libp2p/go-libp2p v0.23.2
|
||||||
github.com/libp2p/go-libp2p-core v0.20.1
|
github.com/libp2p/go-libp2p-core v0.20.1
|
||||||
github.com/libp2p/go-libp2p-kad-dht v0.18.0
|
github.com/libp2p/go-libp2p-kad-dht v0.18.0
|
||||||
|
@ -43,6 +42,7 @@ require (
|
||||||
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
||||||
github.com/huin/goupnp v1.0.3 // indirect
|
github.com/huin/goupnp v1.0.3 // indirect
|
||||||
github.com/ipfs/go-cid v0.3.2 // indirect
|
github.com/ipfs/go-cid v0.3.2 // indirect
|
||||||
|
github.com/ipfs/go-datastore v0.6.0 // indirect
|
||||||
github.com/ipfs/go-ipfs-util v0.0.2 // indirect
|
github.com/ipfs/go-ipfs-util v0.0.2 // indirect
|
||||||
github.com/ipfs/go-ipns v0.3.0 // indirect
|
github.com/ipfs/go-ipns v0.3.0 // indirect
|
||||||
github.com/ipfs/go-log v1.0.5 // indirect
|
github.com/ipfs/go-log v1.0.5 // indirect
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-lxJZ4W+VY1XWLePrT0uLT2Y2tIOETLzn8NC8FVDruNM=";
|
vendorSha256 = "sha256-iUD1gT+GAEkq7chGaUARQTQKRUitqgEnM+KhxzYWG/I=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A Lightweight VPN Built on top of Libp2p for Truly Distributed Networks.";
|
description = "A Lightweight VPN Built on top of Libp2p for Truly Distributed Networks.";
|
||||||
|
|
Loading…
Reference in a new issue