cloudoperators / greenhouse

Cloud operations platform
Apache License 2.0
8 stars 1 forks source link

fix(deps): update module github.com/dexidp/dex to v0.6.1 - autoclosed #151

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 3 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/dexidp/dex v0.0.0-20240125142631-9451d87ca0c9 -> v0.6.1 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

dexidp/dex (github.com/dexidp/dex) ### [`v0.6.1`](https://togithub.com/dexidp/dex/releases/tag/v0.6.1) [Compare Source](https://togithub.com/dexidp/dex/compare/v0.6.0...v0.6.1) This is a minor patch release. Changes since last release: - revert [#​579](https://togithub.com/dexidp/dex/issues/579) addressing button styling - fix root cause of button UI problem with a CSS class ### [`v0.6.0`](https://togithub.com/dexidp/dex/releases/tag/v0.6.0) [Compare Source](https://togithub.com/dexidp/dex/compare/v0.5.1...v0.6.0) Changes since last release: - Deprecate --email-from flag and clean up email config options ([#​487](https://togithub.com/dexidp/dex/issues/487)) - Add "groups" scope to return list of groups in claims, LDAP only supported implementation ([#​510](https://togithub.com/dexidp/dex/issues/510)) - Dex can no be used at a relative path ([#​520](https://togithub.com/dexidp/dex/issues/520), [#​521](https://togithub.com/dexidp/dex/issues/521), [#​522](https://togithub.com/dexidp/dex/issues/522), [#​558](https://togithub.com/dexidp/dex/issues/558)) - Fix API for bearer tokens with multiple audiences ([#​531](https://togithub.com/dexidp/dex/issues/531)) - Set display name when registering a user ([#​537](https://togithub.com/dexidp/dex/issues/537)) - Added UAA connector ([#​542](https://togithub.com/dexidp/dex/issues/542)) - Added refresh token rotation, aka refresh tokens can only be used once ([#​540](https://togithub.com/dexidp/dex/issues/540)) - Added option to use client credentials against worker API ([#​529](https://togithub.com/dexidp/dex/issues/529)) - Token response now includes mandatory "expires_in" field ([#​575](https://togithub.com/dexidp/dex/issues/575)) ### [`v0.5.1`](https://togithub.com/dexidp/dex/releases/tag/v0.5.1) [Compare Source](https://togithub.com/dexidp/dex/compare/v0.5.0...v0.5.1) This is a minor point release Features since v0.5.0 - Reduced ID Token size by using smaller JWK Key IDs ([#​490](https://togithub.com/dexidp/dex/issues/490)) - Cleaned up LDAP connector ([#​483](https://togithub.com/dexidp/dex/issues/483)) - Return 409 status code in API when resources already exist ([#​494](https://togithub.com/dexidp/dex/issues/494), [#​496](https://togithub.com/dexidp/dex/issues/496)) ### [`v0.5.0`](https://togithub.com/dexidp/dex/releases/tag/v0.5.0) [Compare Source](https://togithub.com/dexidp/dex/compare/v0.4.0...v0.5.0) Features: - Enable automatic registration for non-local login ([#​463](https://togithub.com/dexidp/dex/issues/463)) - Cross-client refresh tokens through the "authorized party" claim ([#​465](https://togithub.com/dexidp/dex/issues/465), [#​426](https://togithub.com/dexidp/dex/issues/426)) - "public" clients which can use oob flows ([#​471](https://togithub.com/dexidp/dex/issues/471)) - Clients ID and secrets may now be specified in the bootstrapping API ([#​479](https://togithub.com/dexidp/dex/issues/479)) Bug fixes: - Dex now works when backed by Azure AD ([#​466](https://togithub.com/dexidp/dex/issues/466)) Deprecated: - Removed APIs which only use client_id and client_secret. Use admin API for this functionality. ([#​468](https://togithub.com/dexidp/dex/issues/468)) ### [`v0.4.0`](https://togithub.com/dexidp/dex/releases/tag/v0.4.0) [Compare Source](https://togithub.com/dexidp/dex/compare/v0.3.0...v0.4.0) This release consists of a bunch of minor bug fixes, and example and doc tweaks. Features - None! Bugs Fixed - remove outdated godep hack, since we use glide now ([#​417](https://togithub.com/dexidp/dex/issues/417)) - example app uses passed redirect instead of hard-coded one ([#​420](https://togithub.com/dexidp/dex/issues/420)) - Fix examples/README.md doc ([#​421](https://togithub.com/dexidp/dex/issues/421)) - Fix kubernetes example ([#​422](https://togithub.com/dexidp/dex/issues/422)) - git-version creates valid docker tags if dirty ([#​425](https://togithub.com/dexidp/dex/issues/425)) - Update to latest go-oidc to fix JWT parse issues ([#​430](https://togithub.com/dexidp/dex/issues/430)) Misc - Better testing for Token end point ([#​409](https://togithub.com/dexidp/dex/issues/409)) - Update Kubernetes examples to use 1.2 features ([#​414](https://togithub.com/dexidp/dex/issues/414), [#​424](https://togithub.com/dexidp/dex/issues/424)) - Refactoring of client repo to allow for custom Client fields ([#​411](https://togithub.com/dexidp/dex/issues/411)) - Split up build-docker-push into build, push ([#​434](https://togithub.com/dexidp/dex/issues/434)) - Use go 1.6.2 for docker build. ([#​433](https://togithub.com/dexidp/dex/issues/433)) ### [`v0.3.0`](https://togithub.com/dexidp/dex/releases/tag/v0.3.0) [Compare Source](https://togithub.com/dexidp/dex/compare/v0.2.3...v0.3.0) ##### Features - LDAP connector added ([#​178](https://togithub.com/dexidp/dex/issues/178)) - Dynamic client registration ([#​267](https://togithub.com/dexidp/dex/issues/267)) - dexctl can read connectors from stdin ([#​277](https://togithub.com/dexidp/dex/issues/277)) - Generated API docs added to repo ([#​285](https://togithub.com/dexidp/dex/issues/285)) - dex now uses sqlite for --no-db mode and tests (does not add general sqlite support) ([#​304](https://togithub.com/dexidp/dex/issues/304)) - New API endpoint for resending an invite email ([#​331](https://togithub.com/dexidp/dex/issues/331)) - example app's default flags now work with --no-db mode ([#​333](https://togithub.com/dexidp/dex/issues/333)) ##### Bugs Fixed - API status codes now differentiate between unauthenticated and unauthorized requests ([#​280](https://togithub.com/dexidp/dex/issues/280)) - dex now uses 302 for redirects rather than 307 ([#​288](https://togithub.com/dexidp/dex/issues/288)) - Emails now use case insensitive comparison ([#​339](https://togithub.com/dexidp/dex/issues/339)) - When consuming OAuth2 credentials through basic auth, dex now correctly expects URL escaped values ([#​357](https://togithub.com/dexidp/dex/issues/357)) ##### Migration Note: ##### Duplicate Emails The former use of case insensitive comparison for emails may have resulted in duplicate emails in the dex database for some instances. For this release, dex will **refuse to migrate the database if it detects duplicated emails** in the `authd_user` table. In this case admins must resolve this by editing the table manually, dropping the rows they feel appropriate. Admins who wish to delete duplicate emails in their database but don’t care which row is preserved can run the following SQL command: ```sql DELETE FROM authd_user WHERE id IN (SELECT id FROM (SELECT id, ROW_NUMBER() OVER (partition BY LOWER(email) ORDER BY id) AS rnum FROM authd_user) t WHERE t.rnum > 1); ``` ### [`v0.2.3`](https://togithub.com/dexidp/dex/releases/tag/v0.2.3) [Compare Source](https://togithub.com/dexidp/dex/compare/v0.2.2...v0.2.3) This is a minor point release to update dex's automated build process from Go version 1.5.2 to 1.5.3 which fixes a bug that impacts RSA private keys. See the write up by the Go team [here](https://groups.google.com/forum/#!topic/golang-announce/MEATuOi_ei4). This release is primarily for users who pull dex from [quay.io](https://quay.io/coreos/dex) and updates that image to use dex binaries built with Go 1.5.3. ##### Features - Better command line error message when secrets have bad length ([#​259](https://togithub.com/dexidp/dex/issues/259)) ##### Security fixes - Update Go version in TravisCI from 1.5.2 to 1.5.3 for tests and Docker image builds ([#​269](https://togithub.com/dexidp/dex/issues/269)). ### [`v0.2.2`](https://togithub.com/dexidp/dex/releases/tag/v0.2.2) [Compare Source](https://togithub.com/dexidp/dex/compare/v0.2.1...v0.2.2) This is a minor point release to include a critical bug fix to 0.2.1 ##### Features - Better help messages for dexctl ([#​249](https://togithub.com/dexidp/dex/issues/249)) - Better error messages when remote ID already exists ([#​246](https://togithub.com/dexidp/dex/issues/246)) ##### Bugs Fixed - Add DB migration to allow storing 2048 bit RSA keys (CRITICAL FIX) ([#​250](https://togithub.com/dexidp/dex/issues/250)) - Fix redirect when user logs in through a different connector ([#​242](https://togithub.com/dexidp/dex/issues/242)) ### [`v0.2.1`](https://togithub.com/dexidp/dex/releases/tag/v0.2.1) [Compare Source](https://togithub.com/dexidp/dex/compare/v0.2.0...v0.2.1) This is a minor point release to include a handful of bug fixes merged since v0.2.0. ##### Features - Continuous integration through Travis CI ([#​231](https://togithub.com/dexidp/dex/issues/231), [#​234](https://togithub.com/dexidp/dex/issues/234), [#​236](https://togithub.com/dexidp/dex/issues/236)) - Don't rebuild database migration assets on every build ([#​233](https://togithub.com/dexidp/dex/issues/233)) - HTML page titles use --issuer-name ([#​216](https://togithub.com/dexidp/dex/issues/216)) ##### Bugs Fixed - Updated go-oidc for race condition fixes ([#​235](https://togithub.com/dexidp/dex/issues/235)) - Prevent panics created by empty --key-secrets flag ([#​215](https://togithub.com/dexidp/dex/issues/215)) - Fixed field name in OIDC provider config ([#​213](https://togithub.com/dexidp/dex/issues/213)) ### [`v0.2.0`](https://togithub.com/dexidp/dex/releases/tag/v0.2.0) [Compare Source](https://togithub.com/dexidp/dex/compare/v0.1.0...v0.2.0) #### Features - Added GitHub and Bitbucket connectors ([#​190](https://togithub.com/dexidp/dex/issues/190)) - Added ability to invite users ([#​168](https://togithub.com/dexidp/dex/issues/168), [#​179](https://togithub.com/dexidp/dex/issues/179)) - Stronger encryption of token-signing keys (AES-GCM replaces AES-CBC) ([#​167](https://togithub.com/dexidp/dex/issues/167)) - Added ability to disable users ([#​140](https://togithub.com/dexidp/dex/issues/140)) - Admin API now requires client authorization ([#​145](https://togithub.com/dexidp/dex/issues/145)) - Added ability to disable user registration ([#​144](https://togithub.com/dexidp/dex/issues/144)) - Added SMTP support for email configuration ([#​129](https://togithub.com/dexidp/dex/issues/129)) #### Bugs Fixed - Fixed race condition in OIDC client ([#​210](https://togithub.com/dexidp/dex/issues/210)) - Can't create a user with a connector that doesn't exist ([#​199](https://togithub.com/dexidp/dex/issues/199)) - Corrected email validation during registration ([#​190](https://togithub.com/dexidp/dex/issues/190), [#​188](https://togithub.com/dexidp/dex/issues/188)) - Fixed registration failures when scope was provided ([#​183](https://togithub.com/dexidp/dex/issues/183)) - Block until connectors are available ([#​128](https://togithub.com/dexidp/dex/issues/128)) - Lots of documentation fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 3 weeks ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading github.com/otiai10/copy v1.14.0
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading k8s.io/client-go v0.29.4
go: downloading sigs.k8s.io/controller-runtime v0.17.2
go: downloading github.com/spf13/pflag v1.0.5
go: downloading go.uber.org/zap v1.27.0
go: downloading k8s.io/apiextensions-apiserver v0.29.4
go: downloading k8s.io/apimachinery v0.29.4
go: downloading github.com/dexidp/dex v0.6.1
go: downloading github.com/oklog/run v1.1.1-0.20240127200640-eee6e044b77c
go: downloading github.com/prometheus/client_golang v1.19.0
go: downloading github.com/go-logr/logr v1.4.1
go: downloading k8s.io/api v0.29.4
go: downloading k8s.io/klog/v2 v2.110.1
go: downloading gotest.tools/v3 v3.5.1
go: downloading k8s.io/utils v0.0.0-20240310230437-4693a0247e57
go: downloading github.com/onsi/ginkgo/v2 v2.16.0
go: downloading github.com/onsi/gomega v1.31.1
go: downloading github.com/juanfont/headscale v0.22.3
go: downloading github.com/pkg/errors v0.9.1
go: downloading google.golang.org/grpc v1.62.2
go: downloading k8s.io/cli-runtime v0.29.4
go: downloading github.com/jeremywohl/flatten/v2 v2.0.0-20211013061545-07e4a09fb8e4
go: downloading github.com/spf13/cobra v1.8.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading helm.sh/helm/v3 v3.14.4
go: downloading google.golang.org/protobuf v1.33.0
go: downloading golang.org/x/text v0.14.0
go: downloading golang.org/x/time v0.5.0
go: downloading github.com/prometheus/common v0.49.0
go: downloading github.com/wI2L/jsondiff v0.5.0
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading tailscale.com v1.38.4
go: downloading github.com/google/uuid v1.6.0
go: downloading k8s.io/kubectl v0.29.4
go: downloading golang.org/x/sys v0.18.0
go: downloading golang.org/x/sync v0.6.0
go: downloading golang.org/x/net v0.23.0
go: downloading github.com/imdario/mergo v0.3.16
go: downloading golang.org/x/term v0.18.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1
go: downloading github.com/go-logr/zapr v1.3.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/prometheus/client_model v0.6.0
go: downloading github.com/prometheus/procfs v0.12.0
go: downloading golang.org/x/oauth2 v0.17.0
go: downloading github.com/evanphx/json-patch/v5 v5.8.0
go: downloading github.com/evanphx/json-patch v5.7.0+incompatible
go: downloading github.com/coreos/go-oidc v2.2.1+incompatible
go: downloading github.com/jonboulle/clockwork v0.4.0
go: downloading github.com/julienschmidt/httprouter v1.3.0
go: downloading golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
go: downloading github.com/google/gofuzz v1.2.0
go: downloading github.com/google/go-cmp v0.6.0
go: downloading gomodules.xyz/jsonpatch/v2 v2.4.0
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80
go: downloading github.com/golang/protobuf v1.5.4
go: downloading google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80
go: downloading github.com/Masterminds/semver/v3 v3.2.1
go: downloading github.com/Masterminds/semver v1.5.0
go: downloading github.com/Masterminds/sprig/v3 v3.2.3
go: downloading github.com/gosuri/uitable v0.0.4
go: downloading github.com/Masterminds/squirrel v1.5.4
go: downloading github.com/jmoiron/sqlx v1.3.5
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/rubenv/sql-migrate v1.5.2
go: downloading github.com/tidwall/gjson v1.17.0
go: downloading github.com/tidwall/sjson v1.2.5
go: downloading github.com/cyphar/filepath-securejoin v0.2.4
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/containerd/containerd v1.7.12
go: downloading github.com/opencontainers/image-spec v1.1.0-rc5
go: downloading oras.land/oras-go v1.2.4
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00
go: downloading sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3
go: downloading sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3
go: downloading go4.org/mem v0.0.0-20220726221520-4f986261bf13
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading github.com/json-iterator/go v1.1.12
go: downloading k8s.io/component-base v0.29.4
go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
go: downloading github.com/moby/term v0.5.0
go: downloading github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/huandu/xstrings v1.4.0
go: downloading github.com/shopspring/decimal v1.3.1
go: downloading github.com/spf13/cast v1.5.1
go: downloading golang.org/x/crypto v0.21.0
go: downloading github.com/BurntSushi/toml v1.3.2
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/fatih/color v1.15.0
go: downloading github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
go: downloading github.com/go-gorp/gorp/v3 v3.1.0
go: downloading github.com/tidwall/match v1.1.1
go: downloading github.com/tidwall/pretty v1.2.0
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/docker/cli v24.0.6+incompatible
go: downloading github.com/docker/distribution v2.8.2+incompatible
go: downloading github.com/docker/docker v24.0.9+incompatible
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/go-openapi/swag v0.22.4
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/Microsoft/go-winio v0.6.1
go: downloading github.com/akutz/memconn v0.1.0
go: downloading github.com/mitchellh/go-ps v1.0.0
go: downloading github.com/fxamacker/cbor/v2 v2.4.0
go: downloading github.com/hdevalence/ed25519consensus v0.1.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading google.golang.org/appengine v1.6.8
go: downloading github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
go: downloading golang.org/x/tools v0.17.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/google/btree v1.1.2
go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
go: downloading k8s.io/apiserver v0.29.4
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.19
go: downloading github.com/mattn/go-runewidth v0.0.14
go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0
go: downloading github.com/chai2010/gettext-go v1.0.2
go: downloading github.com/MakeNowJust/heredoc v1.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
go: downloading github.com/moby/locker v1.0.1
go: downloading github.com/docker/docker-credential-helpers v0.7.0
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/containerd/log v0.1.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/go-openapi/jsonpointer v0.19.6
go: downloading github.com/Microsoft/hcsshim v0.11.4
go: downloading github.com/go-errors/errors v1.4.2
go: downloading github.com/jsimonetti/rtnetlink v1.3.1
go: downloading github.com/mdlayher/netlink v1.7.1
go: downloading golang.zx2c4.com/wireguard/windows v0.5.3
go: downloading filippo.io/edwards25519 v1.0.0
go: downloading go4.org/netipx v0.0.0-20230303233057-f1b76eb4bb35
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/google/pprof v0.0.0-20230705174524-200ffdc848b8
go: downloading github.com/emicklei/go-restful/v3 v3.11.0
go: downloading github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161
go: downloading github.com/rivo/uniseg v0.4.4
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1
go: downloading go.opentelemetry.io/otel v1.21.0
go: downloading go.opentelemetry.io/otel/trace v1.21.0
go: downloading github.com/morikuni/aec v1.0.0
go: downloading github.com/klauspost/compress v1.16.7
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
go: downloading github.com/xlab/treeprint v1.2.0
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/josharian/native v1.1.1-0.20230202152459-5c7d0dd6ab86
go: downloading github.com/mdlayher/socket v0.4.0
go: downloading github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74
go: downloading github.com/gorilla/websocket v1.5.0
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading go.opentelemetry.io/otel/metric v1.21.0
go: downloading github.com/gorilla/mux v1.8.1
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/docker/go-metrics v0.0.1
go: downloading go.starlark.net v0.0.0-20230612165344-9532f5667272
go: downloading golang.org/x/mod v0.14.0
go: downloading github.com/moby/spdystream v0.2.0
go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
go: downloading github.com/coreos/dex v2.13.0+incompatible
go: downloading github.com/coreos/pkg v0.0.0-20240122114842-bbd7aa9bf6fb
go: downloading gopkg.in/ldap.v2 v2.5.1
go: downloading github.com/go-gorp/gorp v2.2.0+incompatible
go: downloading gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d
go: github.com/cloudoperators/greenhouse/pkg/controllers/organization imports
    github.com/dexidp/dex/connector/oidc: cannot find module providing package github.com/dexidp/dex/connector/oidc
