Skip to content

Commit

Permalink
WIP: include sub-sub-modules?
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Jan 4, 2024
1 parent fe2f100 commit 003a2a7
Show file tree
Hide file tree
Showing 48 changed files with 11,878 additions and 1 deletion.
2 changes: 2 additions & 0 deletions go.work
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ use (
./staging/src/k8s.io/cloud-provider
./staging/src/k8s.io/cluster-bootstrap
./staging/src/k8s.io/code-generator
./staging/src/k8s.io/code-generator/examples
./staging/src/k8s.io/component-base
./staging/src/k8s.io/component-helpers
./staging/src/k8s.io/controller-manager
Expand All @@ -19,6 +20,7 @@ use (
./staging/src/k8s.io/dynamic-resource-allocation
./staging/src/k8s.io/endpointslice
./staging/src/k8s.io/kms
./staging/src/k8s.io/kms/internal/plugins/_mock
./staging/src/k8s.io/kube-aggregator
./staging/src/k8s.io/kube-controller-manager
./staging/src/k8s.io/kube-proxy
Expand Down
2 changes: 1 addition & 1 deletion hack/update-go-workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ __EOF__
# Generate the top-level workspace.
go work init
go work edit -use .
git ls-files -z ':(glob)./staging/src/k8s.io/*/go.mod' \
git ls-files -z ':(glob)./staging/src/k8s.io/**/go.mod' \
| xargs -0 -n1 dirname -z \
| xargs -0 -n1 go work edit -use
fix_go_version_line go.work
Expand Down
6 changes: 6 additions & 0 deletions vendor/github.com/ThalesIgnite/crypto11/.gitignore

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

27 changes: 27 additions & 0 deletions vendor/github.com/ThalesIgnite/crypto11/.travis.yml

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

22 changes: 22 additions & 0 deletions vendor/github.com/ThalesIgnite/crypto11/LICENCE.txt

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

208 changes: 208 additions & 0 deletions vendor/github.com/ThalesIgnite/crypto11/README.md

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

0 comments on commit 003a2a7

Please sign in to comment.