Skip to content
Snippets Groups Projects
Unverified Commit 953c5785 authored by Silas Davis's avatar Silas Davis
Browse files

Fix IAVL transitive dependency to make Burrow easier to depend on.


Signed-off-by: default avatarSilas Davis <silas@monax.io>
parent 6fab282e
No related branches found
No related tags found
No related merge requests found
...@@ -480,6 +480,6 @@ ...@@ -480,6 +480,6 @@
[solve-meta] [solve-meta]
analyzer-name = "dep" analyzer-name = "dep"
analyzer-version = 1 analyzer-version = 1
inputs-digest = "a684012f3c0a87d734862677fb39258daded36e6499720b99fb6fa95f483052e" inputs-digest = "305882cc35ee7345aa49517218d941e2892c5d418426973b9f9f73d9b8149330"
solver-name = "gps-cdcl" solver-name = "gps-cdcl"
solver-version = 1 solver-version = 1
required = ["github.com/tendermint/iavl"]
[prune] [prune]
go-tests = true go-tests = true
unused-packages = true unused-packages = true
non-go = true non-go = true
[[constraint]]
name = "github.com/tendermint/iavl"
version = "~0.2.0"
[[constraint]] [[constraint]]
name = "github.com/BurntSushi/toml" name = "github.com/BurntSushi/toml"
version = "0.3.0" version = "0.3.0"
...@@ -39,10 +45,6 @@ ...@@ -39,10 +45,6 @@
name = "github.com/jawher/mow.cli" name = "github.com/jawher/mow.cli"
version = "1.0.3" version = "1.0.3"
[[constraint]]
branch = "master"
name = "github.com/monax/keys"
[[constraint]] [[constraint]]
name = "github.com/spf13/cobra" name = "github.com/spf13/cobra"
version = "0.0.1" version = "0.0.1"
......
#!/usr/bin/env bash #!/usr/bin/env bash
# The git revision of Bosmarmot/bos we will build and install into ./bin/ for integration tests # The git revision of Bosmarmot/bos we will build and install into ./bin/ for integration tests
echo "d12b45c733a02c0c6dd70fc7e0563e5e3ef4a68c" echo "9da71e7278d340ecfdf47e72eb9e9e2bba8d3e7a"
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment