- update
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

master v1.0.23
李光春 2 years ago
parent e4ff609f99
commit 2dc3acfcc2

@ -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
```
#### 使用

@ -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

@ -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=

@ -6,7 +6,7 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/dtapps/gotime"
"go.dtapp.net/gotime"
"io"
"io/ioutil"
"net/http"

@ -2,7 +2,7 @@ package gorequest
import (
"encoding/json"
"github.com/dtapps/gostring"
"go.dtapp.net/gostring"
"log"
)

@ -1,3 +1,3 @@
package gorequest
const Version = "1.0.22"
const Version = "1.0.23"

Loading…
Cancel
Save