mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-03 04:26:20 -04:00
deps: update Go dependencies (#3586)
* deps: update Go dependencies * keep cloud.google.com/go/storage at v1.49.0 This is required to avoid issues with a broken google.golang.org/grpc/stats/opentelemetry import See https://github.com/googleapis/google-cloud-go/issues/11455 * deps: tidy all modules --------- Signed-off-by: Daniel Weiße <dw@edgeless.systems> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Weiße <dw@edgeless.systems> Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
This commit is contained in:
parent
22d093cc6f
commit
679edd79d4
14 changed files with 563 additions and 597 deletions
|
@ -1,6 +1,6 @@
|
|||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.35.2
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc v5.29.1
|
||||
// source: debugd/service/debugd.proto
|
||||
|
||||
|
@ -172,11 +172,10 @@ func (UploadSystemdServiceUnitsStatus) EnumDescriptor() ([]byte, []int) {
|
|||
}
|
||||
|
||||
type SetInfoRequest struct {
|
||||
state protoimpl.MessageState
|
||||
sizeCache protoimpl.SizeCache
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Info []*Info `protobuf:"bytes,1,rep,name=info,proto3" json:"info,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
Info []*Info `protobuf:"bytes,1,rep,name=info,proto3" json:"info,omitempty"`
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *SetInfoRequest) Reset() {
|
||||
|
@ -217,11 +216,10 @@ func (x *SetInfoRequest) GetInfo() []*Info {
|
|||
}
|
||||
|
||||
type SetInfoResponse struct {
|
||||
state protoimpl.MessageState
|
||||
sizeCache protoimpl.SizeCache
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Status SetInfoStatus `protobuf:"varint,1,opt,name=status,proto3,enum=debugd.SetInfoStatus" json:"status,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
Status SetInfoStatus `protobuf:"varint,1,opt,name=status,proto3,enum=debugd.SetInfoStatus" json:"status,omitempty"`
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *SetInfoResponse) Reset() {
|
||||
|
@ -262,9 +260,9 @@ func (x *SetInfoResponse) GetStatus() SetInfoStatus {
|
|||
}
|
||||
|
||||
type GetInfoRequest struct {
|
||||
state protoimpl.MessageState
|
||||
sizeCache protoimpl.SizeCache
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *GetInfoRequest) Reset() {
|
||||
|
@ -298,11 +296,10 @@ func (*GetInfoRequest) Descriptor() ([]byte, []int) {
|
|||
}
|
||||
|
||||
type GetInfoResponse struct {
|
||||
state protoimpl.MessageState
|
||||
sizeCache protoimpl.SizeCache
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Info []*Info `protobuf:"bytes,1,rep,name=info,proto3" json:"info,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
Info []*Info `protobuf:"bytes,1,rep,name=info,proto3" json:"info,omitempty"`
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *GetInfoResponse) Reset() {
|
||||
|
@ -343,12 +340,11 @@ func (x *GetInfoResponse) GetInfo() []*Info {
|
|||
}
|
||||
|
||||
type Info struct {
|
||||
state protoimpl.MessageState
|
||||
sizeCache protoimpl.SizeCache
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
|
||||
Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
|
||||
Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *Info) Reset() {
|
||||
|
@ -396,9 +392,9 @@ func (x *Info) GetValue() string {
|
|||
}
|
||||
|
||||
type DownloadFilesRequest struct {
|
||||
state protoimpl.MessageState
|
||||
sizeCache protoimpl.SizeCache
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *DownloadFilesRequest) Reset() {
|
||||
|
@ -432,15 +428,14 @@ func (*DownloadFilesRequest) Descriptor() ([]byte, []int) {
|
|||
}
|
||||
|
||||
type FileTransferMessage struct {
|
||||
state protoimpl.MessageState
|
||||
sizeCache protoimpl.SizeCache
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
// Types that are assignable to Kind:
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
// Types that are valid to be assigned to Kind:
|
||||
//
|
||||
// *FileTransferMessage_Header
|
||||
// *FileTransferMessage_Chunk
|
||||
Kind isFileTransferMessage_Kind `protobuf_oneof:"kind"`
|
||||
Kind isFileTransferMessage_Kind `protobuf_oneof:"kind"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *FileTransferMessage) Reset() {
|
||||
|
@ -473,23 +468,27 @@ func (*FileTransferMessage) Descriptor() ([]byte, []int) {
|
|||
return file_debugd_service_debugd_proto_rawDescGZIP(), []int{6}
|
||||
}
|
||||
|
||||
func (m *FileTransferMessage) GetKind() isFileTransferMessage_Kind {
|
||||
if m != nil {
|
||||
return m.Kind
|
||||
func (x *FileTransferMessage) GetKind() isFileTransferMessage_Kind {
|
||||
if x != nil {
|
||||
return x.Kind
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *FileTransferMessage) GetHeader() *FileTransferHeader {
|
||||
if x, ok := x.GetKind().(*FileTransferMessage_Header); ok {
|
||||
return x.Header
|
||||
if x != nil {
|
||||
if x, ok := x.Kind.(*FileTransferMessage_Header); ok {
|
||||
return x.Header
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *FileTransferMessage) GetChunk() *Chunk {
|
||||
if x, ok := x.GetKind().(*FileTransferMessage_Chunk); ok {
|
||||
return x.Chunk
|
||||
if x != nil {
|
||||
if x, ok := x.Kind.(*FileTransferMessage_Chunk); ok {
|
||||
return x.Chunk
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
@ -511,13 +510,12 @@ func (*FileTransferMessage_Header) isFileTransferMessage_Kind() {}
|
|||
func (*FileTransferMessage_Chunk) isFileTransferMessage_Kind() {}
|
||||
|
||||
type FileTransferHeader struct {
|
||||
state protoimpl.MessageState
|
||||
sizeCache protoimpl.SizeCache
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
TargetPath string `protobuf:"bytes,1,opt,name=targetPath,proto3" json:"targetPath,omitempty"`
|
||||
Mode uint32 `protobuf:"varint,3,opt,name=mode,proto3" json:"mode,omitempty"`
|
||||
OverrideServiceUnit *string `protobuf:"bytes,4,opt,name=overrideServiceUnit,proto3,oneof" json:"overrideServiceUnit,omitempty"`
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
TargetPath string `protobuf:"bytes,1,opt,name=targetPath,proto3" json:"targetPath,omitempty"`
|
||||
Mode uint32 `protobuf:"varint,3,opt,name=mode,proto3" json:"mode,omitempty"`
|
||||
OverrideServiceUnit *string `protobuf:"bytes,4,opt,name=overrideServiceUnit,proto3,oneof" json:"overrideServiceUnit,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *FileTransferHeader) Reset() {
|
||||
|
@ -572,12 +570,11 @@ func (x *FileTransferHeader) GetOverrideServiceUnit() string {
|
|||
}
|
||||
|
||||
type Chunk struct {
|
||||
state protoimpl.MessageState
|
||||
sizeCache protoimpl.SizeCache
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
|
||||
Last bool `protobuf:"varint,2,opt,name=last,proto3" json:"last,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
|
||||
Last bool `protobuf:"varint,2,opt,name=last,proto3" json:"last,omitempty"`
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *Chunk) Reset() {
|
||||
|
@ -625,12 +622,11 @@ func (x *Chunk) GetLast() bool {
|
|||
}
|
||||
|
||||
type UploadFilesResponse struct {
|
||||
state protoimpl.MessageState
|
||||
sizeCache protoimpl.SizeCache
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Status UploadFilesStatus `protobuf:"varint,1,opt,name=status,proto3,enum=debugd.UploadFilesStatus" json:"status,omitempty"`
|
||||
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
Status UploadFilesStatus `protobuf:"varint,1,opt,name=status,proto3,enum=debugd.UploadFilesStatus" json:"status,omitempty"`
|
||||
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *UploadFilesResponse) Reset() {
|
||||
|
@ -678,12 +674,11 @@ func (x *UploadFilesResponse) GetError() string {
|
|||
}
|
||||
|
||||
type ServiceUnit struct {
|
||||
state protoimpl.MessageState
|
||||
sizeCache protoimpl.SizeCache
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
||||
Contents string `protobuf:"bytes,2,opt,name=contents,proto3" json:"contents,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
||||
Contents string `protobuf:"bytes,2,opt,name=contents,proto3" json:"contents,omitempty"`
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *ServiceUnit) Reset() {
|
||||
|
@ -731,11 +726,10 @@ func (x *ServiceUnit) GetContents() string {
|
|||
}
|
||||
|
||||
type UploadSystemdServiceUnitsRequest struct {
|
||||
state protoimpl.MessageState
|
||||
sizeCache protoimpl.SizeCache
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Units []*ServiceUnit `protobuf:"bytes,1,rep,name=units,proto3" json:"units,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
Units []*ServiceUnit `protobuf:"bytes,1,rep,name=units,proto3" json:"units,omitempty"`
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *UploadSystemdServiceUnitsRequest) Reset() {
|
||||
|
@ -776,11 +770,10 @@ func (x *UploadSystemdServiceUnitsRequest) GetUnits() []*ServiceUnit {
|
|||
}
|
||||
|
||||
type UploadSystemdServiceUnitsResponse struct {
|
||||
state protoimpl.MessageState
|
||||
sizeCache protoimpl.SizeCache
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Status UploadSystemdServiceUnitsStatus `protobuf:"varint,1,opt,name=status,proto3,enum=debugd.UploadSystemdServiceUnitsStatus" json:"status,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
Status UploadSystemdServiceUnitsStatus `protobuf:"varint,1,opt,name=status,proto3,enum=debugd.UploadSystemdServiceUnitsStatus" json:"status,omitempty"`
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *UploadSystemdServiceUnitsResponse) Reset() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue