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

Commit

Permalink
deprecate this repo (#44)
Browse files Browse the repository at this point in the history
* deprecate this repo

* release v0.2.0
  • Loading branch information
marten-seemann authored May 25, 2022
1 parent 36e5092 commit bd5cfe3
Show file tree
Hide file tree
Showing 14 changed files with 1,085 additions and 796 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# DEPRECATION NOTICE

This package has moved into go-libp2p as a sub-package, github.com/libp2p/go-libp2p/p2p/net/reuseport.

# go-reuseport-transport

[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](https://protocol.ai)
Expand Down
113 changes: 0 additions & 113 deletions dial.go

This file was deleted.

33 changes: 17 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,32 @@ module github.com/libp2p/go-reuseport-transport

go 1.17

require (
github.com/ipfs/go-log/v2 v2.3.0
github.com/libp2p/go-netroute v0.1.3
github.com/libp2p/go-reuseport v0.2.0
github.com/multiformats/go-multiaddr v0.4.0
)
require github.com/libp2p/go-libp2p v0.20.0

require (
github.com/google/gopacket v1.1.17 // indirect
github.com/ipfs/go-cid v0.0.7 // indirect
github.com/libp2p/go-sockaddr v0.0.2 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/ipfs/go-cid v0.1.0 // indirect
github.com/ipfs/go-log/v2 v2.5.1 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/libp2p/go-netroute v0.2.0 // indirect
github.com/libp2p/go-reuseport v0.2.0 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
github.com/minio/sha256-simd v0.1.1-0.20190913151208-6de447530771 // indirect
github.com/mr-tron/base58 v1.1.3 // indirect
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/multiformats/go-base32 v0.0.3 // indirect
github.com/multiformats/go-base36 v0.1.0 // indirect
github.com/multiformats/go-multiaddr v0.5.0 // indirect
github.com/multiformats/go-multibase v0.0.3 // indirect
github.com/multiformats/go-multihash v0.0.14 // indirect
github.com/multiformats/go-multihash v0.1.0 // indirect
github.com/multiformats/go-varint v0.0.6 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0 // indirect
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 // indirect
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
go.uber.org/zap v1.19.1 // indirect
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
lukechampine.com/blake3 v1.1.6 // indirect
)
Loading

0 comments on commit bd5cfe3

Please sign in to comment.