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

Commit

Permalink
chore(deps): update dependency go to v1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2024
1 parent b9935da commit 3ef03e4
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion api/client/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/api/client

go 1.21.4
go 1.22.0

require (
github.com/deepmap/oapi-codegen/v2 v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion api/server/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/api/server

go 1.21.4
go 1.22.0

require (
github.com/CiscoM31/godata v1.0.10
Expand Down
2 changes: 1 addition & 1 deletion api/types/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/api/types

go 1.21.4
go 1.22.0

require (
github.com/deepmap/oapi-codegen/v2 v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion cli/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/cli

go 1.21.4
go 1.22.0

require (
github.com/CycloneDX/cyclonedx-go v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion containerruntimediscovery/client/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/containerruntimediscovery/client

go 1.21.4
go 1.22.0

require (
github.com/openclarity/vmclarity/api/types v0.0.0-00010101000000-000000000000
Expand Down
2 changes: 1 addition & 1 deletion containerruntimediscovery/server/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/containerruntimediscovery/server

go 1.21.4
go 1.22.0

require (
github.com/openclarity/vmclarity/api/types v0.0.0-00010101000000-000000000000
Expand Down
2 changes: 1 addition & 1 deletion containerruntimediscovery/types/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/containerruntimediscovery/types

go 1.21.4
go 1.22.0

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

Expand Down
2 changes: 1 addition & 1 deletion core/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/core

go 1.21.4
go 1.22.0

require (
github.com/google/go-cmp v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion e2e/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/e2e

go 1.21.4
go 1.22.0

require (
github.com/google/uuid v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion installation/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/installation

go 1.21.4
go 1.22.0

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

Expand Down
2 changes: 1 addition & 1 deletion orchestrator/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/orchestrator

go 1.21.4
go 1.22.0

require (
github.com/Portshift/go-utils v0.0.0-20220421083203-89265d8a6487
Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/provider

go 1.21.4
go 1.22.0

require (
cloud.google.com/go/compute v1.23.4
Expand Down
2 changes: 1 addition & 1 deletion testenv/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/testenv

go 1.21.4
go 1.22.0

require (
github.com/compose-spec/compose-go/v2 v2.0.0-rc.5
Expand Down
2 changes: 1 addition & 1 deletion uibackend/client/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/uibackend/client

go 1.21.4
go 1.22.0

require (
github.com/deepmap/oapi-codegen/v2 v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion uibackend/server/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/uibackend/server

go 1.21.4
go 1.22.0

require (
github.com/Portshift/go-utils v0.0.0-20220421083203-89265d8a6487
Expand Down
2 changes: 1 addition & 1 deletion uibackend/types/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/uibackend/types

go 1.21.4
go 1.22.0

require github.com/deepmap/oapi-codegen/v2 v2.1.0

Expand Down
2 changes: 1 addition & 1 deletion utils/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/utils

go 1.21.4
go 1.22.0

require (
github.com/mitchellh/mapstructure v1.5.0
Expand Down

0 comments on commit 3ef03e4

Please sign in to comment.