This repository has been archived by the owner on May 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from libp2p/disable-failing-integration-test
disable failing integration test
- Loading branch information
Showing
3 changed files
with
746 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,11 @@ | ||
module github.com/libp2p/go-libp2p-autonat/test | ||
|
||
replace github.com/libp2p/go-libp2p-autonat => ../ | ||
go 1.16 | ||
|
||
require ( | ||
github.com/libp2p/go-conn-security v0.1.0 // indirect | ||
github.com/libp2p/go-libp2p v0.6.1-0.20200317201052-dd87382dd436 | ||
github.com/libp2p/go-libp2p-autonat v0.1.2-0.20200317183318-4b2cc5830d44 | ||
github.com/libp2p/go-libp2p-core v0.5.0 | ||
github.com/libp2p/go-libp2p-host v0.1.0 // indirect | ||
github.com/libp2p/go-libp2p-interface-connmgr v0.1.0 // indirect | ||
github.com/libp2p/go-libp2p-interface-pnet v0.1.0 // indirect | ||
github.com/libp2p/go-libp2p-metrics v0.1.0 // indirect | ||
github.com/libp2p/go-libp2p-net v0.1.0 // indirect | ||
github.com/libp2p/go-libp2p-protocol v0.1.0 // indirect | ||
github.com/libp2p/go-libp2p-transport v0.1.0 // indirect | ||
github.com/whyrusleeping/go-smux-multiplex v3.0.16+incompatible // indirect | ||
github.com/whyrusleeping/go-smux-multistream v2.0.2+incompatible // indirect | ||
github.com/whyrusleeping/go-smux-yamux v2.0.9+incompatible // indirect | ||
github.com/whyrusleeping/yamux v1.2.0 // indirect | ||
github.com/libp2p/go-libp2p v0.14.4 | ||
github.com/libp2p/go-libp2p-autonat v0.4.2 | ||
github.com/libp2p/go-libp2p-core v0.8.6 | ||
) | ||
|
||
go 1.13 | ||
replace github.com/libp2p/go-libp2p-autonat => ../ |
Oops, something went wrong.