tendermint/glide.yaml

57 lines
1.5 KiB
YAML
Raw Normal View History

2017-03-27 16:59:54 -04:00
package: github.com/tendermint/tendermint
2016-01-05 13:19:41 -08:00
import:
2017-04-21 18:12:54 -04:00
- package: github.com/tendermint/tmlibs/autofile
2017-01-14 21:03:12 -08:00
version: develop
2017-04-21 18:12:54 -04:00
- package: github.com/tendermint/tmlibs/clist
2017-01-14 21:03:12 -08:00
version: develop
2017-04-21 18:12:54 -04:00
- package: github.com/tendermint/tmlibs/common
2017-01-14 21:03:12 -08:00
version: develop
2016-01-05 13:19:41 -08:00
- package: github.com/tendermint/go-config
2017-01-14 21:03:12 -08:00
version: develop
2016-01-05 13:19:41 -08:00
- package: github.com/tendermint/go-crypto
2017-01-14 21:03:12 -08:00
version: develop
2017-04-21 18:13:25 -04:00
- package: github.com/tendermint/go-wire/data
version: develop
2017-04-21 18:12:54 -04:00
- package: github.com/tendermint/tmlibs/db
2017-01-14 21:03:12 -08:00
version: develop
2017-04-21 18:12:54 -04:00
- package: github.com/tendermint/tmlibs/events
2017-01-14 21:03:12 -08:00
version: develop
2017-04-21 18:12:54 -04:00
- package: github.com/tendermint/tmlibs/logger
2017-01-14 21:03:12 -08:00
version: develop
2016-01-05 13:19:41 -08:00
- package: github.com/tendermint/go-merkle
2017-01-14 21:03:12 -08:00
version: develop
2016-01-05 13:19:41 -08:00
- package: github.com/tendermint/go-p2p
2017-04-10 20:20:25 +02:00
version: unstable
2016-05-10 19:05:25 -07:00
- package: github.com/tendermint/go-rpc
2017-01-14 21:03:12 -08:00
version: develop
2016-01-05 13:19:41 -08:00
- package: github.com/tendermint/go-wire
2017-01-14 21:03:12 -08:00
version: develop
2017-01-12 15:53:32 -05:00
- package: github.com/tendermint/abci
2017-01-14 21:03:12 -08:00
version: develop
- package: github.com/tendermint/go-flowrate
- package: github.com/tendermint/log15
- package: github.com/tendermint/ed25519
2017-03-04 22:05:14 -05:00
- package: github.com/tendermint/merkleeyes
version: develop
subpackages:
- app
2017-01-14 21:03:12 -08:00
- package: github.com/gogo/protobuf
2017-03-04 22:11:44 -05:00
version: ^0.3
2017-01-14 21:03:12 -08:00
subpackages:
- proto
- package: github.com/gorilla/websocket
2017-03-04 22:11:44 -05:00
version: ^1.1.0
2017-02-23 19:25:23 -05:00
- package: github.com/spf13/cobra
2017-01-14 21:03:12 -08:00
- package: github.com/spf13/pflag
2017-02-22 14:15:13 +01:00
- package: github.com/pkg/errors
version: ^0.8.0
2016-01-05 13:19:41 -08:00
- package: golang.org/x/crypto
subpackages:
2016-05-10 19:05:25 -07:00
- ripemd160
testImport:
- package: github.com/stretchr/testify
version: ^1.1.4
subpackages:
- assert
- require