Skip to content

Commit c1d3b9b

Browse files
authored
remove outdated dep management from readme (#28)
1 parent 974fc53 commit c1d3b9b

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ clean:
2020
.PHONY: build
2121
build:
2222
mkdir -p bin
23-
go build $(V) -o bin/gokay
23+
go build $(V) -o bin/go-remote-config
2424

2525
.PHONY: fmt
2626
fmt:

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,13 @@
22

33
[![godoc](https://godoc.org/github.com/zencoder/go-remote-config?status.svg)](http://godoc.org/github.com/zencoder/go-remote-config)
44
[![Circle CI](https://circleci.com/gh/zencoder/go-remote-config.svg?style=svg)](https://circleci.com/gh/zencoder/go-remote-config)
5-
[![Coverage Status](https://coveralls.io/repos/zencoder/go-remote-config/badge.svg?branch=master&t=VFcsMv)](https://coveralls.io/r/zencoder/go-remote-config?branch=master)
65

76
A Go library for configuration management with JSON files in remote storage.
87

98
## Install
109

1110
go get github.com/zencoder/go-remote-config
1211

13-
## Dependencies
14-
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.
16-
17-
Note that it uses a tag of aws-sdk-go, and a fork of testify. IE:
18-
19-
cd $GOPATH/src/github.com/stretchr/
20-
rm -rf testify
21-
git clone github.com/juliancooper/testify
22-
23-
2412
## Supported Storage Providers
2513

2614
* AWS S3 (Signed URLs)

0 commit comments

Comments
 (0)