go mod vendor

+ move k8s.io/apimachinery fork from go.work to go.mod
(and include it in vendor)
This commit is contained in:
2022-11-07 00:16:27 +02:00
parent d08bbf250a
commit e45bf4739b
1366 changed files with 469062 additions and 45 deletions

View File

@@ -2,7 +2,7 @@
FROM golang:1.19 AS builder
WORKDIR /wd
COPY go.mod go.sum ./
COPY go.mod go.sum vendor ./
RUN go mod download
COPY . ./