Skip to content

Commit c48b4df

Browse files
committed
Updated README to refer to Glide
1 parent a93bc35 commit c48b4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A Go library for configuration management with JSON files in remote storage.
1212

1313
## Dependencies
1414

15-
This library vendors its dependencies. It is tested on go 1.5.1
15+
Using the new Go [vendor semantics](https://docs.google.com/document/d/1Bz5-UB7g2uPBdOx-rw5t9MxJwkfpx90cqG9AFL0JAYo/edit#!) with the vendor dir being managed by [Glide](https://github.com/Masterminds/glide). After checkout, initialise the vendor directory by running `glide install`. Dependency changes should be managed by editing the `glide.yaml` file and using glide to rebuild the vendor directory.
1616

1717
Note that it uses a tag of aws-sdk-go, and a fork of testify. IE:
1818

0 commit comments

Comments
 (0)