@@ -13,15 +13,10 @@ creating [issues][] and submitting [pull requests][].
1313* based on [ Ubuntu 18.04] [ ]
1414* [ az] [ ] : Azure cloud command-line tool
1515* [ azcopy] [ ] : Utility for copying data to/from Microsoft Azure Blob and File storage
16- * [ dep] [ ] : Go dependency management tool
1716* [ delve] [ ] : debugger for the Go programming language
1817* [ Docker] [ ] : Docker binaries to be able to bind mount /var/run/docker.sock in the dev environment container
19- * [ gb] [ ] : project-based build tool for Go
2018* [ ginkgo] [ ] : BDD testing framework for Go
21- * [ glide] [ ] : Go dependency management tool
2219* [ go-bindata] [ ] : converts any file into Go source code
23- * [ golint] [ ] : Go source code linter
24- * [ gometalinter] [ ] : run Go lint tools concurrently
2520* [ golangci-lint] [ ] : concurrent runner for Go linting tools
2621* [ gox] [ ] : simple Go cross-compiling tool
2722* [ helm] [ ] : Kubernetes package manager
@@ -43,14 +38,14 @@ creating [issues][] and submitting [pull requests][].
4338## Usage
4439
4540Mount your local Go code into a container's ` $GOPATH ` to run any ` go ` command or one of the
46- included tools or scripts. Here's an example of running ` glide up ` for deis/builder:
41+ included tools or scripts. Here's an example of running ` ginko ` for deis/builder:
4742
4843``` console
4944$ docker run --rm \
5045 --volume $GOPATH/src/github.com/deis/builder:/go/src/github.com/deis/builder \
5146 --workdir /go/src/github.com/deis/builder \
5247 quay.io/deis/go-dev:latest \
53- glide up
48+ ginkgo -r
5449```
5550
5651## Releases
@@ -87,18 +82,13 @@ You will be prompted to confirm again before any tag or release is written to Gi
8782[ az ] : https://github.com/Azure/azure-cli#readme
8883[ azcopy ] : https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-linux?toc=%2fazure%2fstorage%2ffiles%2ftoc.json
8984[ deisrel ] : https://github.com/deis/deisrel
90- [ delve ] : https://github.com/derekparker/delve
91- [ dep ] : https://github.com/golang/dep
85+ [ delve ] : https://github.com/go-delve/delve
9286[ Docker Hub ] : https://hub.docker.com
9387[ Docker ] : http://www.docker.com
94- [ gb ] : https://github.com/constabulary/gb/
9588[ gen-changelog.sh ] : https://github.com/deis/docker-go-dev/tree/master/rootfs/usr/local/bin/gen-changelog.sh
9689[ ginkgo ] : https://github.com/onsi/ginkgo
97- [ glide ] : https://github.com/Masterminds/glide
9890[ go-bindata ] : https://github.com/jteeuwen/go-bindata
9991[ Go ] : https://golang.org/
100- [ golint ] : https://github.com/golang/lint
101- [ gometalinter ] : https://github.com/alecthomas/gometalinter
10292[ golangci-lint ] : https://github.com/golangci/golangci-lint
10393[ gox ] : https://github.com/mitchellh/gox
10494[ helm ] : https://github.com/kubernetes/helm
0 commit comments