This repository has been archived by the owner on May 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Part of the work to unblock: ipfs/go-log#65
- Loading branch information
Showing
3 changed files
with
21 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
module github.com/libp2p/go-libp2p-nat | ||
|
||
require ( | ||
github.com/ipfs/go-log v0.0.1 | ||
github.com/ipfs/go-log v0.0.2-0.20190920042044-a609c1ae5144 | ||
github.com/jbenet/go-cienv v0.0.0-20150120210510-1bb1476777ec // indirect | ||
github.com/jbenet/goprocess v0.0.0-20160826012719-b497e2f366b8 | ||
github.com/libp2p/go-nat v0.0.3 | ||
github.com/mattn/go-colorable v0.1.1 // indirect | ||
github.com/whyrusleeping/go-logging v0.0.0-20170515211332-0457bb6b88fc // indirect | ||
golang.org/x/net v0.0.0-20190227160552-c95aed5357e7 // indirect | ||
) | ||
|
||
go 1.13 |
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