diff --git a/service/feishu/go.mod b/service/feishu/go.mod index 67b91002..a70aeb64 100644 --- a/service/feishu/go.mod +++ b/service/feishu/go.mod @@ -6,7 +6,7 @@ replace go.dtapp.net/library/utils/gorequest => ../../utils/gorequest require ( go.dtapp.net/library/utils/gorequest v1.1.3 - resty.dev/v3 v3.0.0-rc.1 + resty.dev/v3 v3.0.0-rc.2 ) require ( diff --git a/service/feishu/go.sum b/service/feishu/go.sum index d3dd46c5..dd377661 100644 --- a/service/feishu/go.sum +++ b/service/feishu/go.sum @@ -17,5 +17,5 @@ golang.org/x/text v0.38.0/go.mod h1:YXZt3QhHUKYT53r2lLKFIVi6Ao1jdzrTR/KQ09qyxF4= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= 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.2 h1:NE6RqPkUd27eQ5dFSb5tfyT3s6XX9ZySp9qZ7Nw1bn0= +resty.dev/v3 v3.0.0-rc.2/go.mod h1:NTOerrC/4T7/FE6tXIZGIysXXBdgNqwMZuKtxpea9NM=