diff --git a/Gopkg.lock b/Gopkg.lock index cfb830b6412e..a98a7c86a8ef 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -103,8 +103,8 @@ "ptypes/duration", "ptypes/timestamp" ] - revision = "925541529c1fa6821df4e44ce2723319eb2be768" - version = "v1.0.0" + revision = "b4deda0973fb4c70b50d226b1af49f3da59f5265" + version = "v1.1.0" [[projects]] branch = "master" @@ -137,6 +137,7 @@ ".", "hcl/ast", "hcl/parser", + "hcl/printer", "hcl/scanner", "hcl/strconv", "hcl/token", @@ -463,9 +464,10 @@ version = "v0.3.0" [[projects]] + branch = "master" name = "google.golang.org/genproto" packages = ["googleapis/rpc/status"] - revision = "7fd901a49ba6a7f87732eb344f6e3c5b19d1b200" + revision = "e92b116572682a5b432ddd840aeaba2a559eeff1" [[projects]] name = "google.golang.org/grpc" @@ -506,6 +508,6 @@ [solve-meta] analyzer-name = "dep" analyzer-version = 1 - inputs-digest = "25f7ff2ef90e336bf69362a555ef21fb575dc808e892309a9e6b583e7b61fb2f" + inputs-digest = "33d51b55781a1579d2fde1bba70077b49c5804862ea56c72136f013c8498e0c6" solver-name = "gps-cdcl" solver-version = 1 diff --git a/Gopkg.toml b/Gopkg.toml index 7ece2301a324..bdc0faa344a0 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -28,9 +28,9 @@ name = "github.com/bgentry/speakeasy" version = "~0.1.0" -[[constraint]] +[[override]] name = "github.com/golang/protobuf" - version = "~1.0.0" + version = "=1.1.0" [[constraint]] name = "github.com/mattn/go-isatty" @@ -72,11 +72,6 @@ name = "github.com/zondax/ledger-goclient" revision = "065cbf938a16f20335c40cfe180f9cd4955c6a5a" -# this got updated and broke, so locked to an old working commit ... -[[override]] - name = "google.golang.org/genproto" - revision = "7fd901a49ba6a7f87732eb344f6e3c5b19d1b200" - [prune] go-tests = true unused-packages = true