Commit a40ef343 authored by Jeromy's avatar Jeromy
Browse files

fix go-net vendored imports

parent 1c077de5
...@@ -11,7 +11,7 @@ import ( ...@@ -11,7 +11,7 @@ import (
"syscall" "syscall"
"unsafe" "unsafe"
"golang.org/x/net/internal/iana" "gx/Qmbm2LFhcRyHzRqwefzBeazcK2EfUowfeYEAgEvr7N8hAh/go-net/internal/iana"
) )
func marshalDst(b []byte, cm *ControlMessage) []byte { func marshalDst(b []byte, cm *ControlMessage) []byte {
......
...@@ -11,7 +11,7 @@ import ( ...@@ -11,7 +11,7 @@ import (
"os" "os"
"unsafe" "unsafe"
"golang.org/x/net/internal/iana" "gx/Qmbm2LFhcRyHzRqwefzBeazcK2EfUowfeYEAgEvr7N8hAh/go-net/internal/iana"
) )
func setsockoptIPMreq(fd, name int, ifi *net.Interface, grp net.IP) error { func setsockoptIPMreq(fd, name int, ifi *net.Interface, grp net.IP) error {
......
...@@ -10,7 +10,7 @@ import ( ...@@ -10,7 +10,7 @@ import (
"syscall" "syscall"
"unsafe" "unsafe"
"golang.org/x/net/internal/iana" "gx/Qmbm2LFhcRyHzRqwefzBeazcK2EfUowfeYEAgEvr7N8hAh/go-net/internal/iana"
) )
func setsockoptIPMreq(fd syscall.Handle, name int, ifi *net.Interface, grp net.IP) error { func setsockoptIPMreq(fd syscall.Handle, name int, ifi *net.Interface, grp net.IP) error {
......
...@@ -10,7 +10,7 @@ import ( ...@@ -10,7 +10,7 @@ import (
"syscall" "syscall"
"unsafe" "unsafe"
"golang.org/x/net/internal/iana" "gx/Qmbm2LFhcRyHzRqwefzBeazcK2EfUowfeYEAgEvr7N8hAh/go-net/internal/iana"
) )
func getInt(fd syscall.Handle, opt *sockOpt) (int, error) { func getInt(fd syscall.Handle, opt *sockOpt) (int, error) {
......
...@@ -31,7 +31,7 @@ import ( ...@@ -31,7 +31,7 @@ import (
"sort" "sort"
"strings" "strings"
"golang.org/x/net/idna" "gx/Qmbm2LFhcRyHzRqwefzBeazcK2EfUowfeYEAgEvr7N8hAh/go-net/idna"
) )
const ( const (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment