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:
renovate[bot] 2025-01-29 16:31:16 +01:00 committed by GitHub
parent 7242a1eb74
commit bb994d5a01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 233 additions and 220 deletions

View file

@ -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: verify/verifyproto/verify.proto
@ -15,6 +15,7 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
unsafe "unsafe"
)
const (
@ -114,7 +115,7 @@ func (x *GetAttestationResponse) GetAttestation() []byte {
var File_verify_verifyproto_verify_proto protoreflect.FileDescriptor
var file_verify_verifyproto_verify_proto_rawDesc = []byte{
var file_verify_verifyproto_verify_proto_rawDesc = string([]byte{
0x0a, 0x1f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x79, 0x2f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x79, 0x70,
0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x12, 0x06, 0x76, 0x65, 0x72, 0x69, 0x66, 0x79, 0x22, 0x2d, 0x0a, 0x15, 0x47, 0x65, 0x74,
@ -135,16 +136,16 @@ var file_verify_verifyproto_verify_proto_rawDesc = []byte{
0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x76, 0x32, 0x2f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x79, 0x2f, 0x76,
0x65, 0x72, 0x69, 0x66, 0x79, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x33,
}
})
var (
file_verify_verifyproto_verify_proto_rawDescOnce sync.Once
file_verify_verifyproto_verify_proto_rawDescData = file_verify_verifyproto_verify_proto_rawDesc
file_verify_verifyproto_verify_proto_rawDescData []byte
)
func file_verify_verifyproto_verify_proto_rawDescGZIP() []byte {
file_verify_verifyproto_verify_proto_rawDescOnce.Do(func() {
file_verify_verifyproto_verify_proto_rawDescData = protoimpl.X.CompressGZIP(file_verify_verifyproto_verify_proto_rawDescData)
file_verify_verifyproto_verify_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_verify_verifyproto_verify_proto_rawDesc), len(file_verify_verifyproto_verify_proto_rawDesc)))
})
return file_verify_verifyproto_verify_proto_rawDescData
}
@ -173,7 +174,7 @@ func file_verify_verifyproto_verify_proto_init() {
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_verify_verifyproto_verify_proto_rawDesc,
RawDescriptor: unsafe.Slice(unsafe.StringData(file_verify_verifyproto_verify_proto_rawDesc), len(file_verify_verifyproto_verify_proto_rawDesc)),
NumEnums: 0,
NumMessages: 2,
NumExtensions: 0,
@ -184,7 +185,6 @@ func file_verify_verifyproto_verify_proto_init() {
MessageInfos: file_verify_verifyproto_verify_proto_msgTypes,
}.Build()
File_verify_verifyproto_verify_proto = out.File
file_verify_verifyproto_verify_proto_rawDesc = nil
file_verify_verifyproto_verify_proto_goTypes = nil
file_verify_verifyproto_verify_proto_depIdxs = nil
}