Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧹 Bump cnspec to v11.30.2 #333

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v11.30.0
v11.30.2
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.23.0
replace github.com/zclconf/go-cty => github.com/nywilken/go-cty v1.13.3 // added by packer-sdc fix as noted in github.com/hashicorp/packer-plugin-sdk/issues/187

require (
go.mondoo.com/cnquery/v11 v11.30.0
go.mondoo.com/cnspec/v11 v11.30.0
go.mondoo.com/cnquery/v11 v11.30.2
go.mondoo.com/cnspec/v11 v11.30.2
)

require (
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1003,10 +1003,10 @@ github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmB
go.etcd.io/etcd/api/v3 v3.5.1/go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs=
go.etcd.io/etcd/client/pkg/v3 v3.5.1/go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g=
go.etcd.io/etcd/client/v2 v2.305.1/go.mod h1:pMEacxZW7o8pg4CrFE7pquyCJJzZvkvdD2RibOCCCGs=
go.mondoo.com/cnquery/v11 v11.30.0 h1:X67YDHhqdWBScch6hMw9anOXX7toikPq3zYaE7p0Nx0=
go.mondoo.com/cnquery/v11 v11.30.0/go.mod h1:NKAjSleNinzQCpmacHzmNlGWNla7H5ovb1orJAOCVtE=
go.mondoo.com/cnspec/v11 v11.30.0 h1:01JfG+Ovw27wZj7SZP4cmE50lxX5SSGHrQL2tdpSkrE=
go.mondoo.com/cnspec/v11 v11.30.0/go.mod h1:dc67xNggKwUre079RESE95+LgKr1YQ72Fqtdp22oWbI=
go.mondoo.com/cnquery/v11 v11.30.2 h1:8Jx2eEzBhgKS12aRQ3g605QcNRVRImekZ0aPjrRrj8M=
go.mondoo.com/cnquery/v11 v11.30.2/go.mod h1:4cntOmDzlOxScYlER0uU6j5DfOyj0FzhZv1TyGDNqos=
go.mondoo.com/cnspec/v11 v11.30.2 h1:g/IFMdtpvPTajZ8J2B7SyWmIMBxPGEkeX+B4+fSvILE=
go.mondoo.com/cnspec/v11 v11.30.2/go.mod h1:87cooGNyAy24c9pbEr/syBD46huIKLFa3zOea20+Cf4=
go.mondoo.com/mondoo-go v0.0.0-20241107213353-1a6e6a15de5d h1:HKqP8JL62tI/XRt7FTb3wVtjF4OqYXmHuF9Iz6LUFk8=
go.mondoo.com/mondoo-go v0.0.0-20241107213353-1a6e6a15de5d/go.mod h1:dun0t/zVJCSB/u9dhSO4FXn13moiH7JSwS2m8Ucxx50=
go.mondoo.com/ranger-rpc v0.6.4 h1:q01kjESvF2HSnbFO+TjpUQSiI2IM8JWGJLH3u0vNxZA=
Expand Down
Loading