Skip to content

Commit

Permalink
build(deps): bump entgo.io/ent from 0.13.1 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [entgo.io/ent](https://github.com/ent/ent) from 0.13.1 to 0.14.0.
- [Release notes](https://github.com/ent/ent/releases)
- [Commits](ent/ent@v0.13.1...v0.14.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 2a5524d commit 3b36f7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/mensatt/backend
go 1.22.4

require (
entgo.io/ent v0.13.1
entgo.io/ent v0.14.0
github.com/99designs/gqlgen v0.17.49
github.com/getsentry/sentry-go v0.28.1
github.com/gin-gonic/gin v1.10.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ariga.io/atlas v0.23.0 h1:PMjXE1TlEeq/8fwQb6BtZavNyismyYwcDfr+J/RZUU4=
ariga.io/atlas v0.23.0/go.mod h1:p+GCPB9BoGlOD04YMYUWXNpcuooJ4eJpRbPUd9/BOic=
entgo.io/ent v0.13.1 h1:uD8QwN1h6SNphdCCzmkMN3feSUzNnVvV/WIkHKMbzOE=
entgo.io/ent v0.13.1/go.mod h1:qCEmo+biw3ccBn9OyL4ZK5dfpwg++l1Gxwac5B1206A=
entgo.io/ent v0.14.0 h1:EO3Z9aZ5bXJatJeGqu/EVdnNr6K4mRq3rWe5owt0MC4=
entgo.io/ent v0.14.0/go.mod h1:qCEmo+biw3ccBn9OyL4ZK5dfpwg++l1Gxwac5B1206A=
github.com/99designs/gqlgen v0.17.49 h1:b3hNGexHd33fBSAd4NDT/c3NCcQzcAVkknhN9ym36YQ=
github.com/99designs/gqlgen v0.17.49/go.mod h1:tC8YFVZMed81x7UJ7ORUwXF4Kn6SXuucFqQBhN8+BU0=
github.com/DATA-DOG/go-sqlmock v1.5.0 h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60=
Expand Down

0 comments on commit 3b36f7d

Please sign in to comment.