File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,13 +5,14 @@ go 1.25.5
55require (
66 github.com/AtlasInsideCorp/AtlasInsideAES v1.0.0
77 github.com/elastic/go-sysinfo v1.15.4
8+ github.com/fsnotify/fsnotify v1.9.0
89 github.com/glebarez/sqlite v1.11.0
910 github.com/google/uuid v1.6.0
1011 github.com/kardianos/service v1.2.4
1112 github.com/netsampler/goflow2 v1.3.7
1213 github.com/spf13/cobra v1.10.2
1314 github.com/tehmaze/netflow v0.0.0-20240303214733-8c13bb004068
14- github.com/threatwinds/go-sdk v1.1.14
15+ github.com/threatwinds/go-sdk v1.1.15
1516 github.com/threatwinds/logger v1.2.3
1617 github.com/utmstack/UTMStack/shared v0.0.0
1718 golang.org/x/sys v0.41.0
@@ -31,7 +32,6 @@ require (
3132 github.com/cloudwego/base64x v0.1.6 // indirect
3233 github.com/dustin/go-humanize v1.0.1 // indirect
3334 github.com/elastic/go-windows v1.0.2 // indirect
34- github.com/fsnotify/fsnotify v1.9.0 // indirect
3535 github.com/gabriel-vasile/mimetype v1.4.13 // indirect
3636 github.com/gin-contrib/sse v1.1.0 // indirect
3737 github.com/gin-gonic/gin v1.11.0 // indirect
Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
132132github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
133133github.com/tehmaze/netflow v0.0.0-20240303214733-8c13bb004068 h1:1B+EAUqxEyPByCfk55tB21DtR7WF7Q2w71g7+uVkvIg =
134134github.com/tehmaze/netflow v0.0.0-20240303214733-8c13bb004068 /go.mod h1:QRP5wJOf7gGMGL2fCAfmh/5CMZQspRxT5DqghaPRrjM =
135- github.com/threatwinds/go-sdk v1.1.14 h1:9XqqGPZvDHHuJ/XkfMsDl3fe7Adfi1fMh/PpQFkUkJU =
136- github.com/threatwinds/go-sdk v1.1.14 /go.mod h1:Kfu26gkSZDpNNkPvuQbTAW3dWIQ66pVIrNYW1YBG3Kg =
135+ github.com/threatwinds/go-sdk v1.1.15 h1:LvyaNT78y0whlq9ioR0aRKcRCxt0gX0s90X9z1fF5c4 =
136+ github.com/threatwinds/go-sdk v1.1.15 /go.mod h1:Kfu26gkSZDpNNkPvuQbTAW3dWIQ66pVIrNYW1YBG3Kg =
137137github.com/threatwinds/logger v1.2.3 h1:V2SVAXzbq+/huCvIWOfqzMTH+WBHJxankyBgVG2hy1Y =
138138github.com/threatwinds/logger v1.2.3 /go.mod h1:N+bJKvF4FQNJZLfQpVYWpr6D8iEAFnAQfHYqH5iR1TI =
139139github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY =
You can’t perform that action at this time.
0 commit comments