diff --git a/core/go.mod b/core/go.mod index 0054be88..2870e03a 100644 --- a/core/go.mod +++ b/core/go.mod @@ -39,7 +39,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/satta/gommunityid v0.0.0-20210315182841-1cdcb73ce408 github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570 - github.com/stretchr/testify v1.8.2 + github.com/stretchr/testify v1.9.0 github.com/sysflow-telemetry/sf-apis/go v0.0.0-20230929141246-bc28a59e1300 github.com/tidwall/gjson v1.14.1 golang.org/x/exp v0.0.0-20230206171751-46f607a40771 diff --git a/core/go.sum b/core/go.sum index f8a77e87..92b08f6d 100644 --- a/core/go.sum +++ b/core/go.sum @@ -205,6 +205,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= +github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= +github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/sysflow-telemetry/sf-apis/go v0.0.0-20230905191833-17e4c751b04c h1:5BCJMIuiysHlYJe+nr/203cqIS6cpTIssbUD8v88VOU= github.com/sysflow-telemetry/sf-apis/go v0.0.0-20230905191833-17e4c751b04c/go.mod h1:eo1ATE056Rqb9LhE4LA/0Y2AHfV//1zdCw0py4/S5HM= github.com/sysflow-telemetry/sf-apis/go v0.0.0-20230929141246-bc28a59e1300 h1:ZxzwimQe2R4kYorqS33/l+m/+SXWMzPn1cLtpA1ExA0=