Skip to content

Commit 7e19f58

Browse files
Zhen-iotexlizhefeng
authored andcommitted
Add go-ethereum project back in dep
1 parent 4f008d7 commit 7e19f58

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN if [ "$SKIP_DEP" != true ] ; \
1717

1818
RUN mkdir -p $GOPATH/src/github.com/CoderZhi/go-ethereum/ && \
1919
mkdir -p $GOPATH/pkg/linux_amd64/github.com/CoderZhi/ && \
20+
rm -rf $GOPATH/src/github.com/iotexproject/iotex-core/vendor/github.com/CoderZhi/go-ethereum/ && \
2021
cd $GOPATH/src/github.com/iotexproject/iotex-core/pkg/ && \
2122
tar -xzvf go-ethereum.tar.gz && \
2223
cp -r $GOPATH/src/github.com/iotexproject/iotex-core/pkg/go-ethereum/binary_linux/* $GOPATH/pkg/linux_amd64/github.com/CoderZhi/ && \

Gopkg.lock

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[[constraint]]
2+
branch = "master"
3+
name = "github.com/CoderZhi/go-ethereum"
4+
15
[[constraint]]
26
name = "github.com/boltdb/bolt"
37
version = "^1.3.1"

0 commit comments

Comments
 (0)