Skip to content

Commit 2847e7b

Browse files
committed
Replace godeps w/ glock
1 parent aad517e commit 2847e7b

File tree

4 files changed

+7
-22
lines changed

4 files changed

+7
-22
lines changed

GLOCKFILE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/BurntSushi/toml f87ce853111478914f0bcffa34d43a93643e6eda
2+
github.com/fsouza/go-dockerclient 194816684825a3abf28d60e5243ec5240608414d

Godeps

Lines changed: 0 additions & 18 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ dist: dist-clean
1919
mkdir -p dist/linux/i386 && GOOS=linux GOARCH=386 go build -o dist/linux/i386/docker-gen
2020

2121
release: dist
22-
godep restore
22+
glock sync github.com/jwilder/docker-gen
2323
tar -cvzf docker-gen-linux-amd64-$(TAG).tar.gz -C dist/linux/amd64 docker-gen
2424
tar -cvzf docker-gen-linux-i386-$(TAG).tar.gz -C dist/linux/i386 docker-gen

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Usage: docker-gen [options] <template> [<dest>]
4444

4545
*Options:*
4646
```
47-
-config="": Use the specified config file instead of command-line options. Multiple templates can be defined and
47+
-config="": Use the specified config file instead of command-line options. Multiple templates can be defined and
4848
they will be executed in the order that they appear in the config file.
4949
-endpoint="": docker api endpoint [tcp|unix://..]. This can also be set w/ a `DOCKER_HOST` environment.
5050
-interval=0:run notify command interval (s). Useful for service registration use cases.
@@ -104,11 +104,12 @@ $ docker-gen -notify "/bin/bash /tmp/etcd.sh" -interval 10 templates/etcd.tmpl /
104104

105105
### Development
106106

107-
This project uses [godep](https://github.com/tools/godep) for managing 3rd party dependencies. You'll need to install godep into your workspace before hacking on docker-gen.
107+
This project uses [glock](https://github.com/robfig/glock) for managing 3rd party dependencies.
108+
You'll need to install glock into your workspace before hacking on docker-gen.
108109

109110
```
110111
$ git clone <your fork>
111-
$ godep restore
112+
$ glock sync github.com/jwilder/docker-gen
112113
$ make
113114
```
114115

0 commit comments

Comments
 (0)