Fix urlesc import url in Dockerfile - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit acbedf6220daf1debc77a36ca77caf66cc834f18
DIR parent 48ebd598a9da395ae1ba39376b35fdd1105472ce
HTML Author: Cody W. Opel <codyopel@gmail.com>
Date: Tue, 7 Jun 2016 20:15:28 -0400
Fix urlesc import url in Dockerfile
Diffstat:
M Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/Dockerfile b/Dockerfile
@@ -10,7 +10,7 @@ RUN go get github.com/stretchr/testify/assert \
&& go get github.com/bep/inflect \
&& go get github.com/BurntSushi/toml \
&& go get github.com/PuerkitoBio/purell \
- && go get github.com/opennota/urlesc \
+ && go get github.com/PuerkitoBio/urlesc \
&& go get github.com/dchest/cssmin \
&& go get github.com/eknkc/amber \
&& go get github.com/gorilla/websocket \