diff --git a/runtimes/cloudformation/go.mod b/runtimes/cloudformation/go.mod index 8e9e612..ed2d8a1 100644 --- a/runtimes/cloudformation/go.mod +++ b/runtimes/cloudformation/go.mod @@ -8,7 +8,7 @@ require ( github.com/aws/aws-sdk-go v1.55.5 github.com/google/go-containerregistry v0.20.2 github.com/rs/zerolog v1.33.0 - github.com/stretchr/testify v1.9.0 + github.com/stretchr/testify v1.10.0 github.com/sysdiglabs/agent-kilt/pkg v0.0.0-20240808103223-011d2ea63e8a github.com/yudai/gojsondiff v1.0.0 ) diff --git a/runtimes/cloudformation/go.sum b/runtimes/cloudformation/go.sum index c50f279..62169ad 100644 --- a/runtimes/cloudformation/go.sum +++ b/runtimes/cloudformation/go.sum @@ -93,8 +93,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -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/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= +github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/sysdiglabs/agent-kilt/pkg v0.0.0-20240808103223-011d2ea63e8a h1:4IMaria5zjN0pIm6rjYH96BXx/Nzb1/AL1Xg3odKkNc= github.com/sysdiglabs/agent-kilt/pkg v0.0.0-20240808103223-011d2ea63e8a/go.mod h1:IGhfv/WolPMOWrmVMUzLMarZsA1E5F7Om6cTRoANiq4= github.com/vbatts/tar-split v0.11.5 h1:3bHCTIheBm1qFTcgh9oPu+nNBtX+XJIupG/vacinCts=