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

pkg/authn/k8schain: run go mod tidy #1131

Merged
merged 1 commit into from
Sep 24, 2021

Conversation

zchee
Copy link
Contributor

@zchee zchee commented Sep 24, 2021

Run go1.16.7 mod tidy on pkg/authn/k8schain.

To avoid the below error.

go: github.com/google/go-containerregistry@v0.5.2-0.20210609162550-f0ce2270b3b4 requires
        github.com/containerd/stargz-snapshotter/estargz@v0.8.0: missing go.sum entry; to add it:
        go mod download github.com/containerd/stargz-snapshotter/estargz
go: github.com/google/go-containerregistry@v0.5.2-0.20210609162550-f0ce2270b3b4 requires
        github.com/containerd/stargz-snapshotter/estargz@v0.8.0: missing go.sum entry; to add it:
        go mod download github.com/containerd/stargz-snapshotter/estargz

Might be the hack/update-deps.sh script doesn't handle pkg/authn/k8schain/go.{mod,sum}. But I don't know hack script policy, so just fixing go.sum.

Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
@zchee
Copy link
Contributor Author

zchee commented Sep 24, 2021

/cc @jonjohnsonjr ?

@jonjohnsonjr jonjohnsonjr merged commit 308547a into google:main Sep 24, 2021
@zchee zchee deleted the authn-k8schain-mod branch September 24, 2021 19:48
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.

None yet

2 participants