File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ The go-dev docker container provides a lightweight Go development environment fo
1111* [ glide] ( https://github.com/Masterminds/glide ) : go dependency management
1212* [ golint] ( https://github.com/golang/lint ) : go source code linter
1313* [ ginkgo] ( https://github.com/onsi/ginkgo ) : BDD testing framework for go
14- * [ goupx ] ( https ://github.com/pwaller/goupx ) : go-compatible executable packer
14+ * [ upx ] ( http ://upx.sourceforge.net/ ) : executable packer
1515* [ gox] ( https://github.com/mitchellh/gox ) : simple go cross-compiling tool
1616
1717## Usage
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ RUN apt-get update && apt-get install -y \
1616 && go get -u -v \
1717 github.com/golang/lint/golint \
1818 github.com/onsi/ginkgo/ginkgo \
19- github.com/pwaller/goupx \
2019 github.com/mitchellh/gox
2120
2221WORKDIR /go
You can’t perform that action at this time.
0 commit comments