Skip to content

Commit ac8e6c9

Browse files
committed
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>
1 parent 975854a commit ac8e6c9

File tree

7 files changed

+2
-7
lines changed

7 files changed

+2
-7
lines changed

cmd/podman/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"github.com/containers/libpod/libpod/define"
1313
"github.com/containers/libpod/pkg/rootless"
1414
"github.com/containers/libpod/pkg/sysinfo"
15-
"github.com/fatih/camelcase"
15+
"github.com/containers/libpod/pkg/util/camelcase"
1616
jsoniter "github.com/json-iterator/go"
1717
"github.com/pkg/errors"
1818
"github.com/spf13/cobra"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f // indirect
3030
github.com/elazarl/goproxy/ext v0.0.0-20190911111923-ecfe977594f1 // indirect
3131
github.com/etcd-io/bbolt v1.3.3
32-
github.com/fatih/camelcase v1.0.0
32+
github.com/fatih/camelcase v1.0.0 // indirect
3333
github.com/fsnotify/fsnotify v1.4.7
3434
github.com/ghodss/yaml v1.0.0
3535
github.com/godbus/dbus v0.0.0-20190422162347-ade71ed3457e
File renamed without changes.
File renamed without changes.
File renamed without changes.

vendor/github.com/fatih/camelcase/.travis.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/modules.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,6 @@ github.com/docker/spdystream
261261
github.com/docker/spdystream/spdy
262262
# github.com/etcd-io/bbolt v1.3.3
263263
github.com/etcd-io/bbolt
264-
# github.com/fatih/camelcase v1.0.0
265-
github.com/fatih/camelcase
266264
# github.com/fsnotify/fsnotify v1.4.7
267265
github.com/fsnotify/fsnotify
268266
# github.com/fsouza/go-dockerclient v1.6.0

0 commit comments

Comments
 (0)