Skip to content

Commit 6837402

Browse files
committed
cedar-go: remove vendor directory
Having a vendor directory for a library module like the SDK is of dubious value generally. Ultimately, the library will be consumed by an executable binary whose final set of dependencies will be determined by looking at all of its transitive library dependencies and our set of vendored dependencies will be ignored in that process. I did a survey of a few dozen of the most popular Go libraries and couldn't find another instance of an library module vendoring its dependencies. Signed-off-by: Patrick Jakubowski <patrick.jakubowski@strongdm.com>
1 parent bb9a908 commit 6837402

File tree

10 files changed

+0
-1912
lines changed

10 files changed

+0
-1912
lines changed

vendor/golang.org/x/exp/LICENSE

Lines changed: 0 additions & 27 deletions
This file was deleted.

vendor/golang.org/x/exp/PATENTS

Lines changed: 0 additions & 22 deletions
This file was deleted.

vendor/golang.org/x/exp/constraints/constraints.go

Lines changed: 0 additions & 50 deletions
This file was deleted.

vendor/golang.org/x/exp/maps/maps.go

Lines changed: 0 additions & 94 deletions
This file was deleted.

vendor/golang.org/x/exp/slices/cmp.go

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)