Skip to content
This repository was archived by the owner on Apr 7, 2024. It is now read-only.

build: initialize go mod#19

Merged
shizhMSFT merged 3 commits into
oras-project:mainfrom
Wwwsylvia:init
Mar 22, 2023
Merged

build: initialize go mod#19
shizhMSFT merged 3 commits into
oras-project:mainfrom
Wwwsylvia:init

Conversation

@Wwwsylvia

Copy link
Copy Markdown
Member

Resolves: #8

Signed-off-by: Sylvia Lei <lixlei@microsoft.com>
Comment thread go.mod Outdated
Signed-off-by: Sylvia Lei <lixlei@microsoft.com>
@shizhMSFT shizhMSFT mentioned this pull request Mar 21, 2023
Comment thread go.mod Outdated
@@ -0,0 +1,3 @@
module github.com/oras-project/oras-credentials-go

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it be oras.land/oras-credentials-go?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was the advantage of using oras.land ?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK. Should we also update oras.land website to support this? oras-project/oras-www#133

@shizhMSFT shizhMSFT Mar 22, 2023

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TerryHowe Let's make it consistent with oras.land/oras-go. We may need another issue to discuss if we need to change it to github.com/oras-project for all go module (e.g. oras-go, oras-credentials-go).

Signed-off-by: Sylvia Lei <lixlei@microsoft.com>

@shizhMSFT shizhMSFT left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shizhMSFT shizhMSFT merged commit c3e7b5a into oras-project:main Mar 22, 2023
@Wwwsylvia Wwwsylvia deleted the init branch March 22, 2023 05:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Initialize go module as package credentials

3 participants