From a156be9f5c13815dfa79a5439326b25f0d2666f6 Mon Sep 17 00:00:00 2001 From: Zidni Mubarok Date: Thu, 9 Nov 2023 20:03:33 +0700 Subject: [PATCH 1/3] Update /vendor/README.md since the vendor already stable since 1.5, update the doc to remove the note on vendor still experiment. --- vendor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/README.md b/vendor/README.md index 60e8be4..abf25a4 100644 --- a/vendor/README.md +++ b/vendor/README.md @@ -1,6 +1,6 @@ # `/vendor` -Application dependencies (managed manually or by your favorite dependency management tool like the new built-in, but still experimental, [`modules`](https://github.com/golang/go/wiki/Modules) feature). +Application dependencies (managed manually or by your favorite dependency management tool like the new built-in). Don't commit your application dependencies if you are building a library. From 6a5696718be3434cea10c84a4ea8a16e013b3587 Mon Sep 17 00:00:00 2001 From: Kyle Quest Date: Wed, 24 Jan 2024 18:17:25 -0800 Subject: [PATCH 2/3] Update README.md --- vendor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/README.md b/vendor/README.md index abf25a4..3e7fc23 100644 --- a/vendor/README.md +++ b/vendor/README.md @@ -1,6 +1,6 @@ # `/vendor` -Application dependencies (managed manually or by your favorite dependency management tool like the new built-in). +Application dependencies (managed manually or by your favorite dependency management tool like the new built-in [`modules`](https://github.com/golang/go/wiki/Modules) feature). Don't commit your application dependencies if you are building a library. From 4c9184a2079ceb0c644ab058faba729c32cf6a14 Mon Sep 17 00:00:00 2001 From: Kyle Quest Date: Wed, 24 Jan 2024 18:18:33 -0800 Subject: [PATCH 3/3] Update README.md --- vendor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/README.md b/vendor/README.md index 3e7fc23..8eaf64f 100644 --- a/vendor/README.md +++ b/vendor/README.md @@ -1,6 +1,6 @@ # `/vendor` -Application dependencies (managed manually or by your favorite dependency management tool like the new built-in [`modules`](https://github.com/golang/go/wiki/Modules) feature). +Application dependencies (managed manually or by your favorite dependency management tool or the built-in [`modules`](https://github.com/golang/go/wiki/Modules) feature). Don't commit your application dependencies if you are building a library.