fix(deps): update all non-major dependencies #665
reviewdog [golangci] report
reported by reviewdog 🐶
Findings (4)
runtime/kubernetes/apis/vela/v1alpha1/register.go|6 col 9| could not import k8s.io/apimachinery/pkg/apis/meta/v1 (runtime/kubernetes/apis/vela/v1alpha1/register.go:6:2: missing go.sum entry for module providing package k8s.io/apimachinery/pkg/apis/meta/v1 (imported by github.com/go-vela/worker/runtime/kubernetes); to add:
runtime/kubernetes/apis/vela/v1alpha1/register.go|7 col 2| could not import k8s.io/apimachinery/pkg/runtime (runtime/kubernetes/apis/vela/v1alpha1/register.go:7:2: missing go.sum entry for module providing package k8s.io/apimachinery/pkg/runtime (imported by github.com/go-vela/worker/runtime/kubernetes/apis/vela/v1alpha1); to add:
runtime/kubernetes/apis/vela/v1alpha1/register.go|8 col 2| could not import k8s.io/apimachinery/pkg/runtime/schema (runtime/kubernetes/apis/vela/v1alpha1/register.go:8:2: missing go.sum entry for module providing package k8s.io/apimachinery/pkg/runtime/schema (imported by github.com/go-vela/worker/runtime/kubernetes/apis/vela/v1alpha1); to add:
runtime/kubernetes/apis/vela/v1alpha1/types.go|6 col 5| could not import k8s.io/api/core/v1 (runtime/kubernetes/apis/vela/v1alpha1/types.go:6:2: missing go.sum entry for module providing package k8s.io/api/core/v1 (imported by github.com/go-vela/worker/runtime); to add:
Filtered Findings (0)
Annotations
Check failure on line 6 in runtime/kubernetes/apis/vela/v1alpha1/register.go
github-actions / golangci
[golangci] runtime/kubernetes/apis/vela/v1alpha1/register.go#L6
could not import k8s.io/apimachinery/pkg/apis/meta/v1 (runtime/kubernetes/apis/vela/v1alpha1/register.go:6:2: missing go.sum entry for module providing package k8s.io/apimachinery/pkg/apis/meta/v1 (imported by github.com/go-vela/worker/runtime/kubernetes); to add:
Raw output
runtime/kubernetes/apis/vela/v1alpha1/register.go:6:9: could not import k8s.io/apimachinery/pkg/apis/meta/v1 (runtime/kubernetes/apis/vela/v1alpha1/register.go:6:2: missing go.sum entry for module providing package k8s.io/apimachinery/pkg/apis/meta/v1 (imported by github.com/go-vela/worker/runtime/kubernetes); to add:
go get github.com/go-vela/worker/runtime/kubernetes) (typecheck)
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
^
Check failure on line 7 in runtime/kubernetes/apis/vela/v1alpha1/register.go
github-actions / golangci
[golangci] runtime/kubernetes/apis/vela/v1alpha1/register.go#L7
could not import k8s.io/apimachinery/pkg/runtime (runtime/kubernetes/apis/vela/v1alpha1/register.go:7:2: missing go.sum entry for module providing package k8s.io/apimachinery/pkg/runtime (imported by github.com/go-vela/worker/runtime/kubernetes/apis/vela/v1alpha1); to add:
Raw output
runtime/kubernetes/apis/vela/v1alpha1/register.go:7:2: could not import k8s.io/apimachinery/pkg/runtime (runtime/kubernetes/apis/vela/v1alpha1/register.go:7:2: missing go.sum entry for module providing package k8s.io/apimachinery/pkg/runtime (imported by github.com/go-vela/worker/runtime/kubernetes/apis/vela/v1alpha1); to add:
go get github.com/go-vela/worker/runtime/kubernetes/apis/vela/v1alpha1) (typecheck)
"k8s.io/apimachinery/pkg/runtime"
^
Check failure on line 8 in runtime/kubernetes/apis/vela/v1alpha1/register.go
github-actions / golangci
[golangci] runtime/kubernetes/apis/vela/v1alpha1/register.go#L8
could not import k8s.io/apimachinery/pkg/runtime/schema (runtime/kubernetes/apis/vela/v1alpha1/register.go:8:2: missing go.sum entry for module providing package k8s.io/apimachinery/pkg/runtime/schema (imported by github.com/go-vela/worker/runtime/kubernetes/apis/vela/v1alpha1); to add:
Raw output
runtime/kubernetes/apis/vela/v1alpha1/register.go:8:2: could not import k8s.io/apimachinery/pkg/runtime/schema (runtime/kubernetes/apis/vela/v1alpha1/register.go:8:2: missing go.sum entry for module providing package k8s.io/apimachinery/pkg/runtime/schema (imported by github.com/go-vela/worker/runtime/kubernetes/apis/vela/v1alpha1); to add:
go get github.com/go-vela/worker/runtime/kubernetes/apis/vela/v1alpha1) (typecheck)
"k8s.io/apimachinery/pkg/runtime/schema"
^
Check failure on line 6 in runtime/kubernetes/apis/vela/v1alpha1/types.go
github-actions / golangci
[golangci] runtime/kubernetes/apis/vela/v1alpha1/types.go#L6
could not import k8s.io/api/core/v1 (runtime/kubernetes/apis/vela/v1alpha1/types.go:6:2: missing go.sum entry for module providing package k8s.io/api/core/v1 (imported by github.com/go-vela/worker/runtime); to add:
Raw output
runtime/kubernetes/apis/vela/v1alpha1/types.go:6:5: could not import k8s.io/api/core/v1 (runtime/kubernetes/apis/vela/v1alpha1/types.go:6:2: missing go.sum entry for module providing package k8s.io/api/core/v1 (imported by github.com/go-vela/worker/runtime); to add:
go get github.com/go-vela/worker/runtime) (typecheck)
v1 "k8s.io/api/core/v1"
^
4 issues:
* typecheck: 4