update go mod

This commit is contained in:
zhangdeman001 2023-03-10 16:05:20 +08:00
parent 509e764fbc
commit ae2731ca9d
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -2,4 +2,4 @@ module git.zhangdeman.cn/zhangdeman/httpclient
go 1.17
require github.com/ddliu/go-httpclient v0.6.9 // indirect
require github.com/ddliu/go-httpclient v0.7.1

2
go.sum
View File

@ -1,2 +1,4 @@
github.com/ddliu/go-httpclient v0.6.9 h1:/3hsBVpcgCJwqm1dkVlnAJ9NWuYInbRc+i9FyUXX/LE=
github.com/ddliu/go-httpclient v0.6.9/go.mod h1:zM9P0OxV4OGGz1pt/ibuj0ooX2SWH9a6MvXZLbT0JMc=
github.com/ddliu/go-httpclient v0.7.1 h1:COWYBalfbaFNe6e0eQU38++vCD5kzLh1H1RFs3xcn9g=
github.com/ddliu/go-httpclient v0.7.1/go.mod h1:uwipe9x9SYGk4JhBemO7+dD87QbiY224y0DLB9OY0Ik=