Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Prepare vmclarity for version v0.7.0-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
paralta committed Feb 26, 2024
1 parent a415804 commit 82f902e
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 44 deletions.
4 changes: 2 additions & 2 deletions api/client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.21.4
require (
github.com/deepmap/oapi-codegen/v2 v2.1.0
github.com/oapi-codegen/runtime v1.1.1
github.com/openclarity/vmclarity/api/types v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/core v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/api/types v0.7.0-rc0
github.com/openclarity/vmclarity/core v0.7.0-rc0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions api/server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ require (
github.com/oapi-codegen/echo-middleware v1.0.1
github.com/oapi-codegen/runtime v1.1.1
github.com/onsi/gomega v1.31.1
github.com/openclarity/vmclarity/api/types v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/core v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/api/types v0.7.0-rc0
github.com/openclarity/vmclarity/core v0.7.0-rc0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
Expand Down
8 changes: 4 additions & 4 deletions cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ require (
github.com/jinzhu/copier v0.4.0
github.com/onsi/gomega v1.31.1
github.com/openclarity/grype-server/api v0.0.0-20240201133700-ad5e6432b894
github.com/openclarity/vmclarity/api/client v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/api/types v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/core v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/utils v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/api/client v0.7.0-rc0
github.com/openclarity/vmclarity/api/types v0.7.0-rc0
github.com/openclarity/vmclarity/core v0.7.0-rc0
github.com/openclarity/vmclarity/utils v0.7.0-rc0
github.com/openclarity/yara-rule-server v0.3.0
github.com/package-url/packageurl-go v0.1.2
github.com/sirupsen/logrus v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions containerruntimediscovery/client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/openclarity/vmclarity/containerruntimediscovery/client
go 1.21.4

require (
github.com/openclarity/vmclarity/api/types v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/containerruntimediscovery/types v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/api/types v0.7.0-rc0
github.com/openclarity/vmclarity/containerruntimediscovery/types v0.7.0-rc0
)

require (
Expand Down
6 changes: 3 additions & 3 deletions containerruntimediscovery/server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/openclarity/vmclarity/containerruntimediscovery/server
go 1.21.4

require (
github.com/openclarity/vmclarity/api/types v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/containerruntimediscovery/types v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/api/types v0.7.0-rc0
github.com/openclarity/vmclarity/containerruntimediscovery/types v0.7.0-rc0
)

require (
Expand All @@ -13,7 +13,7 @@ require (
github.com/containers/image/v5 v5.29.2
github.com/docker/docker v25.0.3+incompatible
github.com/labstack/echo/v4 v4.11.4
github.com/openclarity/vmclarity/core v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/core v0.7.0-rc0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
Expand Down
2 changes: 1 addition & 1 deletion containerruntimediscovery/types/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/openclarity/vmclarity/containerruntimediscovery/types

go 1.21.4

require github.com/openclarity/vmclarity/api/types v0.0.0-00010101000000-000000000000
require github.com/openclarity/vmclarity/api/types v0.7.0-rc0

require (
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
Expand Down
16 changes: 8 additions & 8 deletions e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ require (
github.com/mitchellh/mapstructure v1.5.0
github.com/onsi/ginkgo/v2 v2.15.0
github.com/onsi/gomega v1.31.1
github.com/openclarity/vmclarity/api/client v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/api/types v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/core v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/testenv v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/uibackend/client v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/uibackend/types v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/api/client v0.7.0-rc0
github.com/openclarity/vmclarity/api/types v0.7.0-rc0
github.com/openclarity/vmclarity/core v0.7.0-rc0
github.com/openclarity/vmclarity/testenv v0.7.0-rc0
github.com/openclarity/vmclarity/uibackend/client v0.7.0-rc0
github.com/openclarity/vmclarity/uibackend/types v0.7.0-rc0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/viper v1.18.2
)
Expand Down Expand Up @@ -161,8 +161,8 @@ require (
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
github.com/oapi-codegen/runtime v1.1.1 // indirect
github.com/openclarity/vmclarity/installation v0.0.0-00010101000000-000000000000 // indirect
github.com/openclarity/vmclarity/utils v0.0.0-20240202114539-0b2edd72c17d // indirect
github.com/openclarity/vmclarity/installation v0.7.0-rc0 // indirect
github.com/openclarity/vmclarity/utils v0.7.0-rc0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc6 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
Expand Down
2 changes: 1 addition & 1 deletion installation/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module github.com/openclarity/vmclarity/installation

go 1.21.4

require github.com/openclarity/vmclarity/utils v0.0.0-20240202114539-0b2edd72c17d
require github.com/openclarity/vmclarity/utils v0.7.0-rc0

replace github.com/openclarity/vmclarity/utils => ../utils
14 changes: 7 additions & 7 deletions orchestrator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ require (
github.com/google/go-cmp v0.6.0
github.com/mitchellh/mapstructure v1.5.0
github.com/onsi/gomega v1.31.1
github.com/openclarity/vmclarity/api/client v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/api/types v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/cli v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/core v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/provider v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/api/client v0.7.0-rc0
github.com/openclarity/vmclarity/api/types v0.7.0-rc0
github.com/openclarity/vmclarity/cli v0.7.0-rc0
github.com/openclarity/vmclarity/core v0.7.0-rc0
github.com/openclarity/vmclarity/provider v0.7.0-rc0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
Expand Down Expand Up @@ -308,8 +308,8 @@ require (
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/open-policy-agent/opa v0.61.0 // indirect
github.com/openclarity/grype-server/api v0.0.0-20240201133700-ad5e6432b894 // indirect
github.com/openclarity/vmclarity/containerruntimediscovery/client v0.0.0-00010101000000-000000000000 // indirect
github.com/openclarity/vmclarity/containerruntimediscovery/types v0.0.0-00010101000000-000000000000 // indirect
github.com/openclarity/vmclarity/containerruntimediscovery/client v0.7.0-rc0 // indirect
github.com/openclarity/vmclarity/containerruntimediscovery/types v0.7.0-rc0 // indirect
github.com/openclarity/yara-rule-server v0.3.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc6 // indirect
Expand Down
10 changes: 5 additions & 5 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ require (
github.com/google/go-cmp v0.6.0
github.com/mitchellh/mapstructure v1.5.0
github.com/onsi/gomega v1.31.1
github.com/openclarity/vmclarity/api/types v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/cli v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/containerruntimediscovery/client v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/containerruntimediscovery/types v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/core v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/api/types v0.7.0-rc0
github.com/openclarity/vmclarity/cli v0.7.0-rc0
github.com/openclarity/vmclarity/containerruntimediscovery/client v0.7.0-rc0
github.com/openclarity/vmclarity/containerruntimediscovery/types v0.7.0-rc0
github.com/openclarity/vmclarity/core v0.7.0-rc0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/viper v1.18.2
golang.org/x/sync v0.6.0
Expand Down
6 changes: 3 additions & 3 deletions testenv/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ require (
github.com/ghodss/yaml v1.0.0
github.com/mitchellh/mapstructure v1.5.0
github.com/onsi/gomega v1.31.1
github.com/openclarity/vmclarity/core v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/installation v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/core v0.7.0-rc0
github.com/openclarity/vmclarity/installation v0.7.0-rc0
github.com/opencontainers/go-digest v1.0.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
Expand Down Expand Up @@ -154,7 +154,7 @@ require (
github.com/morikuni/aec v1.0.0 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
github.com/openclarity/vmclarity/utils v0.0.0-20240202114539-0b2edd72c17d // indirect
github.com/openclarity/vmclarity/utils v0.7.0-rc0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc6 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
Expand Down
2 changes: 1 addition & 1 deletion uibackend/client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21.4
require (
github.com/deepmap/oapi-codegen/v2 v2.1.0
github.com/oapi-codegen/runtime v1.1.1
github.com/openclarity/vmclarity/uibackend/types v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/uibackend/types v0.7.0-rc0
)

require (
Expand Down
10 changes: 5 additions & 5 deletions uibackend/server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ require (
github.com/oapi-codegen/echo-middleware v1.0.1
github.com/oapi-codegen/runtime v1.1.1
github.com/onsi/gomega v1.31.1
github.com/openclarity/vmclarity/api/client v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/api/types v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/cli v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/core v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/uibackend/types v0.0.0-00010101000000-000000000000
github.com/openclarity/vmclarity/api/client v0.7.0-rc0
github.com/openclarity/vmclarity/api/types v0.7.0-rc0
github.com/openclarity/vmclarity/cli v0.7.0-rc0
github.com/openclarity/vmclarity/core v0.7.0-rc0
github.com/openclarity/vmclarity/uibackend/types v0.7.0-rc0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
Expand Down

0 comments on commit 82f902e

Please sign in to comment.