mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 12:06:37 +00:00
Upgrade x/sync, Prometheus client and faas-provider
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alex@openfaas.com>
This commit is contained in:
1
gateway/vendor/google.golang.org/protobuf/runtime/protoiface/methods.go
generated
vendored
1
gateway/vendor/google.golang.org/protobuf/runtime/protoiface/methods.go
generated
vendored
@ -103,6 +103,7 @@ type UnmarshalInput = struct {
|
||||
FindExtensionByName(field protoreflect.FullName) (protoreflect.ExtensionType, error)
|
||||
FindExtensionByNumber(message protoreflect.FullName, field protoreflect.FieldNumber) (protoreflect.ExtensionType, error)
|
||||
}
|
||||
Depth int
|
||||
}
|
||||
|
||||
// UnmarshalOutput is output from the Unmarshal method.
|
||||
|
8
gateway/vendor/google.golang.org/protobuf/runtime/protoimpl/version.go
generated
vendored
8
gateway/vendor/google.golang.org/protobuf/runtime/protoimpl/version.go
generated
vendored
@ -26,16 +26,19 @@ const (
|
||||
// EnforceVersion is used by code generated by protoc-gen-go
|
||||
// to statically enforce minimum and maximum versions of this package.
|
||||
// A compilation failure implies either that:
|
||||
// * the runtime package is too old and needs to be updated OR
|
||||
// * the generated code is too old and needs to be regenerated.
|
||||
// - the runtime package is too old and needs to be updated OR
|
||||
// - the generated code is too old and needs to be regenerated.
|
||||
//
|
||||
// The runtime package can be upgraded by running:
|
||||
//
|
||||
// go get google.golang.org/protobuf
|
||||
//
|
||||
// The generated code can be regenerated by running:
|
||||
//
|
||||
// protoc --go_out=${PROTOC_GEN_GO_ARGS} ${PROTO_FILES}
|
||||
//
|
||||
// Example usage by generated code:
|
||||
//
|
||||
// const (
|
||||
// // Verify that this generated code is sufficiently up-to-date.
|
||||
// _ = protoimpl.EnforceVersion(genVersion - protoimpl.MinVersion)
|
||||
@ -49,6 +52,7 @@ const (
|
||||
type EnforceVersion uint
|
||||
|
||||
// This enforces the following invariant:
|
||||
//
|
||||
// MinVersion ≤ GenVersion ≤ MaxVersion
|
||||
const (
|
||||
_ = EnforceVersion(GenVersion - MinVersion)
|
||||
|
Reference in New Issue
Block a user