summaryrefslogtreecommitdiff
path: root/pkg/bindings/manifests/types_create_options.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-02-22 15:40:41 -0500
committerGitHub <noreply@github.com>2021-02-22 15:40:41 -0500
commit613addd56f6dfccc1382de6306f92a9d16fed4d3 (patch)
tree25474e59f2271ffae1489952eff689b7a8a91298 /pkg/bindings/manifests/types_create_options.go
parenta6e7d19c463a55a7d3bf6e47faec1906f3f32380 (diff)
parentaf7a68fa8a6658931cc4640c519a9d1aebf834cc (diff)
downloadpodman-613addd56f6dfccc1382de6306f92a9d16fed4d3.tar.gz
podman-613addd56f6dfccc1382de6306f92a9d16fed4d3.tar.bz2
podman-613addd56f6dfccc1382de6306f92a9d16fed4d3.zip
Merge pull request #9456 from matejvasek/make_internal
Make binding util internal
Diffstat (limited to 'pkg/bindings/manifests/types_create_options.go')
-rw-r--r--pkg/bindings/manifests/types_create_options.go2
1 files changed, 1 insertions, 1 deletions
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"
)
/*