Skip to content

Commit

Permalink
🧹 Bump cnspec to v11.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Sep 3, 2024
1 parent 65ddd9a commit 0910100
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v11.19.1
v11.20.0
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
module go.mondoo.com/packer-plugin-cnspec

go 1.22.0

toolchain go1.22.4
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.19.1
go.mondoo.com/cnspec/v11 v11.19.1
go.mondoo.com/cnspec/v11 v11.20.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -972,8 +972,8 @@ go.etcd.io/etcd/client/pkg/v3 v3.5.1/go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3
go.etcd.io/etcd/client/v2 v2.305.1/go.mod h1:pMEacxZW7o8pg4CrFE7pquyCJJzZvkvdD2RibOCCCGs=
go.mondoo.com/cnquery/v11 v11.19.1 h1:EbjGiry/8cTUDVQnFN1kytk0jNqnFCJME2PrUP18BYM=
go.mondoo.com/cnquery/v11 v11.19.1/go.mod h1:vUOJPRL7vg6X84E209sypmuRJj0gO2Os9urGpDOsIpg=
go.mondoo.com/cnspec/v11 v11.19.1 h1:pK7FBLHpDF7CYN4EFEQGpyp80T0FHHRLpAyh0hpJ1Ks=
go.mondoo.com/cnspec/v11 v11.19.1/go.mod h1:qVNzZcyla6JwO8GQcKbaeYve2oG/hzwZaeGUNYdunM0=
go.mondoo.com/cnspec/v11 v11.20.0 h1:QN5xmjxB5ry+H7txUOZGUgpruK4/PZ2U2NgQsGCYr1I=
go.mondoo.com/cnspec/v11 v11.20.0/go.mod h1:tFutPcfeop2e6Vz7BgLbKi/1zqt8q91e0IWGDIVhsbw=
go.mondoo.com/mondoo-go v0.0.0-20240819110653-687d75eb1183 h1:IpUOrXDa31euZKYfbBEkyZTTUGK3CtF2l8Wy1T0YG/o=
go.mondoo.com/mondoo-go v0.0.0-20240819110653-687d75eb1183/go.mod h1:lF3LCT7QHJekrCjQjYkectEQ/atQ0UELtsuBuXHNRxo=
go.mondoo.com/ranger-rpc v0.6.3 h1:XpJatFv0m6FxiVwgwKVlDkO6EcjGf6TnoJSlNh3d7Ks=
Expand Down

0 comments on commit 0910100

Please sign in to comment.