-FROM golang:1.6
+FROM golang:1.6.2
MAINTAINER Sven Dowideit <SvenDowideit@home.org.au>
ENV GOPATH /go
# pre-install known dependencies before the source, so we don't redownload them whenever the source changes
RUN go get github.com/stretchr/testify/assert \
- && go get bitbucket.org/pkg/inflect \
+ && go get github.com/kyokomi/emoji \
+ && go get github.com/bep/inflect \
&& go get github.com/BurntSushi/toml \
&& go get github.com/PuerkitoBio/purell \
&& go get github.com/opennota/urlesc \