diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-25 22:05:02 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-25 22:05:02 -0800 |
commit | 0800ab4f6510a629047de9ead10d4b0d002b99d9 (patch) | |
tree | e82755d54abd5c77f7968f5ed77b8d4aec97430b /go.mod | |
parent | 975854ad5c79346c72615030249c1f2bf8aecde0 (diff) | |
parent | e3ad92f85d36d3e6ca005b0367bc6657071d6a8a (diff) | |
download | podman-0800ab4f6510a629047de9ead10d4b0d002b99d9.tar.gz podman-0800ab4f6510a629047de9ead10d4b0d002b99d9.tar.bz2 podman-0800ab4f6510a629047de9ead10d4b0d002b99d9.zip |
Merge pull request #4968 from vrothberg/fork-camelcase
fork fatih/camelcase
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 |