diff --git a/README.md b/README.md index 270caab..f272a56 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,15 @@ 📦 Golang 请求 [comment]: <> (go) -[![godoc](https://pkg.go.dev/badge/github.com/dtapps/gorequest?status.svg)](https://pkg.go.dev/github.com/dtapps/gorequest) -[![goproxy.cn](https://goproxy.cn/stats/github.com/dtapps/gorequest/badges/download-count.svg)](https://goproxy.cn/stats/github.com/dtapps/gorequest) -[![goreportcard.com](https://goreportcard.com/badge/github.com/dtapps/gorequest)](https://goreportcard.com/report/github.com/dtapps/gorequest) -[![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/github.com%2Fdtapps%2Fgorequest) +[![godoc](https://pkg.go.dev/badge/go.dtapp.net/gorequest?status.svg)](https://pkg.go.dev/go.dtapp.net/gorequest) +[![goproxy.cn](https://goproxy.cn/stats/go.dtapp.net/gorequest/badges/download-count.svg)](https://goproxy.cn/stats/go.dtapp.net/gorequest) +[![goreportcard.com](https://goreportcard.com/badge/go.dtapp.net/gorequest)](https://goreportcard.com/report/go.dtapp.net/gorequest) +[![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/go.dtapp.net%2Fgorequest) #### 安装 ```go -go get -v -u github.com/dtapps/gorequest +go get -v -u go.dtapp.net/gorequest ``` #### 使用 diff --git a/go.mod b/go.mod index c541954..a7dca3f 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ -module github.com/dtapps/gorequest +module go.dtapp.net/gorequest go 1.18 -require github.com/dtapps/gotime v1.0.3 +require go.dtapp.net/gostring v1.0.5 -require github.com/dtapps/gostring v1.0.4 +require go.dtapp.net/gotime v1.0.4 diff --git a/go.sum b/go.sum index 4881d88..32fa495 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ -github.com/dtapps/gostring v1.0.4 h1:71+ycsnvS+UkNx+15U6mL9oWwCIGEAAEtDmAfeTr64M= -github.com/dtapps/gostring v1.0.4/go.mod h1:Ri5CruzyvydEMomzGPyzamXn9IWPeovn1WH4RLDMwMs= -github.com/dtapps/gotime v1.0.3 h1:yzknDbqEOqntn3fbE2T9HRY5d03B81iIUkYKESuE8TY= -github.com/dtapps/gotime v1.0.3/go.mod h1:lbp8pG/8aV3O+t7IuAjasL2WLBsZqLZG6Uw6KqSnox8= +go.dtapp.net/gostring v1.0.5 h1:6sKrSdQ4so80+zvo+VDZ5pgWGREq2niTLv6GIF++HgY= +go.dtapp.net/gostring v1.0.5/go.mod h1:+ggrOvgQDQturi1QGsXEpyRN/ZPoRDaqhMujIk5lrgQ= +go.dtapp.net/gotime v1.0.4 h1:gOOkGKfhJwX+dsGHvnF2est09Oqvk7cihJkePddJ5a8= +go.dtapp.net/gotime v1.0.4/go.mod h1:Gq7eNLr2iMLP18UNWONRq4V3Uhf/ADp4bIrS+Tc6ktY= diff --git a/http.go b/http.go index f8c1910..cbf4629 100644 --- a/http.go +++ b/http.go @@ -6,7 +6,7 @@ import ( "encoding/json" "errors" "fmt" - "github.com/dtapps/gotime" + "go.dtapp.net/gotime" "io" "io/ioutil" "net/http" diff --git a/params.go b/params.go index 9339d7e..289dc61 100644 --- a/params.go +++ b/params.go @@ -2,7 +2,7 @@ package gorequest import ( "encoding/json" - "github.com/dtapps/gostring" + "go.dtapp.net/gostring" "log" ) diff --git a/version.go b/version.go index 28e1838..18e93bd 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package gorequest -const Version = "1.0.22" +const Version = "1.0.23"