Skip to content

Commit

Permalink
Bump entgo.io/ent from 0.12.4 to 0.12.5 (guacsec#1522)
Browse files Browse the repository at this point in the history
* Bump entgo.io/ent from 0.12.4 to 0.12.5

Bumps [entgo.io/ent](https://github.com/ent/ent) from 0.12.4 to 0.12.5.
- [Release notes](https://github.com/ent/ent/releases)
- [Commits](ent/ent@v0.12.4...v0.12.5)

---
updated-dependencies:
- dependency-name: entgo.io/ent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* regen code

Signed-off-by: pxp928 <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: pxp928 <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pxp928 <[email protected]>
  • Loading branch information
dependabot[bot] and pxp928 authored Nov 21, 2023
1 parent 5c32cb5 commit 68c22cc
Show file tree
Hide file tree
Showing 33 changed files with 1,869 additions and 8 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ require (

require (
entgo.io/contrib v0.4.5
entgo.io/ent v0.12.4
entgo.io/ent v0.12.5
github.com/99designs/gqlgen v0.17.39
github.com/CycloneDX/cyclonedx-go v0.7.2
github.com/Khan/genqlient v0.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
entgo.io/contrib v0.4.5 h1:BFaOHwFLE8WZjVJadP0XHCIaxgcC1BAtUvAyw7M/GHk=
entgo.io/contrib v0.4.5/go.mod h1:wpZyq2DJgthugFvDBlaqMXj9mV4/9ebyGEn7xlTVQqE=
entgo.io/ent v0.12.4 h1:LddPnAyxls/O7DTXZvUGDj0NZIdGSu317+aoNLJWbD8=
entgo.io/ent v0.12.4/go.mod h1:Y3JVAjtlIk8xVZYSn3t3mf8xlZIn5SAOXZQxD6kKI+Q=
entgo.io/ent v0.12.5 h1:KREM5E4CSoej4zeGa88Ou/gfturAnpUv0mzAjch1sj4=
entgo.io/ent v0.12.5/go.mod h1:Y3JVAjtlIk8xVZYSn3t3mf8xlZIn5SAOXZQxD6kKI+Q=
github.com/99designs/gqlgen v0.17.39 h1:wPTAyc2fqVjAWT5DsJ21k/lLudgnXzURwbsjVNegFpU=
github.com/99designs/gqlgen v0.17.39/go.mod h1:b62q1USk82GYIVjC60h02YguAZLqYZtvWml8KkhJps4=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
Expand Down
32 changes: 32 additions & 0 deletions pkg/assembler/backends/ent/artifact_update.go

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

112 changes: 112 additions & 0 deletions pkg/assembler/backends/ent/billofmaterials_update.go

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

64 changes: 64 additions & 0 deletions pkg/assembler/backends/ent/certification_update.go

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

Loading

0 comments on commit 68c22cc

Please sign in to comment.