diff --git a/go.mod b/go.mod index 3f1487ab..8ab138e0 100644 --- a/go.mod +++ b/go.mod @@ -24,7 +24,7 @@ require ( github.com/silenceper/wechat/v2 v2.1.6 github.com/slack-go/slack v0.12.3 github.com/stretchr/testify v1.8.4 - github.com/textmagic/textmagic-rest-go-v2/v2 v2.0.17428 + github.com/textmagic/textmagic-rest-go-v2/v2 v2.0.17551 github.com/utahta/go-linenotify v0.5.0 golang.org/x/sync v0.6.0 ) diff --git a/go.sum b/go.sum index 768e611e..a51b3776 100644 --- a/go.sum +++ b/go.sum @@ -289,8 +289,8 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= github.com/technoweenie/multipartstreamer v1.0.1 h1:XRztA5MXiR1TIRHxH2uNxXxaIkKQDeX7m2XsSOlQEnM= github.com/technoweenie/multipartstreamer v1.0.1/go.mod h1:jNVxdtShOxzAsukZwTSw6MDx5eUJoiEBsSvzDU9uzog= -github.com/textmagic/textmagic-rest-go-v2/v2 v2.0.17428 h1:1SjUKaFDM3AadKqhtu1qSouzpsKMOr7PF/SCmu37QH0= -github.com/textmagic/textmagic-rest-go-v2/v2 v2.0.17428/go.mod h1:PbP69y7uRiNdwtPE3/bVGDaPYA1sr4vuHaGLQAGzeW8= +github.com/textmagic/textmagic-rest-go-v2/v2 v2.0.17551 h1:oy6pmG0DGcdw4eD5yCQtuai5ZNiLrXXpPuwqjbOuEmU= +github.com/textmagic/textmagic-rest-go-v2/v2 v2.0.17551/go.mod h1:PbP69y7uRiNdwtPE3/bVGDaPYA1sr4vuHaGLQAGzeW8= github.com/tidwall/gjson v1.14.1/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= github.com/tidwall/gjson v1.17.0 h1:/Jocvlh98kcTfpN2+JzGQWQcqrPQwDrVEMApx/M5ZwM=