From 46fe5d298e3d82f9eafca6783f58941f4e1f30bf Mon Sep 17 00:00:00 2001 From: MURAOKA Taro Date: Mon, 2 Nov 2015 16:18:17 +0900 Subject: [PATCH] move glog from surgebase/glog to surge/glog --- ip_test.go | 2 +- ping.go | 2 +- ping_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ip_test.go b/ip_test.go index 9dc5efc..a722e8d 100644 --- a/ip_test.go +++ b/ip_test.go @@ -19,7 +19,7 @@ import ( "testing" "github.com/stretchr/testify/require" - "github.com/surgebase/glog" + "github.com/surge/glog" ) type IPAdder interface { diff --git a/ping.go b/ping.go index d9d1564..23711ce 100644 --- a/ping.go +++ b/ping.go @@ -39,7 +39,7 @@ import ( "syscall" "time" - "github.com/surgebase/glog" + "github.com/surge/glog" "golang.org/x/net/icmp" "golang.org/x/net/ipv4" "golang.org/x/net/ipv6" diff --git a/ping_test.go b/ping_test.go index 3661f0d..ee13adb 100644 --- a/ping_test.go +++ b/ping_test.go @@ -20,7 +20,7 @@ import ( "time" "github.com/stretchr/testify/require" - "github.com/surgebase/glog" + "github.com/surge/glog" ) func TestPingerAddIPs(t *testing.T) {