diff options
author | Cody W. Opel <[email protected]> | 2016-06-07 20:15:28 -0400 |
---|---|---|
committer | Anthony Fok <[email protected]> | 2016-06-08 01:33:14 -0600 |
commit | acbedf6220daf1debc77a36ca77caf66cc834f18 (patch) | |
tree | 510302d6261b4659b8a891f4e57c55e25fb118a9 /Dockerfile | |
parent | 48ebd598a9da395ae1ba39376b35fdd1105472ce (diff) | |
download | hugo-acbedf6220daf1debc77a36ca77caf66cc834f18.tar.gz hugo-acbedf6220daf1debc77a36ca77caf66cc834f18.zip |
Fix urlesc import url in Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index debd0a093..9c4ad0dcb 100644 --- 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 \ |