go: github.com/cloudoperators/greenhouse/pkg/dex/api imports
    github.com/dexidp/dex/storage: cannot find module providing package github.com/dexidp/dex/storage
go: github.com/cloudoperators/greenhouse/pkg/idproxy imports
    github.com/dexidp/dex/storage/kubernetes: cannot find module providing package github.com/dexidp/dex/storage/kubernetes
go: github.com/cloudoperators/greenhouse/pkg/idproxy imports
    github.com/dexidp/dex/storage/kubernetes/k8sapi: cannot find module providing package github.com/dexidp/dex/storage/kubernetes/k8sapi
go: github.com/cloudoperators/greenhouse/cmd/idproxy imports
    github.com/dexidp/dex/server imports
    github.com/coreos/dex/admin: cannot find module providing package github.com/coreos/dex/admin
go: github.com/cloudoperators/greenhouse/cmd/idproxy imports
    github.com/dexidp/dex/server imports
    github.com/coreos/dex/client: cannot find module providing package github.com/coreos/dex/client
go: github.com/cloudoperators/greenhouse/cmd/idproxy imports
    github.com/dexidp/dex/server imports
    github.com/coreos/dex/client/manager: cannot find module providing package github.com/coreos/dex/client/manager
go: github.com/cloudoperators/greenhouse/cmd/idproxy imports
    github.com/dexidp/dex/server imports
    github.com/coreos/dex/db: cannot find module providing package github.com/coreos/dex/db
