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 /go.mod | |
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 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ require ( github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f // indirect github.com/elazarl/goproxy/ext v0.0.0-20190911111923-ecfe977594f1 // indirect github.com/etcd-io/bbolt v1.3.3 - github.com/fatih/camelcase v1.0.0 + github.com/fatih/camelcase v1.0.0 // indirect github.com/fsnotify/fsnotify v1.4.7 github.com/ghodss/yaml v1.0.0 github.com/godbus/dbus v0.0.0-20190422162347-ade71ed3457e |