-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Once dep and Go modules are enabled for the repository, we no longer need to keep the code in the vendor directory committed. This also allows us to remove most of the contents of the third party licenses files.
Go Driver 2.0 will require a minimum Go version of 1.18, which requires users to use modules, so there will be no remaining need to keep the vendor/ directory around.
Definition of done:
- The vendor/ directory is gone.
- The THIRD_PARTY_LICENSES file is up-to-date with the current state of 3rd-party-licensed code in the Go driver repo.
- duplicates
-
GODRIVER-2690 Set minimum supported Go version to 1.18 in Go Driver v2.0
- Closed