mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-03 04:26:20 -04:00
deps: update Go dependencies (#3185)
* deps: update Go dependencies * deps: tidy all modules * Replace deprecated `grpc.DialContext` with `grpc.NewClient` --------- 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
bd80ab89cb
commit
e71819eb62
30 changed files with 392 additions and 389 deletions
|
@ -1,6 +1,6 @@
|
|||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc v3.21.7
|
||||
// source: joinservice/joinproto/join.proto
|
||||
|
||||
|
@ -461,7 +461,7 @@ func file_joinservice_joinproto_join_proto_rawDescGZIP() []byte {
|
|||
}
|
||||
|
||||
var file_joinservice_joinproto_join_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
|
||||
var file_joinservice_joinproto_join_proto_goTypes = []interface{}{
|
||||
var file_joinservice_joinproto_join_proto_goTypes = []any{
|
||||
(*IssueJoinTicketRequest)(nil), // 0: join.IssueJoinTicketRequest
|
||||
(*IssueJoinTicketResponse)(nil), // 1: join.IssueJoinTicketResponse
|
||||
(*ControlPlaneCertOrKey)(nil), // 2: join.control_plane_cert_or_key
|
||||
|
@ -489,7 +489,7 @@ func file_joinservice_joinproto_join_proto_init() {
|
|||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_joinservice_joinproto_join_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_joinservice_joinproto_join_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*IssueJoinTicketRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
@ -501,7 +501,7 @@ func file_joinservice_joinproto_join_proto_init() {
|
|||
return nil
|
||||
}
|
||||
}
|
||||
file_joinservice_joinproto_join_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_joinservice_joinproto_join_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*IssueJoinTicketResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
@ -513,7 +513,7 @@ func file_joinservice_joinproto_join_proto_init() {
|
|||
return nil
|
||||
}
|
||||
}
|
||||
file_joinservice_joinproto_join_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_joinservice_joinproto_join_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ControlPlaneCertOrKey); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
@ -525,7 +525,7 @@ func file_joinservice_joinproto_join_proto_init() {
|
|||
return nil
|
||||
}
|
||||
}
|
||||
file_joinservice_joinproto_join_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_joinservice_joinproto_join_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*IssueRejoinTicketRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
@ -537,7 +537,7 @@ func file_joinservice_joinproto_join_proto_init() {
|
|||
return nil
|
||||
}
|
||||
}
|
||||
file_joinservice_joinproto_join_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_joinservice_joinproto_join_proto_msgTypes[4].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*IssueRejoinTicketResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue