diff --git a/go.mod b/go.mod index 4dce3bc..e362374 100644 --- a/go.mod +++ b/go.mod @@ -28,7 +28,7 @@ require ( github.com/silenceper/wechat/v2 v2.1.3 github.com/slack-go/slack v0.10.3 github.com/stretchr/testify v1.7.1 - github.com/textmagic/textmagic-rest-go-v2/v2 v2.0.2457 + github.com/textmagic/textmagic-rest-go-v2/v2 v2.0.3361 github.com/utahta/go-linenotify v0.5.0 golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f ) diff --git a/go.sum b/go.sum index 09c8e00..898a80d 100644 --- a/go.sum +++ b/go.sum @@ -364,6 +364,8 @@ github.com/technoweenie/multipartstreamer v1.0.1 h1:XRztA5MXiR1TIRHxH2uNxXxaIkKQ github.com/technoweenie/multipartstreamer v1.0.1/go.mod h1:jNVxdtShOxzAsukZwTSw6MDx5eUJoiEBsSvzDU9uzog= github.com/textmagic/textmagic-rest-go-v2/v2 v2.0.2457 h1:qv9RHQ3ig3BT9o0e5vbuHuMPTIQTkvoLgTh8nviAPxk= github.com/textmagic/textmagic-rest-go-v2/v2 v2.0.2457/go.mod h1:PbP69y7uRiNdwtPE3/bVGDaPYA1sr4vuHaGLQAGzeW8= +github.com/textmagic/textmagic-rest-go-v2/v2 v2.0.3361 h1:D8+m/4Cp9XJijvP/fx4m82/McaCIKA5+ygHk7QUblsA= +github.com/textmagic/textmagic-rest-go-v2/v2 v2.0.3361/go.mod h1:PbP69y7uRiNdwtPE3/bVGDaPYA1sr4vuHaGLQAGzeW8= github.com/tidwall/gjson v1.14.1 h1:iymTbGkQBhveq21bEvAQ81I0LEBork8BFe1CUZXdyuo= github.com/tidwall/gjson v1.14.1/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=