DockerCLI/vendor
Kir Kolyshkin 6566f5ff2c Bump cpuguy83/go-md2man to v1.0.8
The biggest motivation for this is proper table rendering; in the
old version it was broken so tables were not rendered at al
(i.e. anything that was put into table was lost, for example,
description of LOG_* log levels in dockerd(8) page).

This also fixes lists, including nested lists. This fixes the
description of behavior in docker-cp(1) which is rendered as a tree:

BEFORE:

```
      Assuming a path separator of /, a first argument of SRC_PATH and second
       argument of DEST_PATH, the behavior is as follows:

       · SRC_PATH specifies a file

       · DEST_PATH does not exist

       · the file is saved to a file created at DEST_PATH

       · DEST_PATH does not exist and ends with /

       · Error condition: the destination directory must exist.

...
```

AFTER:
```
      Assuming a path separator of /, a first argument of SRC_PATH and second
       argument of DEST_PATH, the behavior is as follows:

              · SRC_PATH specifies a file

                · DEST_PATH does not exist

                  · the file is saved to a file created at DEST_PATH

                · DEST_PATH does not exist and ends with /

                  · Error condition: the destination directory must exist.

...
```

Manually checking the diff between the man pages generated by the old
and the new version, there are no changes other than the indentation
(.RS/.RE) for lists, and proper formatting for tables. Formatted man
pages also look decent, nothing seems broken.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2018-02-12 12:01:20 -08:00
..
github.com Bump cpuguy83/go-md2man to v1.0.8 2018-02-12 12:01:20 -08:00
golang.org/x Update golang.org/x/net to not panic 2017-12-28 14:40:09 +01:00
google.golang.org bump gRPC to v1.3.0, add genproto, update protobuf 2017-07-03 17:40:36 -07:00
gopkg.in Add support for kubernetes in docker cli 2017-12-26 11:22:32 +01:00
k8s.io Add support for kubernetes in docker cli 2017-12-26 11:22:32 +01:00
vbom.ml/util Sort swarm stacks and nodes using natural sorting 2017-07-13 14:33:02 +03:00