Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

re-add NewTCPTransport method #121

Merged
merged 2 commits into from
May 26, 2022
Merged

re-add NewTCPTransport method #121

merged 2 commits into from
May 26, 2022

Conversation

marten-seemann
Copy link
Contributor

Apparently I deleted this function when I deprecated this repo.

@github-actions
Copy link

Suggested version: v0.6.1
Comparing to: v0.6.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 43591b3..7478619 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,10 @@ module github.com/libp2p/go-tcp-transport
 
 go 1.17
 
-require github.com/libp2p/go-libp2p v0.20.0
+require (
+	github.com/libp2p/go-libp2p v0.20.0
+	github.com/libp2p/go-libp2p-core v0.16.1
+)
 
 require (
 	github.com/beorn7/perks v1.0.1 // indirect
@@ -18,7 +21,6 @@ require (
 	github.com/ipfs/go-log/v2 v2.5.1 // indirect
 	github.com/klauspost/cpuid/v2 v2.0.9 // indirect
 	github.com/libp2p/go-buffer-pool v0.0.2 // indirect
-	github.com/libp2p/go-libp2p-core v0.16.1 // indirect
 	github.com/libp2p/go-netroute v0.2.0 // indirect
 	github.com/libp2p/go-openssl v0.0.7 // indirect
 	github.com/libp2p/go-reuseport v0.2.0 // indirect

gorelease says:

# github.com/libp2p/go-tcp-transport
## compatible changes
NewTCPTransport: added

# summary
Suggested version: v0.7.0

gocompat says:

(empty)

@marten-seemann marten-seemann merged commit e144e11 into master May 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant