Merge pull request #3834 from Kielek/fix-build

Remove obsolete dependency github.com/fatih/hclfmt
This commit is contained in:
Bryan Boreham
2021-03-17 10:22:37 +00:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -21,7 +21,6 @@ RUN go clean -i net && \
github.com/fzipp/gocyclo \
golang.org/x/lint/golint \
github.com/kisielk/errcheck \
github.com/fatih/hclfmt \
github.com/mjibson/esc \
github.com/client9/misspell/cmd/misspell && \
chmod a+wr --recursive /usr/local/go && \

View File

@@ -28,7 +28,6 @@ RUN go clean -i net && \
RUN go get -tags netgo \
github.com/FiloSottile/gvt \
github.com/client9/misspell/cmd/misspell \
github.com/fatih/hclfmt \
github.com/fzipp/gocyclo \
github.com/gogo/protobuf/gogoproto \
github.com/gogo/protobuf/protoc-gen-gogoslick \