From d796f57d4f065503923046e2115140f7dfc34525 Mon Sep 17 00:00:00 2001 From: Travis Raines <571832+rainest@users.noreply.github.com> Date: Mon, 5 Jun 2023 13:54:19 -0700 Subject: [PATCH] chore: remove depguard --- .golangci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index fdfad277e..40b4ba308 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -8,7 +8,6 @@ linters: - asciicheck - bodyclose - contextcheck - - depguard - dogsled - durationcheck - errcheck @@ -69,3 +68,9 @@ linters-settings: - gopkg.in/yaml.v3: recommendations: - sigs.k8s.io/yaml + - github.com/pkg/errors: + recommenddations: + - errors + - golang.org/x/net/context: + recommenddations: + - context