Skip to content

Commit

Permalink
Make changes to internal nat library
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Jan 28, 2025
1 parent d5b0d8f commit f8bd11c
Show file tree
Hide file tree
Showing 22 changed files with 236 additions and 507 deletions.
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,21 @@ require (
github.com/gorilla/websocket v1.5.3
github.com/hashicorp/golang-lru/arc/v2 v2.0.7
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/huin/goupnp v1.3.0
github.com/ipfs/go-cid v0.4.1
github.com/ipfs/go-datastore v0.6.0
github.com/ipfs/go-ds-badger v0.3.0
github.com/ipfs/go-ds-leveldb v0.5.0
github.com/ipfs/go-log/v2 v2.5.1
github.com/jackpal/go-nat-pmp v1.0.2
github.com/jbenet/go-temp-err-catcher v0.1.0
github.com/klauspost/compress v1.17.11
github.com/koron/go-ssdp v0.0.4
github.com/libp2p/go-buffer-pool v0.1.0
github.com/libp2p/go-flow-metrics v0.2.0
github.com/libp2p/go-libp2p-asn-util v0.4.1
github.com/libp2p/go-libp2p-testing v0.12.0
github.com/libp2p/go-msgio v0.3.0
github.com/libp2p/go-nat v0.2.0
github.com/libp2p/go-netroute v0.2.2
github.com/libp2p/go-reuseport v0.4.0
github.com/libp2p/go-yamux/v4 v4.0.1
Expand Down Expand Up @@ -90,11 +92,8 @@ require (
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/huin/goupnp v1.3.0 // indirect
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
github.com/jbenet/goprocess v0.1.4 // indirect
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
github.com/koron/go-ssdp v0.0.4 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/miekg/dns v1.1.62 // indirect
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ github.com/libp2p/go-libp2p-testing v0.12.0 h1:EPvBb4kKMWO29qP4mZGyhVzUyR25dvfUI
github.com/libp2p/go-libp2p-testing v0.12.0/go.mod h1:KcGDRXyN7sQCllucn1cOOS+Dmm7ujhfEyXQL5lvkcPg=
github.com/libp2p/go-msgio v0.3.0 h1:mf3Z8B1xcFN314sWX+2vOTShIE0Mmn2TXn3YCUQGNj0=
github.com/libp2p/go-msgio v0.3.0/go.mod h1:nyRM819GmVaF9LX3l03RMh10QdOroF++NBbxAb0mmDM=
github.com/libp2p/go-nat v0.2.0 h1:Tyz+bUFAYqGyJ/ppPPymMGbIgNRH+WqC5QrT5fKrrGk=
github.com/libp2p/go-nat v0.2.0/go.mod h1:3MJr+GRpRkyT65EpVPBstXLvOlAPzUVlG6Pwg9ohLJk=
github.com/libp2p/go-netroute v0.2.2 h1:Dejd8cQ47Qx2kRABg6lPwknU7+nBnFRpko45/fFPuZ8=
github.com/libp2p/go-netroute v0.2.2/go.mod h1:Rntq6jUAH0l9Gg17w5bFGhcC9a+vk4KNXs6s7IljKYE=
github.com/libp2p/go-reuseport v0.4.0 h1:nR5KU7hD0WxXCJbmw7r2rhRYruNRl2koHw8fQscQm2s=
Expand Down
18 changes: 0 additions & 18 deletions p2p/net/nat/internal/nat/.github/workflows/go-check.yml

This file was deleted.

20 changes: 0 additions & 20 deletions p2p/net/nat/internal/nat/.github/workflows/go-test.yml

This file was deleted.

19 changes: 0 additions & 19 deletions p2p/net/nat/internal/nat/.github/workflows/release-check.yml

This file was deleted.

17 changes: 0 additions & 17 deletions p2p/net/nat/internal/nat/.github/workflows/releaser.yml

This file was deleted.

13 changes: 0 additions & 13 deletions p2p/net/nat/internal/nat/.github/workflows/stale.yml

This file was deleted.

18 changes: 0 additions & 18 deletions p2p/net/nat/internal/nat/.github/workflows/tagpush.yml

This file was deleted.

10 changes: 1 addition & 9 deletions p2p/net/nat/internal/nat/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
# go-nat

[![GoDoc](https://godoc.org/github.com/libp2p/go-nat?status.svg)](https://godoc.org/github.com/libp2p/go-nat) [![status](https://sourcegraph.com/api/repos/github.com/libp2p/go-nat/.badges/status.png)](https://sourcegraph.com/github.com/libp2p/go-nat)

Forked from: [fd/go-nat](https://github.com/fd/go-nat).

---

The last gx published version of this module was: 1.0.3: QmdwkZHamNNrj7k3G29rnurmW3mFzsDhnyXppNcgYsiBVz
Originally forked from: [fd/go-nat](https://github.com/fd/go-nat).
67 changes: 0 additions & 67 deletions p2p/net/nat/internal/nat/_examples/nat-tester.go

This file was deleted.

17 changes: 0 additions & 17 deletions p2p/net/nat/internal/nat/gateway.go

This file was deleted.

17 changes: 0 additions & 17 deletions p2p/net/nat/internal/nat/go.mod

This file was deleted.

29 changes: 0 additions & 29 deletions p2p/net/nat/internal/nat/go.sum

This file was deleted.

Loading

0 comments on commit f8bd11c

Please sign in to comment.