Skip to content

Commit

Permalink
fix(deps): update module entgo.io/ent to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 13, 2022
1 parent a4a55e6 commit 99c22ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/minskylab/hasura-auth-webhook
go 1.18

require (
entgo.io/ent v0.10.2-0.20220502113020-4ac82f5bb3f0
entgo.io/ent v0.11.0
github.com/gofiber/fiber/v2 v2.35.0
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/lib/pq v1.10.6
Expand All @@ -28,7 +28,7 @@ require (
)

require (
ariga.io/atlas v0.4.2 // indirect
ariga.io/atlas v0.4.3-0.20220711120113-a190b01c6ef9 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/go-openapi/inflect v0.19.0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
ariga.io/atlas v0.4.2 h1:6p4jRJq0mmm2LfaY9y5H4/hI4D/wtCVv1UrFylTwSqg=
ariga.io/atlas v0.4.2/go.mod h1:0eSMrFg/pqF2qZ+bjM3yRvlzKROYaLbKbSVaU0RKr5g=
ariga.io/atlas v0.4.3-0.20220711120113-a190b01c6ef9 h1:fCGaHuxbtYaE+OjQGl1hYTq4nwy659FLPVOCySF8MiQ=
ariga.io/atlas v0.4.3-0.20220711120113-a190b01c6ef9/go.mod h1:ofVetkJqlaWle3mvYmaS2uyFGFcc7dSq436tmxa/Mzk=
entgo.io/ent v0.10.2-0.20220502113020-4ac82f5bb3f0 h1:qHA4+ANAzDj6BcDLxNgZuzKxFre/RI9r5wwsI2O+1M4=
entgo.io/ent v0.10.2-0.20220502113020-4ac82f5bb3f0/go.mod h1:Zh61BPvB+cL6VWEyN8f1YoDacrMjQf2KDlDeX26xq2k=
entgo.io/ent v0.11.0 h1:4G5GKmXOpHnIbWIkY2nZvNmuXmHpKWC4SYV1bqfoyZY=
entgo.io/ent v0.11.0/go.mod h1:Q8cDTupeHjWoIo0K8NyTyV0B9FVrFNSM9AnwnLt22KQ=
github.com/BurntSushi/toml v1.1.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/DATA-DOG/go-sqlmock v1.5.0 h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60=
github.com/agext/levenshtein v1.2.1/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
Expand Down

0 comments on commit 99c22ce

Please sign in to comment.