- xml - AJAX/Jquery XML 解析
- 具有多重继承的 XML 模式
- .net - 枚举序列化 Json 与 XML
- XML 简单类型、简单内容、复杂类型、复杂内容
我正在使用“glide”来管理我的 go 包,这是我的 glide.yaml:
package: github.com/my-project
import:
- package: github.com/ethereum/go-ethereum
version: 1.8.14
subpackages:
- cmd/utils
- common
- common/hexutil
- consensus/ethash
- core
- core/state
- core/types
- core/vm
- eth
- ethdb
- event
- log
- node
- p2p
- params
- rlp
- rpc
- package: github.com/tendermint/tendermint
version: 0.23.0
subpackages:
- abci/types
- libs/log
- rpc/lib/client
- package: gopkg.in/urfave/cli.v1
testImport:
- package: github.com/stretchr/testify
subpackages:
- assert
- package: github.com/tendermint/go-amino
当我运行 glide install 时,出现了一些错误:
[INFO] --> Fetching updates for github.com/mattn/go-colorable
[INFO] --> Fetching updates for github.com/huin/goupnp
[INFO] --> Fetching updates for github.com/jackpal/go-nat-pmp
[ERROR] Error scanning github.com/prometheus/prometheus/util/flock:
cannot find package "." in:
/root/.glide/cache/src/https-github.com-prometheus- prometheus/util/flock
[INFO] --> Fetching updates for github.com/elastic/gosigar
[INFO] --> Fetching updates for github.com/mohae/deepcopy
[INFO] --> Fetching updates for github.com/influxdata/influxdb
...
[ERROR] Error scanning golang.org/x/sys/cpu: cannot find package "." in:
/root/.glide/cache/src/https-github.com-golang-sys/cpu
[INFO] --> Fetching updates for github.com/matttproud/golang_protobuf_extensions
[INFO] --> Setting version for github.com/matttproud/golang_protobuf_extensions to 3247c84500bff8d9fb6d579d800f20b3e091582c.
[ERROR] Failed to retrieve a list of dependencies: Error resolving imports
所以我尝试将glide镜像更改为我的本地文件(我已经克隆了所有依赖项),但它仍然不起作用,如果有人知道如何处理它,请帮助我,谢谢
最佳答案
我想通了,就设置镜像,忽略一些包,像这样
glide mirror set https://golang.org/x/mobile https://github.com/golang/mobile --vcs git
glide mirror set https://golang.org/x/crypto https://github.com/golang/crypto --vcs git
....
忽略
- github.com/prometheus/prometheus/util/flock
- golang.org/x/sys/cpu
- golang.org/x/net/http2/hpack
关于go - 使用 glide 安装 go-ethereum 依赖项和 tendermint 依赖项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52163996/
在 Tendermint websocket /subscribe 方法的查询中实现 OR 条件的最佳方法是什么? https://docs.tendermint.com/master/rpc/#/W
当我像这样使用 Tendermint 网络时: tendermint node --p2p.persistent_peers "429fcf25974313b95673f58d77eacdd43440
Tendermint 似乎缺少区 block 创建时间的描述...... 他们创建默认配置文件为 timeout_propose = 3000 timeout_propose_delta = 500
我在我的node js服务器中使用了lotion js,它被用作区 block 链技术。有时我的 Tendermint Node 崩溃了。由于我对区 block 链概念不熟悉,我不知道崩溃背后的原因。
目前 tendermint 的默认数据库是 LevelDB,但我想使用 mongoDB,但没有找到任何有用的文档。那么,任何人都可以提供帮助,甚至有可能吗?这是可能的,我看到了,但是怎么做呢? 最佳答
我正在 Windows 中的 Tendermint 上进行审查提交项目。我想提交关于一个组织的防篡改评论,因此想创建一个没有验证器的私有(private)区 block 链网络,并说 5 个用户,他们
我正在使用“glide”来管理我的 go 包,这是我的 glide.yaml: package: github.com/my-project import: - package: github.com
我是一名优秀的程序员,十分优秀!