From 51f7810a8cc136ec79ca7d130e8865e45eba50db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 13:50:56 +0000 Subject: [PATCH] chore(deps): bump github.com/threatwinds/go-sdk in /agent Bumps [github.com/threatwinds/go-sdk](https://github.com/threatwinds/go-sdk) from 1.0.40 to 1.0.43. - [Release notes](https://github.com/threatwinds/go-sdk/releases) - [Commits](https://github.com/threatwinds/go-sdk/compare/v1.0.40...v1.0.43) --- updated-dependencies: - dependency-name: github.com/threatwinds/go-sdk dependency-version: 1.0.43 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- agent/go.mod | 2 +- agent/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/agent/go.mod b/agent/go.mod index e1b2a0a60..b4af2b58f 100644 --- a/agent/go.mod +++ b/agent/go.mod @@ -8,7 +8,7 @@ require ( github.com/google/uuid v1.6.0 github.com/kardianos/service v1.2.2 github.com/tehmaze/netflow v0.0.0-20240303214733-8c13bb004068 - github.com/threatwinds/go-sdk v1.0.40 + github.com/threatwinds/go-sdk v1.0.43 github.com/threatwinds/logger v1.2.2 golang.org/x/sys v0.33.0 google.golang.org/grpc v1.73.0 diff --git a/agent/go.sum b/agent/go.sum index 3d4bfc911..ae0f43e2c 100644 --- a/agent/go.sum +++ b/agent/go.sum @@ -86,8 +86,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/tehmaze/netflow v0.0.0-20240303214733-8c13bb004068 h1:1B+EAUqxEyPByCfk55tB21DtR7WF7Q2w71g7+uVkvIg= github.com/tehmaze/netflow v0.0.0-20240303214733-8c13bb004068/go.mod h1:QRP5wJOf7gGMGL2fCAfmh/5CMZQspRxT5DqghaPRrjM= -github.com/threatwinds/go-sdk v1.0.40 h1:g0XS8WiGVGD6djucY0ZuckpZljBbXDuqGJ1dKOjce3I= -github.com/threatwinds/go-sdk v1.0.40/go.mod h1:ZLcT5kB0s2xFEUVJoFpwlLucnbQ8VBNU44aoKKC/j/g= +github.com/threatwinds/go-sdk v1.0.43 h1:q2Pl0DvmFpeBCs5sZRcsG1oDn2zIoIB5vHwcJ/VDgD8= +github.com/threatwinds/go-sdk v1.0.43/go.mod h1:S0R7kQj2BsTgaYnX6eZ3keEFRy9yt4f9SCEKYMJzD6g= github.com/threatwinds/logger v1.2.2 h1:sVuT8yhbecPqP4tT8EwHfp1czNC6e1wdkE1ihNnuBdA= github.com/threatwinds/logger v1.2.2/go.mod h1:Amq0QI1y7fkTpnBUgeGVu2Z/C4u4ys2pNLUOuj3UAAU= github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY=