- 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 请求 📦 Golang 请求
[comment]: <> (go) [comment]: <> (go)
[![godoc](https://pkg.go.dev/badge/github.com/dtapps/gorequest?status.svg)](https://pkg.go.dev/github.com/dtapps/gorequest) [![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/github.com/dtapps/gorequest/badges/download-count.svg)](https://goproxy.cn/stats/github.com/dtapps/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/github.com/dtapps/gorequest)](https://goreportcard.com/report/github.com/dtapps/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/github.com%2Fdtapps%2Fgorequest) [![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/go.dtapp.net%2Fgorequest)
#### 安装 #### 安装
```go ```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 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= go.dtapp.net/gostring v1.0.5 h1:6sKrSdQ4so80+zvo+VDZ5pgWGREq2niTLv6GIF++HgY=
github.com/dtapps/gostring v1.0.4/go.mod h1:Ri5CruzyvydEMomzGPyzamXn9IWPeovn1WH4RLDMwMs= go.dtapp.net/gostring v1.0.5/go.mod h1:+ggrOvgQDQturi1QGsXEpyRN/ZPoRDaqhMujIk5lrgQ=
github.com/dtapps/gotime v1.0.3 h1:yzknDbqEOqntn3fbE2T9HRY5d03B81iIUkYKESuE8TY= go.dtapp.net/gotime v1.0.4 h1:gOOkGKfhJwX+dsGHvnF2est09Oqvk7cihJkePddJ5a8=
github.com/dtapps/gotime v1.0.3/go.mod h1:lbp8pG/8aV3O+t7IuAjasL2WLBsZqLZG6Uw6KqSnox8= go.dtapp.net/gotime v1.0.4/go.mod h1:Gq7eNLr2iMLP18UNWONRq4V3Uhf/ADp4bIrS+Tc6ktY=

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

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

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

Loading…
Cancel
Save