From 8c56d143f682f57593f8d8b5da4c4f5e97bb3f5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 13:33:08 +0000 Subject: [PATCH] chore(deps): bump github.com/threatwinds/go-sdk in /plugins/alerts Bumps [github.com/threatwinds/go-sdk](https://github.com/threatwinds/go-sdk) from 1.1.21 to 1.1.24. - [Release notes](https://github.com/threatwinds/go-sdk/releases) - [Commits](https://github.com/threatwinds/go-sdk/compare/v1.1.21...v1.1.24) --- updated-dependencies: - dependency-name: github.com/threatwinds/go-sdk dependency-version: 1.1.24 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plugins/alerts/go.mod | 2 +- plugins/alerts/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/alerts/go.mod b/plugins/alerts/go.mod index ca08bd619..a51937f40 100644 --- a/plugins/alerts/go.mod +++ b/plugins/alerts/go.mod @@ -3,7 +3,7 @@ module github.com/utmstack/UTMStack/plugins/alerts go 1.25.5 require ( - github.com/threatwinds/go-sdk v1.1.21 + github.com/threatwinds/go-sdk v1.1.24 github.com/tidwall/gjson v1.19.0 google.golang.org/protobuf v1.36.11 ) diff --git a/plugins/alerts/go.sum b/plugins/alerts/go.sum index a037f26f7..e258d1d0d 100644 --- a/plugins/alerts/go.sum +++ b/plugins/alerts/go.sum @@ -90,8 +90,8 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= -github.com/threatwinds/go-sdk v1.1.21 h1:ZT/6Rb9szOLzXZdUgSa9eSDD4f5ljNDdzBWvR8hXTIE= -github.com/threatwinds/go-sdk v1.1.21/go.mod h1:kuU3op/tHVgoDhVeP4KHvyHXQKWSmmdEwJPUr0sGRLI= +github.com/threatwinds/go-sdk v1.1.24 h1:HaouSI3VcFlHYKvtMpI3h5CFgQZTnyVJU6v/jRAi8fo= +github.com/threatwinds/go-sdk v1.1.24/go.mod h1:kuU3op/tHVgoDhVeP4KHvyHXQKWSmmdEwJPUr0sGRLI= github.com/tidwall/gjson v1.19.0 h1:xwxm7n691Uf3u5OFjzngavjGTh55KX5q/9w9xHW88JU= github.com/tidwall/gjson v1.19.0/go.mod h1:V37/opeE/JbLUOfH0QTXiNez2l0RUjYUhpT4szFQAfc= github.com/tidwall/match v1.2.0 h1:0pt8FlkOwjN2fPt4bIl4BoNxb98gGHN2ObFEDkrfZnM=