Skip to content

Commit

Permalink
NO-ISSUE: Bump the go-minor-models-dependencies group
Browse files Browse the repository at this point in the history
Bumps the go-minor-models-dependencies group in /models with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-openapi/errors](https://github.com/go-openapi/errors) | `0.20.3` | `0.22.0` |
| [github.com/go-openapi/strfmt](https://github.com/go-openapi/strfmt) | `0.21.3` | `0.23.0` |
| [github.com/go-openapi/swag](https://github.com/go-openapi/swag) | `0.22.3` | `0.23.0` |
| [github.com/go-openapi/validate](https://github.com/go-openapi/validate) | `0.22.0` | `0.24.0` |
| [gorm.io/gorm](https://github.com/go-gorm/gorm) | `1.24.5` | `1.25.10` |


Updates `github.com/go-openapi/errors` from 0.20.3 to 0.22.0
- [Commits](go-openapi/errors@v0.20.3...v0.22.0)

Updates `github.com/go-openapi/strfmt` from 0.21.3 to 0.23.0
- [Commits](go-openapi/strfmt@v0.21.3...v0.23.0)

Updates `github.com/go-openapi/swag` from 0.22.3 to 0.23.0
- [Commits](go-openapi/swag@v0.22.3...v0.23.0)

Updates `github.com/go-openapi/validate` from 0.22.0 to 0.24.0
- [Commits](go-openapi/validate@v0.22.0...v0.24.0)

Updates `gorm.io/gorm` from 1.24.5 to 1.25.10
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](go-gorm/gorm@v1.24.5...v1.25.10)

---
updated-dependencies:
- dependency-name: github.com/go-openapi/errors
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-models-dependencies
- dependency-name: github.com/go-openapi/strfmt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-models-dependencies
- dependency-name: github.com/go-openapi/swag
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-models-dependencies
- dependency-name: github.com/go-openapi/validate
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-models-dependencies
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-models-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent bc33455 commit 913d392
Show file tree
Hide file tree
Showing 213 changed files with 12,030 additions and 3,629 deletions.
29 changes: 15 additions & 14 deletions models/go.mod
Expand Up @@ -3,30 +3,31 @@ module github.com/openshift/assisted-service/models
go 1.20

require (
github.com/go-openapi/errors v0.20.3
github.com/go-openapi/strfmt v0.21.3
github.com/go-openapi/swag v0.22.3
github.com/go-openapi/validate v0.22.0
github.com/go-openapi/errors v0.22.0
github.com/go-openapi/strfmt v0.23.0
github.com/go-openapi/swag v0.23.0
github.com/go-openapi/validate v0.24.0
github.com/lib/pq v1.10.9
github.com/openshift/assisted-service v1.0.10-0.20230830164851-6573b5d7021d
gorm.io/gorm v1.24.5
gorm.io/gorm v1.25.10
)

require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/go-openapi/analysis v0.21.2 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.20.0 // indirect
github.com/go-openapi/loads v0.21.1 // indirect
github.com/go-openapi/spec v0.20.7 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/go-openapi/analysis v0.23.0 // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/go-openapi/jsonreference v0.21.0 // indirect
github.com/go-openapi/loads v0.22.0 // indirect
github.com/go-openapi/spec v0.21.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.4 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/thoas/go-funk v0.9.2 // indirect
go.mongodb.org/mongo-driver v1.10.0 // indirect
go.mongodb.org/mongo-driver v1.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
202 changes: 32 additions & 170 deletions models/go.sum

Large diffs are not rendered by default.

33 changes: 16 additions & 17 deletions models/vendor/github.com/asaskevich/govalidator/validator.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 31 additions & 23 deletions models/vendor/github.com/go-openapi/analysis/.golangci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions models/vendor/github.com/go-openapi/analysis/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 0 additions & 32 deletions models/vendor/github.com/go-openapi/analysis/appveyor.yml

This file was deleted.

10 changes: 5 additions & 5 deletions models/vendor/github.com/go-openapi/analysis/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 913d392

Please sign in to comment.