@@ -11,14 +11,18 @@ creating [issues][] and submitting [pull requests][].
1111## Image Contents
1212
1313* based on the [ official go Docker image] [ ]
14+ * [ dep] [ ] : go dependency management tool
15+ * [ gb] [ ] : project-based build tool for go
1416* [ ginkgo] [ ] : BDD testing framework for go
15- * [ glide] [ ] : go dependency management
17+ * [ glide] [ ] : go dependency management tool
1618* [ golint] [ ] : go source code linter
1719* [ gox] [ ] : simple go cross-compiling tool
1820* [ helm] [ ] : Kubernetes package manager
1921* [ jq] [ ] : command-line JSON processor
22+ * [ jwt] [ ] : tool for creating and parsing JSON Web Tokens
2023* [ kubectl] [ ] : Kubernetes command-line client
2124* [ shellcheck] [ ] : static analysis for shell scripts
25+ * [ shyaml] [ ] : YAML access from the command line
2226* [ test-cover.sh] [ ] : test coverage for multiple go packages
2327* [ upx] [ ] : executable packer
2428* [ az] [ ] : Azure cloud command-line tool
@@ -51,7 +55,9 @@ The latest deis/go-dev Docker image is available at:
5155
5256[ az ] : https://github.com/Azure/azure-cli#readme
5357[ Deis Workflow ] : https://deis.com/
58+ [ dep ] : https://github.com/golang/dep
5459[ Docker Hub ] : https://hub.docker.com
60+ [ gb ] : https://github.com/constabulary/gb/
5561[ gen-changelog.sh ] : https://github.com/deis/docker-go-dev/tree/master/rootfs/usr/local/bin/gen-changelog.sh
5662[ ginkgo ] : https://github.com/onsi/ginkgo
5763[ glide ] : https://github.com/Masterminds/glide
@@ -61,11 +67,13 @@ The latest deis/go-dev Docker image is available at:
6167[ helm ] : https://github.com/kubernetes/helm
6268[ issues ] : https://github.com/deis/docker-go-dev/issues
6369[ jq ] : https://stedolan.github.io/jq/
70+ [ jwt ] : https://github.com/dgrijalva/jwt-go
6471[ kubectl ] : https://kubernetes.io/docs/user-guide/kubectl-overview/
6572[ official go Docker image ] : https://hub.docker.com/_/golang/
6673[ pull requests ] : https://github.com/deis/docker-go-dev/pulls
6774[ Quay.io ] : https://quay.io
6875[ shellcheck ] : https://github.com/koalaman/shellcheck
76+ [ shyaml ] : https://github.com/0k/shyaml
6977[ test-cover.sh ] : https://github.com/deis/docker-go-dev/tree/master/rootfs/usr/local/bin/test-cover.sh
7078[ upx ] : http://upx.sourceforge.net/
7179[ Docker ] : http://www.docker.com
0 commit comments