File tree Expand file tree Collapse file tree 3 files changed +4
-418
lines changed
Expand file tree Collapse file tree 3 files changed +4
-418
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ module github.com/utmstack/UTMStack/plugins/alerts
33go 1.25.5
44
55require (
6- github.com/google/uuid v1.6.0
7- github.com/threatwinds/go-sdk v1.1.10
6+ github.com/threatwinds/go-sdk v1.1.11
87 github.com/tidwall/gjson v1.18.0
98 google.golang.org/protobuf v1.36.11
109)
@@ -25,6 +24,7 @@ require (
2524 github.com/goccy/go-json v0.10.5 // indirect
2625 github.com/goccy/go-yaml v1.19.2 // indirect
2726 github.com/google/cel-go v0.27.0 // indirect
27+ github.com/google/uuid v1.6.0 // indirect
2828 github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
2929 github.com/json-iterator/go v1.1.12 // indirect
3030 github.com/klauspost/cpuid/v2 v2.3.0 // indirect
Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl
8888github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
8989github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
9090github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
91- github.com/threatwinds/go-sdk v1.1.10 h1:joqXa0K8DiiJ135isRi6eOzVTtlPBY2i2yAS2ia2wNU =
92- github.com/threatwinds/go-sdk v1.1.10 /go.mod h1:N19iqJPaNAoWwZTCuFvV0hIvT0D1jOR1KkKYgAoPLmw =
91+ github.com/threatwinds/go-sdk v1.1.11 h1:3S/sgT9qZaNK+YthSQ5b7D8ucJu70LhQg6yEFSaSqy8 =
92+ github.com/threatwinds/go-sdk v1.1.11 /go.mod h1:N19iqJPaNAoWwZTCuFvV0hIvT0D1jOR1KkKYgAoPLmw =
9393github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY =
9494github.com/tidwall/gjson v1.18.0 /go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk =
9595github.com/tidwall/match v1.1.1 /go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM =
You can’t perform that action at this time.
0 commit comments