tendermint/glide.yaml

66 lines
1.3 KiB
YAML
Raw Normal View History

2017-03-27 13:59:54 -07:00
package: github.com/tendermint/tendermint
2016-01-05 13:19:41 -08:00
import:
2017-04-21 15:21:59 -07:00
- package: github.com/ebuchman/fail-test
- package: github.com/gogo/protobuf
version: v0.5
2017-04-21 15:21:59 -07:00
subpackages:
- proto
- package: github.com/golang/protobuf
subpackages:
- proto
- package: github.com/gorilla/websocket
version: v1.2.0
2017-04-21 15:21:59 -07:00
- package: github.com/pkg/errors
2017-06-28 04:05:51 -07:00
version: ~0.8.0
2017-08-03 11:19:39 -07:00
- package: github.com/rcrowley/go-metrics
2017-04-21 15:21:59 -07:00
- package: github.com/spf13/cobra
version: v0.0.1
- package: github.com/spf13/viper
version: v1.0.0
2017-04-21 15:21:59 -07:00
- package: github.com/tendermint/abci
2017-10-27 10:55:56 -07:00
version: ~0.7.0
2017-04-21 15:21:59 -07:00
subpackages:
- client
- example/dummy
- types
2016-01-05 13:19:41 -08:00
- package: github.com/tendermint/go-crypto
2017-10-27 10:55:56 -07:00
version: ~0.4.0
2016-01-05 13:19:41 -08:00
- package: github.com/tendermint/go-wire
2017-10-27 10:55:56 -07:00
version: ~0.7.0
2017-04-21 15:21:59 -07:00
subpackages:
- data
2017-10-11 07:35:22 -07:00
- package: github.com/tendermint/iavl
2017-10-27 10:55:56 -07:00
version: ~0.2.0
2017-09-22 09:29:53 -07:00
subpackages:
- iavl
2017-04-21 15:21:59 -07:00
- package: github.com/tendermint/tmlibs
2017-10-27 10:55:56 -07:00
version: ~0.4.0
2017-03-04 19:05:14 -08:00
subpackages:
2017-04-21 15:21:59 -07:00
- autofile
- cli
2017-08-03 11:19:39 -07:00
- cli/flags
2017-04-21 15:21:59 -07:00
- clist
- common
- db
- flowrate
2017-05-02 00:53:32 -07:00
- log
2017-04-21 15:21:59 -07:00
- merkle
2016-01-05 13:19:41 -08:00
- package: golang.org/x/crypto
subpackages:
2017-04-21 15:21:59 -07:00
- nacl/box
- nacl/secretbox
2016-05-10 19:05:25 -07:00
- ripemd160
2017-04-21 15:21:59 -07:00
- package: golang.org/x/net
subpackages:
- context
- package: google.golang.org/grpc
version: v1.7.0
testImport:
2017-08-03 11:19:39 -07:00
- package: github.com/go-kit/kit
subpackages:
- log/term
2017-06-28 04:05:51 -07:00
- package: github.com/stretchr/testify
subpackages:
2017-06-28 04:05:51 -07:00
- assert
- require