Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hdacloud
dex
Commits
07a43f2d
Unverified
Commit
07a43f2d
authored
3 years ago
by
Mark Sagi-Kazar
Browse files
Options
Downloads
Patches
Plain Diff
feat: update entgo library
Signed-off-by:
Mark Sagi-Kazar
<
mark.sagikazar@gmail.com
>
parent
493c0eb8
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
go.mod
+21
-12
21 additions, 12 deletions
go.mod
go.sum
+45
-142
45 additions, 142 deletions
go.sum
with
66 additions
and
154 deletions
go.mod
+
21
−
12
View file @
07a43f2d
...
@@ -3,7 +3,7 @@ module github.com/dexidp/dex
...
@@ -3,7 +3,7 @@ module github.com/dexidp/dex
go 1.17
go 1.17
require (
require (
entgo.io/ent
v0.
9
.1
entgo.io/ent
v0.
10
.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.2
github.com/Masterminds/sprig/v3
v3.2.2
...
@@ -40,40 +40,49 @@ require (
...
@@ -40,40 +40,49 @@ require (
)
)
require (
require (
ariga.io/atlas
v0.3.7-0.20220303204946-787354f533c3 // indirect
cloud.google.com/go/compute
v1.5.0 // indirect
cloud.google.com/go/compute
v1.5.0 // indirect
github.com/Azure/go-ntlmssp
v0.0.0-202
11209120228-48547f28849e
// indirect
github.com/Azure/go-ntlmssp
v0.0.0-202
00615164410-66371956d46c
// indirect
github.com/Masterminds/goutils
v1.1.1 // indirect
github.com/Masterminds/goutils
v1.1.1 // indirect
github.com/Masterminds/semver/v3
v3.1.1 // indirect
github.com/Masterminds/semver/v3
v3.1.1 // indirect
github.com/agext/levenshtein
v1.2.1 // indirect
github.com/apparentlymart/go-textseg/v13
v13.0.0 // indirect
github.com/beorn7/perks
v1.0.1 // indirect
github.com/beorn7/perks
v1.0.1 // indirect
github.com/cespare/xxhash/v2
v2.1.2 // indirect
github.com/cespare/xxhash/v2
v2.1.2 // indirect
github.com/coreos/go-semver
v0.3.0 // indirect
github.com/coreos/go-semver
v0.3.0 // indirect
github.com/coreos/go-systemd/v22
v22.3.2 // indirect
github.com/coreos/go-systemd/v22
v22.3.2 // indirect
github.com/davecgh/go-spew
v1.1.1 // indirect
github.com/davecgh/go-spew
v1.1.1 // indirect
github.com/go-asn1-ber/asn1-ber
v1.5.3 // indirect
github.com/go-asn1-ber/asn1-ber
v1.5.1 // indirect
github.com/go-openapi/inflect
v0.19.0 // indirect
github.com/gogo/protobuf
v1.3.2 // indirect
github.com/gogo/protobuf
v1.3.2 // indirect
github.com/golang/groupcache
v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/groupcache
v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf
v1.5.2 // indirect
github.com/golang/protobuf
v1.5.2 // indirect
github.com/google/go-cmp
v0.5.7 // indirect
github.com/google/uuid
v1.3.0 // indirect
github.com/google/uuid
v1.3.0 // indirect
github.com/googleapis/gax-go/v2
v2.2.0 // indirect
github.com/googleapis/gax-go/v2
v2.2.0 // indirect
github.com/huandu/xstrings
v1.3.2 // indirect
github.com/hashicorp/hcl/v2
v2.10.0 // indirect
github.com/imdario/mergo
v0.3.12 // indirect
github.com/huandu/xstrings
v1.3.1 // indirect
github.com/imdario/mergo
v0.3.11 // indirect
github.com/inconshreveable/mousetrap
v1.0.0 // indirect
github.com/inconshreveable/mousetrap
v1.0.0 // indirect
github.com/jonboulle/clockwork
v0.2.2 // indirect
github.com/jonboulle/clockwork
v0.2.2 // indirect
github.com/matttproud/golang_protobuf_extensions
v1.0.1 // indirect
github.com/matttproud/golang_protobuf_extensions
v1.0.1 // indirect
github.com/mitchellh/copystructure
v1.2.0 // indirect
github.com/mitchellh/copystructure
v1.0.0 // indirect
github.com/mitchellh/reflectwalk
v1.0.2 // indirect
github.com/mitchellh/go-wordwrap
v0.0.0-20150314170334-ad45545899c7 // indirect
github.com/mitchellh/reflectwalk
v1.0.0 // indirect
github.com/pmezard/go-difflib
v1.0.0 // indirect
github.com/pmezard/go-difflib
v1.0.0 // indirect
github.com/prometheus/client_model
v0.2.0 // indirect
github.com/prometheus/client_model
v0.2.0 // indirect
github.com/prometheus/common
v0.32.1 // indirect
github.com/prometheus/common
v0.32.1 // indirect
github.com/prometheus/procfs
v0.7.3 // indirect
github.com/prometheus/procfs
v0.7.3 // indirect
github.com/shopspring/decimal
v1.
3.1
// indirect
github.com/shopspring/decimal
v1.
2.0
// indirect
github.com/spf13/cast
v1.
4
.1 // indirect
github.com/spf13/cast
v1.
3
.1 // indirect
github.com/spf13/pflag
v1.0.5 // indirect
github.com/spf13/pflag
v1.0.5 // indirect
github.com/zclconf/go-cty
v1.8.0 // indirect
go.etcd.io/etcd/api/v3
v3.5.2 // indirect
go.etcd.io/etcd/api/v3
v3.5.2 // indirect
go.opencensus.io
v0.23.0 // indirect
go.opencensus.io
v0.23.0 // indirect
go.uber.org/atomic
v1.9.0 // indirect
go.uber.org/atomic
v1.7.0 // indirect
go.uber.org/multierr
v1.7.0 // indirect
go.uber.org/multierr
v1.6.0 // indirect
go.uber.org/zap
v1.21.0 // indirect
go.uber.org/zap
v1.17.0 // indirect
golang.org/x/mod
v0.5.1 // indirect
golang.org/x/sys
v0.0.0-20220328115105-d36c6a25d886 // indirect
golang.org/x/sys
v0.0.0-20220328115105-d36c6a25d886 // indirect
golang.org/x/text
v0.3.7 // indirect
golang.org/x/text
v0.3.7 // indirect
google.golang.org/appengine
v1.6.7 // indirect
google.golang.org/appengine
v1.6.7 // indirect
...
...
This diff is collapsed.
Click to expand it.
go.sum
+
45
−
142
View file @
07a43f2d
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment