Skip to content

Commit 6fbc0fa

Browse files
committed
chore(tests): remove integration tests and update SDK to v1.1.11
- Deleted `integration_test.go` file as part of test cleanup. - Upgraded `github.com/threatwinds/go-sdk` to v1.1.11 in `go.mod` and `go.sum`.
1 parent b007fed commit 6fbc0fa

File tree

3 files changed

+4
-418
lines changed

3 files changed

+4
-418
lines changed

plugins/alerts/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ module github.com/utmstack/UTMStack/plugins/alerts
33
go 1.25.5
44

55
require (
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

plugins/alerts/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl
8888
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
8989
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
9090
github.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=
9393
github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY=
9494
github.com/tidwall/gjson v1.18.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
9595
github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM=

0 commit comments

Comments
 (0)