Fix urlesc import url in Dockerfile
authorCody W. Opel <codyopel@gmail.com>
Wed, 8 Jun 2016 00:15:28 +0000 (20:15 -0400)
committerAnthony Fok <foka@debian.org>
Wed, 8 Jun 2016 07:33:14 +0000 (01:33 -0600)
Dockerfile

index debd0a093400e96b4a903c62f8a6fafa0482848f..9c4ad0dcbf49811c0396c166622c4c7b0d706d1e 100644 (file)
@@ -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 \