Skip to content

Commit

Permalink
Switch back to github.com/fatih/[email protected].
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Štibraný <[email protected]>
  • Loading branch information
pstibrany committed Apr 2, 2024
1 parent 1463412 commit ffeb877
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mimir-build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,12 @@ RUN git clone --depth 1 --branch ${SKOPEO_VERSION} https://github.com/containers
DISABLE_DOCS=1 make -C /go/src/github.com/containers/skopeo install && \
rm -rf /go/pkg /go/src /root/.cache

# github.com/pstibrany/faillint@update-deps-and-rename-mod is a fork of github.com/fatih/faillint with PR https://github.com/fatih/faillint/pull/41. Once it's merged, we should switch back.
RUN GO111MODULE=on \
go install github.com/client9/misspell/cmd/[email protected] && \
go install github.com/golang/protobuf/[email protected] && \
go install github.com/gogo/protobuf/[email protected] && \
go install github.com/weaveworks/tools/cover@bdd647e92546027e12cdde3ae0714bb495e43013 && \
go install github.com/pstibrany/faillint@update-deps-and-rename-mod && \
go install github.com/fatih/faillint@v1.12.0 && \
go install github.com/campoy/[email protected] && \
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/[email protected] && \
go install github.com/monitoring-mixins/mixtool/cmd/mixtool@bca3066 && \
Expand Down

0 comments on commit ffeb877

Please sign in to comment.