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

Commit

Permalink
fix: ent version latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ugurkorkmaz committed Jan 3, 2023
1 parent af7dac8 commit 537a3b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vscode
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/ugurkorkmaz/mixin
go 1.19

require (
entgo.io/contrib v0.3.4
entgo.io/ent v0.11.5-0.20221031135557-521f9b57bc3d
entgo.io/contrib v0.3.3
entgo.io/ent v0.11.4
github.com/google/uuid v1.3.0
)

Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ariga.io/atlas v0.7.3-0.20221011160332-3ca609863edd h1:c3F2jvvEZzsoH/KUpDNhTsCVeUPnpXaF8kADZvUSiU0=
ariga.io/atlas v0.7.3-0.20221011160332-3ca609863edd/go.mod h1:ft47uSh5hWGDCmQC9DsztZg6Xk+KagM5Ts/mZYKb9JE=
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
entgo.io/contrib v0.3.4 h1:s6dSxMALALQRktvTVeKCSTEVIk9kg/HPOAWtomBU2uE=
entgo.io/contrib v0.3.4/go.mod h1:fUwIOdC0+G7OTDpsXZjrjJK8iTPyvYP22pG08hFhhZ0=
entgo.io/ent v0.11.5-0.20221031135557-521f9b57bc3d h1:slfuvOSWSiV0ldHU+V+O2cfOEgWRpbRloUeE9k7wXnw=
entgo.io/ent v0.11.5-0.20221031135557-521f9b57bc3d/go.mod h1:fnQIXL36RYnCk/9nvG4aE7YHBFZhCycfh7wMjY5p7SE=
entgo.io/contrib v0.3.3 h1:Td6HWnalREVynLnuw99n/NehxMk2EOPCFtn0WnF3mhw=
entgo.io/contrib v0.3.3/go.mod h1:nUabB0Zn8QyH0XxClu9m8IBcMARUO2i2cFo16X9RTkU=
entgo.io/ent v0.11.4 h1:grwVY0fp31BZ6oEo3YrXenAuv8VJmEw7F/Bi6WqeH3Q=
entgo.io/ent v0.11.4/go.mod h1:fnQIXL36RYnCk/9nvG4aE7YHBFZhCycfh7wMjY5p7SE=
github.com/99designs/gqlgen v0.17.5-0.20220428154617-9250f9ac1f90 h1:nGGP+sUJ6D3guzjVBgoH1PrZxoU4lUdfR/Q8THYrAJI=
github.com/99designs/gqlgen v0.17.5-0.20220428154617-9250f9ac1f90/go.mod h1:SNpLVzaF37rRLSAXtu8FKVp5I4zycneMmFX6NT4XGSU=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
Expand Down

0 comments on commit 537a3b1

Please sign in to comment.