From 067d1ddd61bce55bb59435fa413f7697c7be8730 Mon Sep 17 00:00:00 2001 From: zhi Date: Thu, 9 Aug 2018 11:37:24 -0700 Subject: [PATCH] Rename dependencies --- README.md | 4 ++-- vendor/vendor.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b7dd1b643a2..5b3692e99c3f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Official golang implementation of the Ethereum protocol. [![API Reference]( https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f676f6c616e672f6764646f3f7374617475732e737667 -)](https://godoc.org/github.com/ethereum/go-ethereum) -[![Go Report Card](https://goreportcard.com/badge/github.com/ethereum/go-ethereum)](https://goreportcard.com/report/github.com/ethereum/go-ethereum) +)](https://godoc.org/github.com/CoderZhi/go-ethereum) +[![Go Report Card](https://goreportcard.com/badge/github.com/CoderZhi/go-ethereum)](https://goreportcard.com/report/github.com/CoderZhi/go-ethereum) [![Travis](https://travis-ci.org/ethereum/go-ethereum.svg?branch=master)](https://travis-ci.org/ethereum/go-ethereum) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ethereum/go-ethereum?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) diff --git a/vendor/vendor.json b/vendor/vendor.json index fe6a6dc5ec8b..55ee6448eb46 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -922,5 +922,5 @@ "revisionTime": "2017-08-11T01:42:03Z" } ], - "rootPath": "github.com/ethereum/go-ethereum" + "rootPath": "github.com/CoderZhi/go-ethereum" }