pulumi/Gopkg.toml
Joe Duffy 8cce92ff27
Humanize some outputs a little (#723)
This does three things:

* Use nice humanized times for update times, to avoid ridiculously
  long timestamps consuming lots of horizontal space.  Instead of

       LAST UPDATE
       2017-12-12 12:22:59.994163319 -0800 PST

  we now see

       LAST UPDATE
       1 day ago

* Use the longest config key for the horizontal spacing when the key
  exceeds the default alignment size.  This avoids individual lines
  wrapping in awkward ways.

* Do the same for stack names and output properties.
2017-12-14 11:51:58 -08:00

13 lines
322 B
TOML

[[constraint]]
name = "github.com/cheggaaa/pb"
version = "v1.0"
# TODO[pulumi/pulumi#701]: remove this constraint and let updates pick the latest when this bug is fixed.
[[constraint]]
name = "google.golang.org/grpc"
version = "v1.7.2"
[[constraint]]
branch = "master"
name = "github.com/dustin/go-humanize"