diff --git a/Gopkg.lock b/Gopkg.lock index 98678fa2511d3be1db10df2cb3cbe8ba152e6e28..0c65789c68d8b397a022d323da2413f848968e9b 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -480,6 +480,6 @@ [solve-meta] analyzer-name = "dep" analyzer-version = 1 - inputs-digest = "a684012f3c0a87d734862677fb39258daded36e6499720b99fb6fa95f483052e" + inputs-digest = "305882cc35ee7345aa49517218d941e2892c5d418426973b9f9f73d9b8149330" solver-name = "gps-cdcl" solver-version = 1 diff --git a/Gopkg.toml b/Gopkg.toml index 89c4b74ddaf9af8de2321377cf245cc89198e7b5..b2922635322c2d74b742e007fa1a81b5f3b08aad 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -1,8 +1,14 @@ +required = ["github.com/tendermint/iavl"] + [prune] go-tests = true unused-packages = true non-go = true +[[constraint]] + name = "github.com/tendermint/iavl" + version = "~0.2.0" + [[constraint]] name = "github.com/BurntSushi/toml" version = "0.3.0" @@ -39,10 +45,6 @@ name = "github.com/jawher/mow.cli" version = "1.0.3" -[[constraint]] - branch = "master" - name = "github.com/monax/keys" - [[constraint]] name = "github.com/spf13/cobra" version = "0.0.1" diff --git a/scripts/deps/bos.sh b/scripts/deps/bos.sh index 75c3e20e329d06e1485f3794cad8a28e67058a9b..6cded7e40c388cf267a55f2e8cc505392738954c 100755 --- a/scripts/deps/bos.sh +++ b/scripts/deps/bos.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash # The git revision of Bosmarmot/bos we will build and install into ./bin/ for integration tests -echo "d12b45c733a02c0c6dd70fc7e0563e5e3ef4a68c" \ No newline at end of file +echo "9da71e7278d340ecfdf47e72eb9e9e2bba8d3e7a" \ No newline at end of file