From af7a68fa8a6658931cc4640c519a9d1aebf834cc Mon Sep 17 00:00:00 2001 From: Matej Vasek Date: Sun, 21 Feb 2021 19:33:05 +0100 Subject: [NO TESTS NEEDED] Make binding util internal The functions are supposed to be called only from generated code Signed-off-by: Matej Vasek --- pkg/bindings/manifests/types_create_options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/bindings/manifests/types_create_options.go') diff --git a/pkg/bindings/manifests/types_create_options.go b/pkg/bindings/manifests/types_create_options.go index e3b549968..5f022c672 100644 --- a/pkg/bindings/manifests/types_create_options.go +++ b/pkg/bindings/manifests/types_create_options.go @@ -3,7 +3,7 @@ package manifests import ( "net/url" - "github.com/containers/podman/v3/pkg/bindings/util" + "github.com/containers/podman/v3/pkg/bindings/internal/util" ) /* -- cgit v1.2.3-54-g00ecf