From 89909cabe9e2ccbb17d8668155cfb93e951faaca Mon Sep 17 00:00:00 2001 From: Pavel Okhlopkov Date: Sat, 2 Nov 2024 19:25:34 +0300 Subject: [PATCH] bump Signed-off-by: Pavel Okhlopkov --- pkg/hook/binding_context/binding_context_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/hook/binding_context/binding_context_test.go b/pkg/hook/binding_context/binding_context_test.go index 03db0794..279ac8f5 100644 --- a/pkg/hook/binding_context/binding_context_test.go +++ b/pkg/hook/binding_context/binding_context_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/assert" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" - "github.com/flant/libjq-go" + libjq_go "github.com/flant/libjq-go" . "github.com/flant/shell-operator/pkg/hook/types" . "github.com/flant/shell-operator/pkg/kube_events_manager/types" )