update go mod

This commit is contained in:
白茶清欢 2023-08-10 14:37:31 +08:00
parent 5a676c3c0b
commit 0410a815f1
1 changed files with 3 additions and 1 deletions

4
go.mod
View File

@ -2,4 +2,6 @@ module git.zhangdeman.cn/zhangdeman/httpclient
go 1.20
require github.com/ddliu/go-httpclient v0.7.1
require (
github.com/ddliu/go-httpclient v0.7.1
)