mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-24 07:50:40 -04:00
deps: update Go dependencies (#3623)
* deps: update Go dependencies * deps: tidy all modules * keep cloud.google.com/go/storage at v1.49.0 Signed-off-by: Daniel Weiße <dw@edgeless.systems> --------- Signed-off-by: Daniel Weiße <dw@edgeless.systems> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: edgelessci <edgelessci@users.noreply.github.com> Co-authored-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
7242a1eb74
commit
bb994d5a01
10 changed files with 233 additions and 220 deletions
|
@ -1,6 +1,6 @@
|
|||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.4
|
||||
// protoc v5.29.1
|
||||
// source: joinservice/joinproto/join.proto
|
||||
|
||||
|
@ -16,6 +16,7 @@ import (
|
|||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -351,7 +352,7 @@ func (x *IssueRejoinTicketResponse) GetMeasurementSecret() []byte {
|
|||
|
||||
var File_joinservice_joinproto_join_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_joinservice_joinproto_join_proto_rawDesc = []byte{
|
||||
var file_joinservice_joinproto_join_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x20, 0x6a, 0x6f, 0x69, 0x6e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x6a, 0x6f,
|
||||
0x69, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x6a, 0x6f, 0x69, 0x6e, 0x2e, 0x70, 0x72, 0x6f,
|
||||
0x74, 0x6f, 0x12, 0x04, 0x6a, 0x6f, 0x69, 0x6e, 0x1a, 0x2d, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e,
|
||||
|
@ -431,16 +432,16 @@ var file_joinservice_joinproto_join_proto_rawDesc = []byte{
|
|||
0x6e, 0x2f, 0x76, 0x32, 0x2f, 0x6a, 0x6f, 0x69, 0x6e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
|
||||
0x2f, 0x6a, 0x6f, 0x69, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
|
||||
0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_joinservice_joinproto_join_proto_rawDescOnce sync.Once
|
||||
file_joinservice_joinproto_join_proto_rawDescData = file_joinservice_joinproto_join_proto_rawDesc
|
||||
file_joinservice_joinproto_join_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_joinservice_joinproto_join_proto_rawDescGZIP() []byte {
|
||||
file_joinservice_joinproto_join_proto_rawDescOnce.Do(func() {
|
||||
file_joinservice_joinproto_join_proto_rawDescData = protoimpl.X.CompressGZIP(file_joinservice_joinproto_join_proto_rawDescData)
|
||||
file_joinservice_joinproto_join_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_joinservice_joinproto_join_proto_rawDesc), len(file_joinservice_joinproto_join_proto_rawDesc)))
|
||||
})
|
||||
return file_joinservice_joinproto_join_proto_rawDescData
|
||||
}
|
||||
|
@ -477,7 +478,7 @@ func file_joinservice_joinproto_join_proto_init() {
|
|||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_joinservice_joinproto_join_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_joinservice_joinproto_join_proto_rawDesc), len(file_joinservice_joinproto_join_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 5,
|
||||
NumExtensions: 0,
|
||||
|
@ -488,7 +489,6 @@ func file_joinservice_joinproto_join_proto_init() {
|
|||
MessageInfos: file_joinservice_joinproto_join_proto_msgTypes,
|
||||
}.Build()
|
||||
File_joinservice_joinproto_join_proto = out.File
|
||||
file_joinservice_joinproto_join_proto_rawDesc = nil
|
||||
file_joinservice_joinproto_join_proto_goTypes = nil
|
||||
file_joinservice_joinproto_join_proto_depIdxs = nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue