精简了一些依赖,完善了文档

This commit is contained in:
johlanse 2022-09-22 20:22:54 +08:00
parent 2bbcbed5d3
commit 90efd5ae46
2 changed files with 3 additions and 0 deletions

1
go.mod
View File

@ -15,6 +15,7 @@ require (
github.com/imroc/req/v3 v3.8.2 github.com/imroc/req/v3 v3.8.2
github.com/johlanse/wechat v0.0.0-20220909140933-49a96a4c0412 github.com/johlanse/wechat v0.0.0-20220909140933-49a96a4c0412
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/klauspost/compress v1.15.10
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/mitchellh/mapstructure v1.5.0 github.com/mitchellh/mapstructure v1.5.0
github.com/playwright-community/playwright-go v0.2000.1 github.com/playwright-community/playwright-go v0.2000.1

View File

@ -10,6 +10,8 @@ import (
"errors" "errors"
"io" "io"
"net/http" "net/http"
"github.com/klauspost/compress/gzip"
) )
// update study_xxqg自我更新 // update study_xxqg自我更新