go: github.com/cloudoperators/greenhouse/cmd/idproxy imports
    github.com/dexidp/dex/server imports
    github.com/coreos/dex/email: cannot find module providing package github.com/coreos/dex/email
go: github.com/cloudoperators/greenhouse/cmd/idproxy imports
    github.com/dexidp/dex/server imports
    github.com/coreos/dex/pkg/http: cannot find module providing package github.com/coreos/dex/pkg/http
go: github.com/cloudoperators/greenhouse/cmd/idproxy imports
    github.com/dexidp/dex/server imports
    github.com/coreos/dex/pkg/log: cannot find module providing package github.com/coreos/dex/pkg/log
go: github.com/cloudoperators/greenhouse/cmd/idproxy imports
    github.com/dexidp/dex/server imports
    github.com/coreos/dex/refresh: cannot find module providing package github.com/coreos/dex/refresh
go: github.com/cloudoperators/greenhouse/cmd/idproxy imports
    github.com/dexidp/dex/server imports
    github.com/coreos/dex/schema/adminschema: cannot find module providing package github.com/coreos/dex/schema/adminschema
go: github.com/cloudoperators/greenhouse/cmd/idproxy imports
    github.com/dexidp/dex/server imports
    github.com/coreos/dex/schema/workerschema: cannot find module providing package github.com/coreos/dex/schema/workerschema
