File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11module github.com/dexidp/dex
22
33go 1.21
4+ toolchain go1.22.5
45
56require (
67 cloud.google.com/go/compute/metadata v0.5.0
78 entgo.io/ent v0.13.1
89 github.com/AppsFlyer/go-sundheit v0.5.1
910 github.com/Masterminds/semver v1.5.0
1011 github.com/Masterminds/sprig/v3 v3.2.3
11- github.com/beevik/etree v1.4.0
12+ github.com/beevik/etree v1.4.1
1213 github.com/coreos/go-oidc/v3 v3.11.0
1314 github.com/dexidp/dex/api/v2 v2.1.0
1415 github.com/felixge/httpsnoop v1.0.4
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa/go.mod h1:cEWa1L
3333github.com/apparentlymart/go-textseg/v13 v13.0.0 h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw =
3434github.com/apparentlymart/go-textseg/v13 v13.0.0 /go.mod h1:ZK2fH7c4NqDTLtiYLvIkEghdlcqw7yxLeM89kiTRPUo =
3535github.com/beevik/etree v1.1.0 /go.mod h1:r8Aw8JqVegEf0w2fDnATrX9VpkMcyFeM0FhwO62wh+A =
36- github.com/beevik/etree v1.4.0 h1:oz1UedHRepuY3p4N5OjE0nK1WLCqtzHf25bxplKOHLs =
37- github.com/beevik/etree v1.4.0 /go.mod h1:cyWiXwGoasx60gHvtnEh5x8+uIjUVnjWqBvEnhnqKDA =
36+ github.com/beevik/etree v1.4.1 h1:PmQJDDYahBGNKDcpdX8uPy1xRCwoCGVUiW669MEirVI =
37+ github.com/beevik/etree v1.4.1 /go.mod h1:gPNJNaBGVZ9AwsidazFZyygnd+0pAU38N4D+WemwKNs =
3838github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
3939github.com/beorn7/perks v1.0.1 /go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw =
4040github.com/census-instrumentation/opencensus-proto v0.2.1 /go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU =
You can’t perform that action at this time.
0 commit comments