Skip to content
Snippets Groups Projects
Unverified Commit d4d13a06 authored by Silas Davis's avatar Silas Davis Committed by GitHub
Browse files

Merge pull request #716 from silasdavis/develop

Fix IAVL transitive dependency to make Burrow easier to depend on.
parents 6fab282e 953c5785
No related branches found
No related tags found
No related merge requests found
......@@ -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
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"
......
#!/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
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