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

Commit

Permalink
chore(deps): update module github.com/deepmap/oapi-codegen/v2 to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent fe54586 commit f52f843
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/openclarity/vmclarity/api/client
go 1.22.4

require (
github.com/deepmap/oapi-codegen/v2 v2.2.0
github.com/deepmap/oapi-codegen/v2 v2.3.0
github.com/oapi-codegen/runtime v1.1.1
github.com/openclarity/vmclarity/api/types v0.7.2
github.com/openclarity/vmclarity/core v0.7.2
Expand Down
2 changes: 1 addition & 1 deletion api/server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/CiscoM31/godata v1.0.10
github.com/Portshift/go-utils v0.0.0-20220421083203-89265d8a6487
github.com/aptible/supercronic v0.2.30
github.com/deepmap/oapi-codegen/v2 v2.2.0
github.com/deepmap/oapi-codegen/v2 v2.3.0
github.com/evanphx/json-patch v5.9.0+incompatible
github.com/getkin/kin-openapi v0.124.0
github.com/go-viper/mapstructure/v2 v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion api/types/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/openclarity/vmclarity/api/types
go 1.22.4

require (
github.com/deepmap/oapi-codegen/v2 v2.2.0
github.com/deepmap/oapi-codegen/v2 v2.3.0
github.com/oapi-codegen/runtime v1.1.1
github.com/openclarity/vmclarity/core v0.7.2
github.com/openclarity/vmclarity/plugins/sdk-go v0.7.2
Expand Down
2 changes: 1 addition & 1 deletion plugins/runner/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/openclarity/vmclarity/plugins/runner
go 1.22.4

require (
github.com/deepmap/oapi-codegen/v2 v2.2.0
github.com/deepmap/oapi-codegen/v2 v2.3.0
github.com/docker/docker v26.1.4+incompatible
github.com/docker/go-connections v0.5.0
github.com/hashicorp/go-multierror v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion plugins/sdk-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/openclarity/vmclarity/plugins/sdk-go
go 1.22.4

require (
github.com/deepmap/oapi-codegen/v2 v2.2.0
github.com/deepmap/oapi-codegen/v2 v2.3.0
github.com/getkin/kin-openapi v0.124.0
github.com/go-playground/validator/v10 v10.22.0
github.com/labstack/echo/v4 v4.12.0
Expand Down
2 changes: 1 addition & 1 deletion uibackend/client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/openclarity/vmclarity/uibackend/client
go 1.22.4

require (
github.com/deepmap/oapi-codegen/v2 v2.2.0
github.com/deepmap/oapi-codegen/v2 v2.3.0
github.com/oapi-codegen/runtime v1.1.1
github.com/openclarity/vmclarity/uibackend/types v0.7.2
)
Expand Down
2 changes: 1 addition & 1 deletion uibackend/server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.4

require (
github.com/Portshift/go-utils v0.0.0-20220421083203-89265d8a6487
github.com/deepmap/oapi-codegen/v2 v2.2.0
github.com/deepmap/oapi-codegen/v2 v2.3.0
github.com/getkin/kin-openapi v0.124.0
github.com/go-viper/mapstructure/v2 v2.0.0
github.com/google/go-cmp v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion uibackend/types/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/openclarity/vmclarity/uibackend/types

go 1.22.4

require github.com/deepmap/oapi-codegen/v2 v2.2.0
require github.com/deepmap/oapi-codegen/v2 v2.3.0

require (
github.com/getkin/kin-openapi v0.124.0 // indirect
Expand Down

0 comments on commit f52f843

Please sign in to comment.