We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598d384 commit 168ec35Copy full SHA for 168ec35
go.mod
@@ -1,6 +1,6 @@
1
module github.com/libp2p/go-netroute
2
3
-go 1.22
+go 1.23
4
5
require (
6
github.com/google/gopacket v1.1.19
netroute_bsd_test.go
@@ -3,9 +3,10 @@
package netroute
import (
- "golang.org/x/net/route"
7
"net"
8
"testing"
+
9
+ "golang.org/x/net/route"
10
)
11
12
func TestToIPAddr(t *testing.T) {
0 commit comments