修改到github上

This commit is contained in:
huangsimin 2019-09-05 16:32:12 +08:00
parent 45bf499e8d
commit 4109dd0388
6 changed files with 8 additions and 8 deletions

4
go.mod
View File

@ -3,11 +3,11 @@ module requests
go 1.12 go 1.12
require ( 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 v0.0.0-20190711103511-473e67f1d7d2
github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2 // indirect github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2 // indirect
github.com/tidwall/match v1.0.1 // 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 replace golang.org/x/net => github.com/golang/net v0.0.0-20190902185345-cdfb69ac37fc6fa907650654115ebebb3aae2087

4
go.sum
View File

@ -1,5 +1,5 @@
474420502.top/eson/gjson v1.1.3 h1:SDeD1/SWm1YknuokcPww8ZmsOOguQqFAYLWnQTMMX98= github.com/474420502/gjson v1.1.3 h1:rQxKNSFS8bM5iVVKKb9EHY1SS2k+EhzVNUXe2xSGn8o=
474420502.top/eson/gjson v1.1.3/go.mod h1:95mdr7XPHsGvsGZj/FeQ+iT7mggI6LKc3JT/ZnveebI= 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 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 v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc=
github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2 h1:dWB6v3RcOy03t/bUadywsbyrQwCqZeNIEX6M1OtSZOM= github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2 h1:dWB6v3RcOy03t/bUadywsbyrQwCqZeNIEX6M1OtSZOM=

View File

@ -4,7 +4,7 @@ import (
"net/http" "net/http"
"testing" "testing"
"474420502.top/eson/gjson" "github.com/474420502/gjson"
) )
func TestFromHTTPResponse(t *testing.T) { func TestFromHTTPResponse(t *testing.T) {

View File

@ -8,7 +8,7 @@ import (
"testing" "testing"
"time" "time"
"474420502.top/eson/gjson" "github.com/474420502/gjson"
) )
func TestNewSession(t *testing.T) { func TestNewSession(t *testing.T) {

View File

@ -3,7 +3,7 @@ package requests
import ( import (
"testing" "testing"
"474420502.top/eson/gjson" "github.com/474420502/gjson"
) )
func TestUploadFile(t *testing.T) { func TestUploadFile(t *testing.T) {

View File

@ -7,7 +7,7 @@ import (
"sort" "sort"
"testing" "testing"
"474420502.top/eson/gjson" "github.com/474420502/gjson"
) )
func TestWorkflow(t *testing.T) { func TestWorkflow(t *testing.T) {