update dependencies #454
Annotations
8 errors
Run golangci-lint:
internal/helpers/protobuf/protobuf.go#L11
SA1019: "github.com/jhump/protoreflect/desc" is deprecated: This module was created for use with the older "v1" Protobuf API in github.com/golang/protobuf. However, much of this module is no longer necessary as the newer "v2" API in google.golang.org/protobuf provides similar capabilities. Instead of using this github.com/jhump/protoreflect/desc package, see [google.golang.org/protobuf/reflect/protoreflect]. (staticcheck)
|
Run golangci-lint:
internal/helpers/protobuf/protobuf.go#L12
SA1019: "github.com/jhump/protoreflect/desc/protoparse" is deprecated: This protoparse package is now just a thin veneer around a newer replacement parser/compiler: [github.com/bufbuild/protocompile]. Users are highly encouraged to directly use protocompile instead of this package. (staticcheck)
|
Run golangci-lint:
internal/consume/ProtobufMessageDeserializer.go#L11
SA1019: "github.com/jhump/protoreflect/desc" is deprecated: This module was created for use with the older "v1" Protobuf API in github.com/golang/protobuf. However, much of this module is no longer necessary as the newer "v2" API in google.golang.org/protobuf provides similar capabilities. Instead of using this github.com/jhump/protoreflect/desc package, see [google.golang.org/protobuf/reflect/protoreflect]. (staticcheck)
|
Run golangci-lint:
internal/consume/ProtobufMessageDeserializer.go#L12
SA1019: "github.com/jhump/protoreflect/dynamic" is deprecated: This module was created for use with the older "v1" Protobuf API in github.com/golang/protobuf. However, much of this module is no longer necessary as the newer "v2" API in google.golang.org/protobuf provides similar capabilities. Instead of using this github.com/jhump/protoreflect/dynamic package, see [google.golang.org/protobuf/types/dynamicpb]. (staticcheck)
|
Run golangci-lint:
internal/producer/ProtobufMessageSerializer.go#L7
SA1019: "github.com/jhump/protoreflect/desc" is deprecated: This module was created for use with the older "v1" Protobuf API in github.com/golang/protobuf. However, much of this module is no longer necessary as the newer "v2" API in google.golang.org/protobuf provides similar capabilities. Instead of using this github.com/jhump/protoreflect/desc package, see [google.golang.org/protobuf/reflect/protoreflect]. (staticcheck)
|
Run golangci-lint:
internal/producer/ProtobufMessageSerializer.go#L8
SA1019: "github.com/jhump/protoreflect/dynamic" is deprecated: This module was created for use with the older "v1" Protobuf API in github.com/golang/protobuf. However, much of this module is no longer necessary as the newer "v2" API in google.golang.org/protobuf provides similar capabilities. Instead of using this github.com/jhump/protoreflect/dynamic package, see [google.golang.org/protobuf/types/dynamicpb]. (staticcheck)
|
Run golangci-lint:
cmd/consume/consume_test.go#L14
SA1019: "github.com/jhump/protoreflect/dynamic" is deprecated: This module was created for use with the older "v1" Protobuf API in github.com/golang/protobuf. However, much of this module is no longer necessary as the newer "v2" API in google.golang.org/protobuf provides similar capabilities. Instead of using this github.com/jhump/protoreflect/dynamic package, see [google.golang.org/protobuf/types/dynamicpb]. (staticcheck)
|
Run golangci-lint
issues found
|
Loading