mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-10-16 08:43:44 +08:00
vendor: update buildkit to master@8b7bcb900d3c
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
@@ -30,7 +30,6 @@ import (
|
||||
ptypes "github.com/containerd/containerd/protobuf/types"
|
||||
digest "github.com/opencontainers/go-digest"
|
||||
ocispec "github.com/opencontainers/image-spec/specs-go/v1"
|
||||
"github.com/sirupsen/logrus"
|
||||
"google.golang.org/grpc"
|
||||
"google.golang.org/grpc/codes"
|
||||
"google.golang.org/grpc/status"
|
||||
@@ -295,7 +294,7 @@ func (s *service) Write(session api.Content_WriteServer) (err error) {
|
||||
return status.Errorf(codes.InvalidArgument, "first message must have a reference")
|
||||
}
|
||||
|
||||
fields := logrus.Fields{
|
||||
fields := log.Fields{
|
||||
"ref": ref,
|
||||
}
|
||||
total = req.Total
|
||||
|
Reference in New Issue
Block a user