Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/libp2p/go-netroute

go 1.22
go 1.23

require (
github.com/google/gopacket v1.1.19
Expand Down
3 changes: 2 additions & 1 deletion netroute_bsd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
package netroute

import (
"golang.org/x/net/route"
"net"
"testing"

"golang.org/x/net/route"
)

func TestToIPAddr(t *testing.T) {
Expand Down