mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 14:10:31 +03:00
Fix urlesc import url in Dockerfile
This commit is contained in:
parent
48ebd598a9
commit
acbedf6220
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RUN go get github.com/stretchr/testify/assert \
|
||||||
&& go get github.com/bep/inflect \
|
&& go get github.com/bep/inflect \
|
||||||
&& go get github.com/BurntSushi/toml \
|
&& go get github.com/BurntSushi/toml \
|
||||||
&& go get github.com/PuerkitoBio/purell \
|
&& 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/dchest/cssmin \
|
||||||
&& go get github.com/eknkc/amber \
|
&& go get github.com/eknkc/amber \
|
||||||
&& go get github.com/gorilla/websocket \
|
&& go get github.com/gorilla/websocket \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue