diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-01-25 09:40:41 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-01-25 09:42:48 +0100 |
commit | ac8e6c99103e7ccd3b5fee205bcafdf020ed204b (patch) | |
tree | 678449028fec8716ed58a55fb7dad382608b04bf /cmd/podman/common.go | |
parent | 975854ad5c79346c72615030249c1f2bf8aecde0 (diff) | |
download | podman-ac8e6c99103e7ccd3b5fee205bcafdf020ed204b.tar.gz podman-ac8e6c99103e7ccd3b5fee205bcafdf020ed204b.tar.bz2 podman-ac8e6c99103e7ccd3b5fee205bcafdf020ed204b.zip |
fork fatih/camelcase
faith/camelcase has been archived and is no longer maintained.
The package is sufficiently small and self-contained enough to
maintain it in libpod.
Fixes: #4783
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'cmd/podman/common.go')
-rw-r--r-- | cmd/podman/common.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/common.go b/cmd/podman/common.go index f3aff1d49..46feae90d 100644 --- a/cmd/podman/common.go +++ b/cmd/podman/common.go @@ -12,7 +12,7 @@ import ( "github.com/containers/libpod/libpod/define" "github.com/containers/libpod/pkg/rootless" "github.com/containers/libpod/pkg/sysinfo" - "github.com/fatih/camelcase" + "github.com/containers/libpod/pkg/util/camelcase" jsoniter "github.com/json-iterator/go" "github.com/pkg/errors" "github.com/spf13/cobra" |