mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-28 12:11:44 +00:00
Remove flowcontrol
This commit is contained in:
4
glide.lock
generated
4
glide.lock
generated
@ -51,8 +51,6 @@ imports:
|
|||||||
subpackages:
|
subpackages:
|
||||||
- edwards25519
|
- edwards25519
|
||||||
- extra25519
|
- extra25519
|
||||||
- name: github.com/tendermint/flowcontrol
|
|
||||||
version: 925bee8f392c28190889746f3943fe3793fb4256
|
|
||||||
- name: github.com/tendermint/go-autofile
|
- name: github.com/tendermint/go-autofile
|
||||||
version: 63186e34b33d78ae47fb0d25e5717b307fdf3603
|
version: 63186e34b33d78ae47fb0d25e5717b307fdf3603
|
||||||
- name: github.com/tendermint/go-clist
|
- name: github.com/tendermint/go-clist
|
||||||
@ -71,8 +69,6 @@ imports:
|
|||||||
version: 1c85cb98a4e8ca9e92fe585bc9687fd69b98f841
|
version: 1c85cb98a4e8ca9e92fe585bc9687fd69b98f841
|
||||||
- name: github.com/tendermint/go-flowrate
|
- name: github.com/tendermint/go-flowrate
|
||||||
version: a20c98e61957faa93b4014fbd902f20ab9317a6a
|
version: a20c98e61957faa93b4014fbd902f20ab9317a6a
|
||||||
subpackages:
|
|
||||||
- flowrate
|
|
||||||
- name: github.com/tendermint/go-logger
|
- name: github.com/tendermint/go-logger
|
||||||
version: cefb3a45c0bf3c493a04e9bcd9b1540528be59f2
|
version: cefb3a45c0bf3c493a04e9bcd9b1540528be59f2
|
||||||
- name: github.com/tendermint/go-merkle
|
- name: github.com/tendermint/go-merkle
|
||||||
|
@ -6,7 +6,7 @@ import:
|
|||||||
- package: github.com/gorilla/websocket
|
- package: github.com/gorilla/websocket
|
||||||
- package: github.com/spf13/pflag
|
- package: github.com/spf13/pflag
|
||||||
- package: github.com/tendermint/ed25519
|
- package: github.com/tendermint/ed25519
|
||||||
- package: github.com/tendermint/flowcontrol
|
- package: github.com/tendermint/go-flowrate
|
||||||
- package: github.com/tendermint/go-autofile
|
- package: github.com/tendermint/go-autofile
|
||||||
- package: github.com/tendermint/go-clist
|
- package: github.com/tendermint/go-clist
|
||||||
- package: github.com/tendermint/go-common
|
- package: github.com/tendermint/go-common
|
||||||
|
Reference in New Issue
Block a user