Skip to content

Commit

Permalink
Merge pull request #3834 from Kielek/fix-build
Browse files Browse the repository at this point in the history
Remove obsolete dependency github.com/fatih/hclfmt
  • Loading branch information
bboreham authored Mar 17, 2021
2 parents 86add9a + 8ce4743 commit e29f474
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
1 change: 0 additions & 1 deletion tools/build/golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit e29f474

Please sign in to comment.