Skip to content

Commit

Permalink
Merge pull request #288 from anthonymayer/patch-1
Browse files Browse the repository at this point in the history
Update index.md
  • Loading branch information
mattfarina committed Feb 25, 2016
2 parents bff8b50 + 2aae7ca commit 3c7bfad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -5,7 +5,7 @@
Glide provides the following functionality:

* Records dependency information in a `glide.yaml` file. This includes a name, version or version range, version control information for private repos or when the type cannot be detected, and more.
* Tracks the specific revision each package is locked to in a `glide.lock` file. This enables reproducibly featching the dependency tree.
* Tracks the specific revision each package is locked to in a `glide.lock` file. This enables reproducibly fetching the dependency tree.
* Works with Semantic Versions and Semantic Version ranges.
* Supports Git, Bzr, HG, and SVN. These are the same version control systems supported by `go get`.
* Utilizes `vendor/` directories, known as the Vendor Experiment, so that different projects can have differing versions of the same dependencies.
Expand Down

0 comments on commit 3c7bfad

Please sign in to comment.