From 4109dd038821a58f0c087634c9d9ee199a5ac51e Mon Sep 17 00:00:00 2001 From: huangsimin Date: Thu, 5 Sep 2019 16:32:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=B0github=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 4 ++-- go.sum | 4 ++-- response_test.go | 2 +- session_test.go | 2 +- upload_file_test.go | 2 +- workflow_test.go | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/go.mod b/go.mod index ac30439..f123b43 100644 --- a/go.mod +++ b/go.mod @@ -3,11 +3,11 @@ module requests go 1.12 require ( - 474420502.top/eson/gjson v1.1.3 + github.com/474420502/gjson v1.1.3 github.com/elazarl/goproxy v0.0.0-20190711103511-473e67f1d7d2 github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2 // indirect github.com/tidwall/match v1.0.1 // indirect - golang.org/x/net v0.0.0-20190902185345-cdfb69ac37fc6fa907650654115ebebb3aae2087 + golang.org/x/net v0.0.0-00010101000000-000000000000 ) replace golang.org/x/net => github.com/golang/net v0.0.0-20190902185345-cdfb69ac37fc6fa907650654115ebebb3aae2087 diff --git a/go.sum b/go.sum index 5ab0e60..28490c7 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -474420502.top/eson/gjson v1.1.3 h1:SDeD1/SWm1YknuokcPww8ZmsOOguQqFAYLWnQTMMX98= -474420502.top/eson/gjson v1.1.3/go.mod h1:95mdr7XPHsGvsGZj/FeQ+iT7mggI6LKc3JT/ZnveebI= +github.com/474420502/gjson v1.1.3 h1:rQxKNSFS8bM5iVVKKb9EHY1SS2k+EhzVNUXe2xSGn8o= +github.com/474420502/gjson v1.1.3/go.mod h1:mdAOevjPYIFWOE8CpejPHwoJCz96oNnuwhjhrAVeKaY= github.com/elazarl/goproxy v0.0.0-20190711103511-473e67f1d7d2 h1:aZtFdDNWY/yH86JPR2WX/PN63635VsE/f/nXNPAbYxY= github.com/elazarl/goproxy v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2 h1:dWB6v3RcOy03t/bUadywsbyrQwCqZeNIEX6M1OtSZOM= diff --git a/response_test.go b/response_test.go index e8f27f0..b2524d4 100644 --- a/response_test.go +++ b/response_test.go @@ -4,7 +4,7 @@ import ( "net/http" "testing" - "474420502.top/eson/gjson" + "github.com/474420502/gjson" ) func TestFromHTTPResponse(t *testing.T) { diff --git a/session_test.go b/session_test.go index 6cd2e4a..440c91a 100644 --- a/session_test.go +++ b/session_test.go @@ -8,7 +8,7 @@ import ( "testing" "time" - "474420502.top/eson/gjson" + "github.com/474420502/gjson" ) func TestNewSession(t *testing.T) { diff --git a/upload_file_test.go b/upload_file_test.go index ad1beae..860e9b0 100644 --- a/upload_file_test.go +++ b/upload_file_test.go @@ -3,7 +3,7 @@ package requests import ( "testing" - "474420502.top/eson/gjson" + "github.com/474420502/gjson" ) func TestUploadFile(t *testing.T) { diff --git a/workflow_test.go b/workflow_test.go index cf136e3..d42698a 100644 --- a/workflow_test.go +++ b/workflow_test.go @@ -7,7 +7,7 @@ import ( "sort" "testing" - "474420502.top/eson/gjson" + "github.com/474420502/gjson" ) func TestWorkflow(t *testing.T) {