Skip to content

Commit

Permalink
🧹 latest v8 cnquery
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeffrey committed Sep 25, 2023
1 parent 34b54ab commit bc5e711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ go 1.21

toolchain go1.21.0

replace go.mondoo.com/cnquery => ../cnquery

require (
github.com/Masterminds/semver v1.5.0
github.com/cockroachdb/errors v1.9.1
Expand All @@ -28,7 +30,7 @@ require (
github.com/spf13/pflag v1.0.6-0.20201009195203-85dd5c8bc61c
github.com/spf13/viper v1.16.0
github.com/stretchr/testify v1.8.4
go.mondoo.com/cnquery v0.0.0-20230922053028-d54cda56c308
go.mondoo.com/cnquery v0.0.0-20230925205542-06be5cbf7a7a
go.mondoo.com/ranger-rpc v0.5.1
go.opentelemetry.io/otel v1.16.0
golang.org/x/sync v0.3.0 // indirect
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1468,8 +1468,6 @@ gitlab.com/bosi/decorder v0.4.0 h1:HWuxAhSxIvsITcXeP+iIRg9d1cVfvVkmlF7M68GaoDY=
gitlab.com/bosi/decorder v0.4.0/go.mod h1:xarnteyUoJiOTEldDysquWKTVDCKo2TOIOIibSuWqOg=
go-simpler.org/assert v0.6.0 h1:QxSrXa4oRuo/1eHMXSBFHKvJIpWABayzKldqZyugG7E=
go-simpler.org/assert v0.6.0/go.mod h1:74Eqh5eI6vCK6Y5l3PI8ZYFXG4Sa+tkr70OIPJAUr28=
go.mondoo.com/cnquery v0.0.0-20230922053028-d54cda56c308 h1:rnpdj7KrrmiFstGyT9fUIsWX6ySMrc9E6yq8t/xDpK4=
go.mondoo.com/cnquery v0.0.0-20230922053028-d54cda56c308/go.mod h1:s27asH4KNOHQi9eRhsRfi6sD3lV60Yq+NP5U3mr9Tek=
go.mondoo.com/ranger-rpc v0.5.1 h1:OaVQntDJWDRgbc9nXBP4wOCR9h9Bij8LgHHs86IguGk=
go.mondoo.com/ranger-rpc v0.5.1/go.mod h1:3YKcqFrlPgaB4FZ4EoLgdmRtwMQdO7RoAkZYFn+F1eY=
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
Expand Down

0 comments on commit bc5e711

Please sign in to comment.