Change go-bindata

This commit is contained in:
Ludovic Fernandez 2018-02-07 12:40:03 +01:00 committed by Traefiker
parent 514f9a7215
commit c867f48f11
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ Once your environment is set up and the Træfik repository cloned you can build
cd ~/go/src/github.com/containous/traefik cd ~/go/src/github.com/containous/traefik
# Get go-bindata. Please note, the ellipses are required # Get go-bindata. Please note, the ellipses are required
go get github.com/jteeuwen/go-bindata/... go get github.com/containous/go-bindata/...
# Start build # Start build

View file

@ -4,7 +4,7 @@ RUN apk --update upgrade \
&& apk --no-cache --no-progress add git mercurial bash gcc musl-dev curl tar \ && apk --no-cache --no-progress add git mercurial bash gcc musl-dev curl tar \
&& rm -rf /var/cache/apk/* && rm -rf /var/cache/apk/*
RUN go get github.com/jteeuwen/go-bindata/... \ RUN go get github.com/containous/go-bindata/... \
&& go get github.com/golang/lint/golint \ && go get github.com/golang/lint/golint \
&& go get github.com/kisielk/errcheck \ && go get github.com/kisielk/errcheck \
&& go get github.com/client9/misspell/cmd/misspell && go get github.com/client9/misspell/cmd/misspell