Commit 597bbe19 authored by Mikio Hara's avatar Mikio Hara

x/net/ipv6: use new import path for icmp

LGTM=iant
R=iant
CC=golang-codereviews
https://golang.org/cl/183040043
parent e50142f8
......@@ -11,8 +11,8 @@ import (
"os"
"time"
"golang.org/x/net/icmp"
"golang.org/x/net/internal/iana"
"golang.org/x/net/internal/icmp"
"golang.org/x/net/ipv6"
)
......
......@@ -12,8 +12,8 @@ import (
"testing"
"time"
"golang.org/x/net/icmp"
"golang.org/x/net/internal/iana"
"golang.org/x/net/internal/icmp"
"golang.org/x/net/internal/nettest"
"golang.org/x/net/ipv6"
)
......
......@@ -12,8 +12,8 @@ import (
"testing"
"time"
"golang.org/x/net/icmp"
"golang.org/x/net/internal/iana"
"golang.org/x/net/internal/icmp"
"golang.org/x/net/internal/nettest"
"golang.org/x/net/ipv6"
)
......
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