Skip to content

Commit

Permalink
Install gopkgs without module support
Browse files Browse the repository at this point in the history
uudashr/gopkgs#25 is open to try and fix this. Should rever this change once it is resolved.
  • Loading branch information
marcelom authored Feb 14, 2020
1 parent d630f10 commit b0dd186
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ RUN apt-get update \
github.com/sqs/goreturns@latest \
github.com/josharian/impl@latest \
github.com/davidrjenni/reftools/cmd/fillstruct@latest \
github.com/uudashr/gopkgs/cmd/gopkgs@latest \
github.com/ramya-rao-a/go-outline@latest \
github.com/acroca/go-symbols@latest \
github.com/godoctor/godoctor@latest \
Expand All @@ -50,7 +49,8 @@ RUN apt-get update \
github.com/go-delve/delve/cmd/dlv@latest 2>&1 \
#
# Install Go tools w/o module support
&& go get -v github.com/alecthomas/gometalinter 2>&1 \
&& go get -v github.com/alecthomas/gometalinter \
github.com/uudashr/gopkgs/cmd/gopkgs 2>&1 \
#
# Install gocode-gomod
&& go get -x -d github.com/stamblerre/gocode 2>&1 \
Expand Down Expand Up @@ -80,4 +80,3 @@ ENV GO111MODULE=auto

# Switch back to dialog for any ad-hoc use of apt-get
ENV DEBIAN_FRONTEND=dialog

0 comments on commit b0dd186

Please sign in to comment.