You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: docs/FAQ.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -296,13 +296,13 @@ It's up to you:
296
296
297
297
**Pros**
298
298
299
-
-it's the only way to get truly reproducible builds, as it guards against upstream renamesand deletes
300
-
-you don't need an extra `dep ensure` step (to fetch dependencies) on fresh clones to build your repo
299
+
-It's the only way to get truly reproducible builds, as it guards against upstream renames, deletes and commit history overwrites.
300
+
-You don't need an extra `dep ensure` step (to fetch dependencies) on fresh clones to build your repo: you can use `go get` as usual.
301
301
302
302
**Cons**
303
303
304
-
-your repo will be bigger, potentially a lot bigger
305
-
- PR diffs are more annoying
304
+
-Your repo will be bigger, potentially a lot bigger.
305
+
- PR diffs are more annoying (but files in `vendor/` are [hidden by default](https://github.com/github/linguist/blob/v5.2.0/lib/linguist/generated.rb#L328) on Github).
306
306
307
307
## How do I roll releases that `dep` will be able to use?
0 commit comments