Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
update vendor dependencies
Browse files Browse the repository at this point in the history
remove vendor dependencies
  • Loading branch information
nirnanaaa committed Oct 30, 2019
1 parent bf8df91 commit 5bafb1f
Show file tree
Hide file tree
Showing 1,892 changed files with 2 additions and 750,862 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM golang:1.12-alpine3.10 as build
ENV GO111MODULE=on
ENV GOFLAGS -mod=vendor


RUN apk add --no-cache make
WORKDIR /go/src/github.com/uswitch/kiam
ADD . .
RUN go mod download
RUN make bin/kiam-linux-amd64

FROM alpine:3.8
Expand Down
27 changes: 0 additions & 27 deletions vendor/github.com/alecthomas/template/LICENSE

This file was deleted.

25 changes: 0 additions & 25 deletions vendor/github.com/alecthomas/template/README.md

This file was deleted.

Loading

0 comments on commit 5bafb1f

Please sign in to comment.