go: github.com/cloudoperators/greenhouse/cmd/idproxy imports
    github.com/dexidp/dex/server imports
    github.com/coreos/dex/scope: cannot find module providing package github.com/coreos/dex/scope
go: github.com/cloudoperators/greenhouse/cmd/idproxy imports
    github.com/dexidp/dex/server imports
    github.com/coreos/dex/session: cannot find module providing package github.com/coreos/dex/session
go: github.com/cloudoperators/greenhouse/cmd/idproxy imports
    github.com/dexidp/dex/server imports
    github.com/coreos/dex/session/manager: cannot find module providing package github.com/coreos/dex/session/manager
go: github.com/cloudoperators/greenhouse/cmd/idproxy imports
    github.com/dexidp/dex/server imports
    github.com/coreos/dex/user: cannot find module providing package github.com/coreos/dex/user
go: github.com/cloudoperators/greenhouse/cmd/idproxy imports
    github.com/dexidp/dex/server imports
    github.com/coreos/dex/user/api: cannot find module providing package github.com/coreos/dex/user/api
go: github.com/cloudoperators/greenhouse/cmd/idproxy imports
    github.com/dexidp/dex/server imports
    github.com/coreos/dex/user/email: cannot find module providing package github.com/coreos/dex/user/email
go: github.com/cloudoperators/greenhouse/cmd/idproxy imports
    github.com/dexidp/dex/server imports
    github.com/coreos/dex/user/manager: cannot find module providing package github.com/coreos/dex/user/manager
