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

Move internal/oci to pkg/oci #770

Merged
merged 1 commit into from
Sep 23, 2021

Conversation

mattmoor
Copy link
Member

These are getting complete enough that it's time to move them into pkg 🎉

This is essentially three things:

git mv internal/oci pkg/
sed -i 's@cosign/internal/oci@cosign/pkg/oci@g' ...
gofmt -w -s ...

Signed-off-by: Matt Moore [email protected]

Ticket Link

Fixes: #666

Release Note

Surface GGCR-style libraries under `pkg/oci/...`

These are getting complete enough that it's time to move them into `pkg` 🎉

This is essentially three things:
```
git mv internal/oci pkg/
sed -i 's@cosign/internal/oci@cosign/pkg/oci@g' ...
gofmt -w -s ...
```

Fixes: sigstore#666
Signed-off-by: Matt Moore <[email protected]>
@dekkagaijin dekkagaijin merged commit 1aeef2c into sigstore:main Sep 23, 2021
@github-actions github-actions bot added this to the v1.3.0 milestone Sep 23, 2021
@mattmoor mattmoor deleted the straight-outta-internal branch September 23, 2021 21:10
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

Successfully merging this pull request may close these issues.

cosign as a library
2 participants