From 4c9184a2079ceb0c644ab058faba729c32cf6a14 Mon Sep 17 00:00:00 2001 From: Kyle Quest Date: Wed, 24 Jan 2024 18:18:33 -0800 Subject: [PATCH] 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.