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

🧹 update cnquery to latest #701

Merged
merged 1 commit into from
Aug 25, 2023
Merged
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 go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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-20230822180252-2a14c7065d8e
go.mondoo.com/cnquery v0.0.0-20230825164444-9a5d23a82dbb
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: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1435,6 +1435,8 @@ 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-20230822180252-2a14c7065d8e h1:41fWiUx2AaBP+hOhRcTIV9i0PRANm8Sf73V4fzgZ4io=
go.mondoo.com/cnquery v0.0.0-20230822180252-2a14c7065d8e/go.mod h1:7GgAZCZG+GWtVh73cARftlYjvxpcamTTDbtLzQRaV1M=
go.mondoo.com/cnquery v0.0.0-20230825164444-9a5d23a82dbb h1:Ou6TjMAlVjChufuZJJOVklS92419D1EKizhPzOV/heo=
go.mondoo.com/cnquery v0.0.0-20230825164444-9a5d23a82dbb/go.mod h1:7GgAZCZG+GWtVh73cARftlYjvxpcamTTDbtLzQRaV1M=
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