go: github.com/cloudoperators/greenhouse/cmd/idproxy imports
    github.com/dexidp/dex/server imports
    github.com/coreos/go-oidc/jose: cannot find module providing package github.com/coreos/go-oidc/jose
go: github.com/cloudoperators/greenhouse/cmd/idproxy imports
    github.com/dexidp/dex/server imports
    github.com/coreos/go-oidc/key: cannot find module providing package github.com/coreos/go-oidc/key
go: github.com/cloudoperators/greenhouse/cmd/idproxy imports
    github.com/dexidp/dex/server imports
    github.com/coreos/go-oidc/oauth2: cannot find module providing package github.com/coreos/go-oidc/oauth2
go: github.com/cloudoperators/greenhouse/cmd/idproxy imports
    github.com/dexidp/dex/server imports
    github.com/coreos/go-oidc/oidc: cannot find module providing package github.com/coreos/go-oidc/oidc
go: github.com/cloudoperators/greenhouse/pkg/idproxy imports
    github.com/dexidp/dex/connector imports
    github.com/coreos/dex/repo: cannot find module providing package github.com/coreos/dex/repo
go: github.com/cloudoperators/greenhouse/pkg/idproxy imports
    github.com/dexidp/dex/connector imports
    github.com/coreos/go-oidc/http: cannot find module providing package github.com/coreos/go-oidc/http