feat: 更换http工具包

This commit is contained in:
Mmx
2021-09-19 22:24:21 +08:00
parent b786e83657
commit 6e381b1a65
4 changed files with 71 additions and 93 deletions

5
go.mod
View File

@@ -1,3 +1,8 @@
module autoLogin
go 1.16
require (
github.com/Mmx233/tool v0.2.2
github.com/PuerkitoBio/goquery v1.7.1 // indirect
)