-
- Downloads
chore: update ent
Signed-off-by:
Mark Sagi-Kazar <mark.sagikazar@gmail.com>
... | @@ -3,7 +3,7 @@ module github.com/dexidp/dex | ... | @@ -3,7 +3,7 @@ module github.com/dexidp/dex |
go 1.21 | go 1.21 | ||
require ( | require ( | ||
entgo.io/ent v0.12.5 | entgo.io/ent v0.13.1 | ||
github.com/AppsFlyer/go-sundheit v0.5.0 | github.com/AppsFlyer/go-sundheit v0.5.0 | ||
github.com/Masterminds/semver v1.5.0 | github.com/Masterminds/semver v1.5.0 | ||
github.com/Masterminds/sprig/v3 v3.2.3 | github.com/Masterminds/sprig/v3 v3.2.3 | ||
... | @@ -42,7 +42,7 @@ require ( | ... | @@ -42,7 +42,7 @@ require ( |
) | ) | ||
require ( | require ( | ||
ariga.io/atlas v0.14.1-0.20230918065911-83ad451a4935 // indirect | ariga.io/atlas v0.19.1-0.20240203083654-5948b60a8e43 // indirect | ||
cloud.google.com/go/compute v1.23.4 // indirect | cloud.google.com/go/compute v1.23.4 // indirect | ||
cloud.google.com/go/compute/metadata v0.2.3 // indirect | cloud.google.com/go/compute/metadata v0.2.3 // indirect | ||
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect | github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect | ||
... | @@ -94,7 +94,7 @@ require ( | ... | @@ -94,7 +94,7 @@ require ( |
go.uber.org/atomic v1.7.0 // indirect | go.uber.org/atomic v1.7.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | go.uber.org/multierr v1.6.0 // indirect | ||
go.uber.org/zap v1.17.0 // indirect | go.uber.org/zap v1.17.0 // indirect | ||
golang.org/x/mod v0.10.0 // indirect | golang.org/x/mod v0.15.0 // indirect | ||
golang.org/x/sys v0.17.0 // indirect | golang.org/x/sys v0.17.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | google.golang.org/appengine v1.6.8 // indirect | ||
... | ... |
Please register or sign in to comment