diff --git a/service/aswzk/go.mod b/service/aswzk/go.mod index 746c2210..3420fcbb 100644 --- a/service/aswzk/go.mod +++ b/service/aswzk/go.mod @@ -12,7 +12,7 @@ require ( go.dtapp.net/library/utils/gomd5 v1.0.3 go.dtapp.net/library/utils/gorequest v1.1.3 go.dtapp.net/library/utils/gotime v1.0.19 - resty.dev/v3 v3.0.0-rc.1 + resty.dev/v3 v3.0.0-rc.3 ) require ( diff --git a/service/aswzk/go.sum b/service/aswzk/go.sum index df0f4ace..5e3717f5 100644 --- a/service/aswzk/go.sum +++ b/service/aswzk/go.sum @@ -16,5 +16,5 @@ golang.org/x/text v0.38.0 h1:sXmwo9DwP3OK9EZ7PqAdaooSGozfl/3a6/xJcbzPRhE= golang.org/x/text v0.38.0/go.mod h1:YXZt3QhHUKYT53r2lLKFIVi6Ao1jdzrTR/KQ09qyxF4= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -resty.dev/v3 v3.0.0-rc.1 h1:oK7Y6+r0JSSrj9Szxs4yv8Wd/pW/HZhHiPy1QmhND5M= -resty.dev/v3 v3.0.0-rc.1/go.mod h1:NTOerrC/4T7/FE6tXIZGIysXXBdgNqwMZuKtxpea9NM= +resty.dev/v3 v3.0.0-rc.3 h1:k24LZ03Cb4Ue5e6O/Pfxu5TQRBBYGES6wm2wceia+Io= +resty.dev/v3 v3.0.0-rc.3/go.mod h1:NTOerrC/4T7/FE6tXIZGIysXXBdgNqwMZuKtxpea9NM=