Skip to content

Commit ccece5d

Browse files
committed
remove vendor
1 parent 132eb8f commit ccece5d

File tree

629 files changed

+1
-325101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

629 files changed

+1
-325101
lines changed

artifacts/images/agent-build.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ RUN go mod download
1616
COPY pkg/ pkg/
1717
COPY cmd/ cmd/
1818
COPY proto/ proto/
19-
COPY vendor/ vendor/
2019

2120
# Build
2221
ARG ARCH

artifacts/images/client-build.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ RUN go mod download
1616
COPY pkg/ pkg/
1717
COPY cmd/ cmd/
1818
COPY proto/ proto/
19-
COPY vendor/ vendor/
2019

2120
# Build
2221
ARG ARCH

artifacts/images/server-build.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ RUN go mod download
1616
COPY pkg/ pkg/
1717
COPY cmd/ cmd/
1818
COPY proto/ proto/
19-
COPY vendor/ vendor/
2019

2120
# Build
2221
ARG ARCH

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.12
55
require (
66
github.com/beorn7/perks v1.0.0 // indirect
77
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect
8-
github.com/golang/protobuf v1.3.2
8+
github.com/golang/protobuf v1.2.0
99
github.com/inconshreveable/mousetrap v1.0.0 // indirect
1010
github.com/prometheus/client_golang v0.9.2
1111
github.com/prometheus/common v0.4.0 // indirect

vendor/github.com/beorn7/perks/LICENSE

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)