Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⚠️ IMPORTANT NOTICE ⚠️ - Relocation of this project #174

Closed
fforootd opened this issue Apr 22, 2022 · 1 comment
Closed

⚠️ IMPORTANT NOTICE ⚠️ - Relocation of this project #174

fforootd opened this issue Apr 22, 2022 · 1 comment
Assignees

Comments

@fforootd
Copy link
Member

What happens

In order to improve our commitment to ZITADEL with its libraries and tools being open source, we will relocate this repository to the newly created ZITADEL organisation.

When will this be done

Beginning from 27.04.2022 this repository will be newly located here -> oidc

How to migrate

Go Mod

To migrate your go imports please execute the following command in your projects directory:

find ./ -type f -name "*.go" -o -name "go.mod" -print0 | xargs  -0 sed -i '' -e "s/github.com\/caos\/oidc/github.com\/zitadel\/oidc/"

Git Remote

As by Github's documentation we recommend the following:

All links to the previous repository location are automatically redirected to the new location. When you use git clone, git fetch, or git push on a transferred repository, these commands will redirect to the new repository location or URL. However, to avoid confusion, we strongly recommend updating any existing local clones to point to the new repository URL.
git remote set-url origin git@github.com:zitadel/oidc.git

What else

This change will happen in parallel to our release of the version 2 of this library with breaking changes mentioned in #173

@fforootd fforootd pinned this issue Apr 22, 2022
@fforootd
Copy link
Member Author

Moving completed at 23:52 CET

@fforootd fforootd self-assigned this Apr 26, 2022
@fforootd fforootd unpinned this issue May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant