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

Put k8schain in its own go module #904

Merged
merged 4 commits into from
Jan 11, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
30 changes: 4 additions & 26 deletions go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

225 changes: 41 additions & 184 deletions go.sum

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions hack/presubmit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,8 @@ find . -name "*.go" | grep -v vendor/ | xargs gofmt -d -e -l
mkdir -p /tmp/gendoc && go run cmd/crane/help/main.go --dir /tmp/gendoc && diff -Naur /tmp/gendoc/ cmd/crane/doc/

go test ./...

pushd ${PROJECT_ROOT}/pkg/authn/k8schain
trap popd EXIT

go test ./...
23 changes: 23 additions & 0 deletions pkg/authn/k8schain/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

202 changes: 0 additions & 202 deletions vendor/github.com/Azure/azure-sdk-for-go/LICENSE

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/Azure/azure-sdk-for-go/NOTICE

This file was deleted.

This file was deleted.

Loading