pulumi/Gopkg.toml
2017-12-27 06:35:52 -08:00

13 lines
323 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"