diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-09-26 18:03:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-26 18:03:41 +0800 |
commit | 0398468051068720688199442f53984b4071f4b2 (patch) | |
tree | 198ed487f20ca1ede8ea8ce804aba2ec81593f13 /Gopkg.toml | |
parent | fb1a443ea8c527eebcb59bd8f8f52791ace6284b (diff) | |
download | dexon-consensus-0398468051068720688199442f53984b4071f4b2.tar dexon-consensus-0398468051068720688199442f53984b4071f4b2.tar.gz dexon-consensus-0398468051068720688199442f53984b4071f4b2.tar.bz2 dexon-consensus-0398468051068720688199442f53984b4071f4b2.tar.lz dexon-consensus-0398468051068720688199442f53984b4071f4b2.tar.xz dexon-consensus-0398468051068720688199442f53984b4071f4b2.tar.zst dexon-consensus-0398468051068720688199442f53984b4071f4b2.zip |
core: use dexon-foundation/dexon instead of ethereum/go-ethereum (#143)
Diffstat (limited to 'Gopkg.toml')
-rw-r--r-- | Gopkg.toml | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -1,6 +1,6 @@ # Gopkg.toml example # -# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html +# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md # for detailed Gopkg.toml documentation. # # required = ["github.com/user/thing/cmd/thing"] @@ -26,6 +26,14 @@ [[constraint]] + branch = "dev" + name = "github.com/Spiderpowa/bls" + +[[constraint]] + branch = "dev" + name = "github.com/dexon-foundation/dexon" + +[[constraint]] name = "github.com/naoina/toml" version = "0.1.1" @@ -34,17 +42,9 @@ version = "1.2.2" [[constraint]] - name = "github.com/ethereum/go-ethereum" - version = "1.8.13" - -[[constraint]] branch = "master" name = "github.com/syndtr/goleveldb" -[[constraint]] - branch = "dev" - name = "github.com/Spiderpowa/bls" - [prune] go-tests = true unused-packages = true |