OSDN Git Service

delete the vendor (#1495)
authorPaladz <yzhu101@uottawa.ca>
Mon, 26 Nov 2018 10:21:36 +0000 (18:21 +0800)
committerGitHub <noreply@github.com>
Mon, 26 Nov 2018 10:21:36 +0000 (18:21 +0800)
commit0b53deb60e5b7f7d245a80cff39cdd96d1d58272
tree892af8d2a0eaf35458a8631b7ceac87f63f1be62
parentc3d77fc1f9c58f5803c71688de5a5e89c3dd581c
delete the vendor (#1495)
294 files changed:
p2p/connection/connection_test.go
vendor/github.com/go-kit/kit/.gitignore [deleted file]
vendor/github.com/go-kit/kit/.travis.yml [deleted file]
vendor/github.com/go-kit/kit/CONTRIBUTING.md [deleted file]
vendor/github.com/go-kit/kit/LICENSE [deleted file]
vendor/github.com/go-kit/kit/README.md [deleted file]
vendor/github.com/go-kit/kit/ROADMAP.md [deleted file]
vendor/github.com/go-kit/kit/auth/basic/README.md [deleted file]
vendor/github.com/go-kit/kit/auth/basic/middleware.go [deleted file]
vendor/github.com/go-kit/kit/auth/basic/middleware_test.go [deleted file]
vendor/github.com/go-kit/kit/auth/jwt/README.md [deleted file]
vendor/github.com/go-kit/kit/auth/jwt/middleware.go [deleted file]
vendor/github.com/go-kit/kit/auth/jwt/middleware_test.go [deleted file]
vendor/github.com/go-kit/kit/auth/jwt/transport.go [deleted file]
vendor/github.com/go-kit/kit/auth/jwt/transport_test.go [deleted file]
vendor/github.com/go-kit/kit/circle.yml [deleted file]
vendor/github.com/go-kit/kit/circuitbreaker/doc.go [deleted file]
vendor/github.com/go-kit/kit/circuitbreaker/gobreaker.go [deleted file]
vendor/github.com/go-kit/kit/circuitbreaker/gobreaker_test.go [deleted file]
vendor/github.com/go-kit/kit/circuitbreaker/handy_breaker.go [deleted file]
vendor/github.com/go-kit/kit/circuitbreaker/handy_breaker_test.go [deleted file]
vendor/github.com/go-kit/kit/circuitbreaker/hystrix.go [deleted file]
vendor/github.com/go-kit/kit/circuitbreaker/hystrix_test.go [deleted file]
vendor/github.com/go-kit/kit/circuitbreaker/util_test.go [deleted file]
vendor/github.com/go-kit/kit/coveralls.bash [deleted file]
vendor/github.com/go-kit/kit/docker-compose-integration.yml [deleted file]
vendor/github.com/go-kit/kit/endpoint/doc.go [deleted file]
vendor/github.com/go-kit/kit/endpoint/endpoint.go [deleted file]
vendor/github.com/go-kit/kit/endpoint/endpoint_example_test.go [deleted file]
vendor/github.com/go-kit/kit/examples/README.md [deleted file]
vendor/github.com/go-kit/kit/examples/addsvc/README.md [deleted file]
vendor/github.com/go-kit/kit/examples/addsvc/cmd/addcli/addcli.go [deleted file]
vendor/github.com/go-kit/kit/examples/addsvc/cmd/addsvc/addsvc.go [deleted file]
vendor/github.com/go-kit/kit/examples/addsvc/cmd/addsvc/pact_test.go [deleted file]
vendor/github.com/go-kit/kit/examples/addsvc/cmd/addsvc/wiring_test.go [deleted file]
vendor/github.com/go-kit/kit/examples/addsvc/pb/addsvc.pb.go [deleted file]
vendor/github.com/go-kit/kit/examples/addsvc/pb/addsvc.proto [deleted file]
vendor/github.com/go-kit/kit/examples/addsvc/pb/compile.sh [deleted file]
vendor/github.com/go-kit/kit/examples/addsvc/pkg/addendpoint/middleware.go [deleted file]
vendor/github.com/go-kit/kit/examples/addsvc/pkg/addendpoint/set.go [deleted file]
vendor/github.com/go-kit/kit/examples/addsvc/pkg/addservice/middleware.go [deleted file]
vendor/github.com/go-kit/kit/examples/addsvc/pkg/addservice/service.go [deleted file]
vendor/github.com/go-kit/kit/examples/addsvc/pkg/addtransport/grpc.go [deleted file]
vendor/github.com/go-kit/kit/examples/addsvc/pkg/addtransport/http.go [deleted file]
vendor/github.com/go-kit/kit/examples/addsvc/pkg/addtransport/thrift.go [deleted file]
vendor/github.com/go-kit/kit/examples/addsvc/thrift/addsvc.thrift [deleted file]
vendor/github.com/go-kit/kit/examples/addsvc/thrift/compile.sh [deleted file]
vendor/github.com/go-kit/kit/examples/addsvc/thrift/gen-go/addsvc/GoUnusedProtection__.go [deleted file]
vendor/github.com/go-kit/kit/examples/addsvc/thrift/gen-go/addsvc/add_service-remote/add_service-remote.go [deleted file]
vendor/github.com/go-kit/kit/examples/addsvc/thrift/gen-go/addsvc/addsvc-consts.go [deleted file]
vendor/github.com/go-kit/kit/examples/addsvc/thrift/gen-go/addsvc/addsvc.go [deleted file]
vendor/github.com/go-kit/kit/examples/apigateway/main.go [deleted file]
vendor/github.com/go-kit/kit/examples/profilesvc/README.md [deleted file]
vendor/github.com/go-kit/kit/examples/profilesvc/client/client.go [deleted file]
vendor/github.com/go-kit/kit/examples/profilesvc/cmd/profilesvc/main.go [deleted file]
vendor/github.com/go-kit/kit/examples/profilesvc/endpoints.go [deleted file]
vendor/github.com/go-kit/kit/examples/profilesvc/middlewares.go [deleted file]
vendor/github.com/go-kit/kit/examples/profilesvc/service.go [deleted file]
vendor/github.com/go-kit/kit/examples/profilesvc/transport.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/README.md [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/booking/endpoint.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/booking/instrumenting.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/booking/logging.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/booking/service.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/booking/transport.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/cargo/cargo.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/cargo/delivery.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/cargo/handling.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/cargo/itinerary.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/handling/endpoint.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/handling/instrumenting.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/handling/logging.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/handling/service.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/handling/transport.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/inmem/inmem.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/inspection/inspection.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/location/location.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/location/sample_locations.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/main.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/routing/proxying.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/routing/routing.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/tracking/endpoint.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/tracking/instrumenting.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/tracking/logging.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/tracking/service.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/tracking/transport.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/voyage/sample_voyages.go [deleted file]
vendor/github.com/go-kit/kit/examples/shipping/voyage/voyage.go [deleted file]
vendor/github.com/go-kit/kit/examples/stringsvc1/main.go [deleted file]
vendor/github.com/go-kit/kit/examples/stringsvc2/instrumenting.go [deleted file]
vendor/github.com/go-kit/kit/examples/stringsvc2/logging.go [deleted file]
vendor/github.com/go-kit/kit/examples/stringsvc2/main.go [deleted file]
vendor/github.com/go-kit/kit/examples/stringsvc2/service.go [deleted file]
vendor/github.com/go-kit/kit/examples/stringsvc2/transport.go [deleted file]
vendor/github.com/go-kit/kit/examples/stringsvc3/instrumenting.go [deleted file]
vendor/github.com/go-kit/kit/examples/stringsvc3/logging.go [deleted file]
vendor/github.com/go-kit/kit/examples/stringsvc3/main.go [deleted file]
vendor/github.com/go-kit/kit/examples/stringsvc3/proxying.go [deleted file]
vendor/github.com/go-kit/kit/examples/stringsvc3/service.go [deleted file]
vendor/github.com/go-kit/kit/examples/stringsvc3/transport.go [deleted file]
vendor/github.com/go-kit/kit/lint [deleted file]
vendor/github.com/go-kit/kit/log/README.md [deleted file]
vendor/github.com/go-kit/kit/log/benchmark_test.go [deleted file]
vendor/github.com/go-kit/kit/log/concurrency_test.go [deleted file]
vendor/github.com/go-kit/kit/log/deprecated_levels/levels.go [deleted file]
vendor/github.com/go-kit/kit/log/deprecated_levels/levels_test.go [deleted file]
vendor/github.com/go-kit/kit/log/doc.go [deleted file]
vendor/github.com/go-kit/kit/log/example_test.go [deleted file]
vendor/github.com/go-kit/kit/log/json_logger.go [deleted file]
vendor/github.com/go-kit/kit/log/json_logger_test.go [deleted file]
vendor/github.com/go-kit/kit/log/level/benchmark_test.go [deleted file]
vendor/github.com/go-kit/kit/log/level/doc.go [deleted file]
vendor/github.com/go-kit/kit/log/level/example_test.go [deleted file]
vendor/github.com/go-kit/kit/log/level/level.go [deleted file]
vendor/github.com/go-kit/kit/log/level/level_test.go [deleted file]
vendor/github.com/go-kit/kit/log/log.go [deleted file]
vendor/github.com/go-kit/kit/log/log_test.go [deleted file]
vendor/github.com/go-kit/kit/log/logfmt_logger.go [deleted file]
vendor/github.com/go-kit/kit/log/logfmt_logger_test.go [deleted file]
vendor/github.com/go-kit/kit/log/nop_logger.go [deleted file]
vendor/github.com/go-kit/kit/log/nop_logger_test.go [deleted file]
vendor/github.com/go-kit/kit/log/stdlib.go [deleted file]
vendor/github.com/go-kit/kit/log/stdlib_test.go [deleted file]
vendor/github.com/go-kit/kit/log/sync.go [deleted file]
vendor/github.com/go-kit/kit/log/sync_test.go [deleted file]
vendor/github.com/go-kit/kit/log/term/LICENSE [deleted file]
vendor/github.com/go-kit/kit/log/term/colorlogger.go [deleted file]
vendor/github.com/go-kit/kit/log/term/colorlogger_test.go [deleted file]
vendor/github.com/go-kit/kit/log/term/colorwriter_others.go [deleted file]
vendor/github.com/go-kit/kit/log/term/colorwriter_windows.go [deleted file]
vendor/github.com/go-kit/kit/log/term/example_test.go [deleted file]
vendor/github.com/go-kit/kit/log/term/term.go [deleted file]
vendor/github.com/go-kit/kit/log/term/terminal_appengine.go [deleted file]
vendor/github.com/go-kit/kit/log/term/terminal_darwin.go [deleted file]
vendor/github.com/go-kit/kit/log/term/terminal_freebsd.go [deleted file]
vendor/github.com/go-kit/kit/log/term/terminal_linux.go [deleted file]
vendor/github.com/go-kit/kit/log/term/terminal_notwindows.go [deleted file]
vendor/github.com/go-kit/kit/log/term/terminal_openbsd.go [deleted file]
vendor/github.com/go-kit/kit/log/term/terminal_windows.go [deleted file]
vendor/github.com/go-kit/kit/log/term/terminal_windows_test.go [deleted file]
vendor/github.com/go-kit/kit/log/value.go [deleted file]
vendor/github.com/go-kit/kit/log/value_test.go [deleted file]
vendor/github.com/go-kit/kit/metrics/README.md [deleted file]
vendor/github.com/go-kit/kit/metrics/cloudwatch/cloudwatch.go [deleted file]
vendor/github.com/go-kit/kit/metrics/cloudwatch/cloudwatch_test.go [deleted file]
vendor/github.com/go-kit/kit/metrics/debug.test [deleted file]
vendor/github.com/go-kit/kit/metrics/discard/discard.go [deleted file]
vendor/github.com/go-kit/kit/metrics/doc.go [deleted file]
vendor/github.com/go-kit/kit/metrics/dogstatsd/dogstatsd.go [deleted file]
vendor/github.com/go-kit/kit/metrics/dogstatsd/dogstatsd_test.go [deleted file]
vendor/github.com/go-kit/kit/metrics/expvar/expvar.go [deleted file]
vendor/github.com/go-kit/kit/metrics/expvar/expvar_test.go [deleted file]
vendor/github.com/go-kit/kit/metrics/generic/generic.go [deleted file]
vendor/github.com/go-kit/kit/metrics/generic/generic_test.go [deleted file]
vendor/github.com/go-kit/kit/metrics/graphite/graphite.go [deleted file]
vendor/github.com/go-kit/kit/metrics/graphite/graphite_test.go [deleted file]
vendor/github.com/go-kit/kit/metrics/influx/example_test.go [deleted file]
vendor/github.com/go-kit/kit/metrics/influx/influx.go [deleted file]
vendor/github.com/go-kit/kit/metrics/influx/influx_test.go [deleted file]
vendor/github.com/go-kit/kit/metrics/internal/lv/labelvalues.go [deleted file]
vendor/github.com/go-kit/kit/metrics/internal/lv/labelvalues_test.go [deleted file]
vendor/github.com/go-kit/kit/metrics/internal/lv/space.go [deleted file]
vendor/github.com/go-kit/kit/metrics/internal/lv/space_test.go [deleted file]
vendor/github.com/go-kit/kit/metrics/internal/ratemap/ratemap.go [deleted file]
vendor/github.com/go-kit/kit/metrics/metrics.go [deleted file]
vendor/github.com/go-kit/kit/metrics/multi/multi.go [deleted file]
vendor/github.com/go-kit/kit/metrics/multi/multi_test.go [deleted file]
vendor/github.com/go-kit/kit/metrics/pcp/pcp.go [deleted file]
vendor/github.com/go-kit/kit/metrics/pcp/pcp_test.go [deleted file]
vendor/github.com/go-kit/kit/metrics/prometheus/prometheus.go [deleted file]
vendor/github.com/go-kit/kit/metrics/prometheus/prometheus_test.go [deleted file]
vendor/github.com/go-kit/kit/metrics/provider/discard.go [deleted file]
vendor/github.com/go-kit/kit/metrics/provider/dogstatsd.go [deleted file]
vendor/github.com/go-kit/kit/metrics/provider/expvar.go [deleted file]
vendor/github.com/go-kit/kit/metrics/provider/graphite.go [deleted file]
vendor/github.com/go-kit/kit/metrics/provider/influx.go [deleted file]
vendor/github.com/go-kit/kit/metrics/provider/prometheus.go [deleted file]
vendor/github.com/go-kit/kit/metrics/provider/provider.go [deleted file]
vendor/github.com/go-kit/kit/metrics/provider/statsd.go [deleted file]
vendor/github.com/go-kit/kit/metrics/statsd/statsd.go [deleted file]
vendor/github.com/go-kit/kit/metrics/statsd/statsd_test.go [deleted file]
vendor/github.com/go-kit/kit/metrics/teststat/buffers.go [deleted file]
vendor/github.com/go-kit/kit/metrics/teststat/populate.go [deleted file]
vendor/github.com/go-kit/kit/metrics/teststat/teststat.go [deleted file]
vendor/github.com/go-kit/kit/metrics/timer.go [deleted file]
vendor/github.com/go-kit/kit/metrics/timer_test.go [deleted file]
vendor/github.com/go-kit/kit/ratelimit/token_bucket.go [deleted file]
vendor/github.com/go-kit/kit/ratelimit/token_bucket_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/benchmark_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/consul/client.go [deleted file]
vendor/github.com/go-kit/kit/sd/consul/client_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/consul/doc.go [deleted file]
vendor/github.com/go-kit/kit/sd/consul/instancer.go [deleted file]
vendor/github.com/go-kit/kit/sd/consul/instancer_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/consul/integration_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/consul/registrar.go [deleted file]
vendor/github.com/go-kit/kit/sd/consul/registrar_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/dnssrv/doc.go [deleted file]
vendor/github.com/go-kit/kit/sd/dnssrv/instancer.go [deleted file]
vendor/github.com/go-kit/kit/sd/dnssrv/instancer_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/dnssrv/lookup.go [deleted file]
vendor/github.com/go-kit/kit/sd/doc.go [deleted file]
vendor/github.com/go-kit/kit/sd/endpoint_cache.go [deleted file]
vendor/github.com/go-kit/kit/sd/endpoint_cache_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/endpointer.go [deleted file]
vendor/github.com/go-kit/kit/sd/endpointer_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/etcd/client.go [deleted file]
vendor/github.com/go-kit/kit/sd/etcd/client_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/etcd/doc.go [deleted file]
vendor/github.com/go-kit/kit/sd/etcd/example_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/etcd/instancer.go [deleted file]
vendor/github.com/go-kit/kit/sd/etcd/instancer_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/etcd/integration_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/etcd/registrar.go [deleted file]
vendor/github.com/go-kit/kit/sd/etcd/registrar_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/eureka/doc.go [deleted file]
vendor/github.com/go-kit/kit/sd/eureka/instancer.go [deleted file]
vendor/github.com/go-kit/kit/sd/eureka/instancer_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/eureka/integration_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/eureka/registrar.go [deleted file]
vendor/github.com/go-kit/kit/sd/eureka/registrar_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/eureka/util_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/factory.go [deleted file]
vendor/github.com/go-kit/kit/sd/instancer.go [deleted file]
vendor/github.com/go-kit/kit/sd/internal/instance/cache.go [deleted file]
vendor/github.com/go-kit/kit/sd/internal/instance/cache_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/lb/balancer.go [deleted file]
vendor/github.com/go-kit/kit/sd/lb/doc.go [deleted file]
vendor/github.com/go-kit/kit/sd/lb/random.go [deleted file]
vendor/github.com/go-kit/kit/sd/lb/random_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/lb/retry.go [deleted file]
vendor/github.com/go-kit/kit/sd/lb/retry_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/lb/round_robin.go [deleted file]
vendor/github.com/go-kit/kit/sd/lb/round_robin_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/registrar.go [deleted file]
vendor/github.com/go-kit/kit/sd/zk/client.go [deleted file]
vendor/github.com/go-kit/kit/sd/zk/client_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/zk/doc.go [deleted file]
vendor/github.com/go-kit/kit/sd/zk/instancer.go [deleted file]
vendor/github.com/go-kit/kit/sd/zk/instancer_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/zk/integration_test.go [deleted file]
vendor/github.com/go-kit/kit/sd/zk/logwrapper.go [deleted file]
vendor/github.com/go-kit/kit/sd/zk/registrar.go [deleted file]
vendor/github.com/go-kit/kit/sd/zk/util_test.go [deleted file]
vendor/github.com/go-kit/kit/tracing/README.md [deleted file]
vendor/github.com/go-kit/kit/tracing/doc.go [deleted file]
vendor/github.com/go-kit/kit/tracing/opentracing/doc.go [deleted file]
vendor/github.com/go-kit/kit/tracing/opentracing/endpoint.go [deleted file]
vendor/github.com/go-kit/kit/tracing/opentracing/endpoint_test.go [deleted file]
vendor/github.com/go-kit/kit/tracing/opentracing/grpc.go [deleted file]
vendor/github.com/go-kit/kit/tracing/opentracing/grpc_test.go [deleted file]
vendor/github.com/go-kit/kit/tracing/opentracing/http.go [deleted file]
vendor/github.com/go-kit/kit/tracing/opentracing/http_test.go [deleted file]
vendor/github.com/go-kit/kit/tracing/zipkin/README.md [deleted file]
vendor/github.com/go-kit/kit/transport/doc.go [deleted file]
vendor/github.com/go-kit/kit/transport/grpc/README.md [deleted file]
vendor/github.com/go-kit/kit/transport/grpc/_grpc_test/client.go [deleted file]
vendor/github.com/go-kit/kit/transport/grpc/_grpc_test/context_metadata.go [deleted file]
vendor/github.com/go-kit/kit/transport/grpc/_grpc_test/pb/generate.go [deleted file]
vendor/github.com/go-kit/kit/transport/grpc/_grpc_test/pb/test.pb.go [deleted file]
vendor/github.com/go-kit/kit/transport/grpc/_grpc_test/pb/test.proto [deleted file]
vendor/github.com/go-kit/kit/transport/grpc/_grpc_test/request_response.go [deleted file]
vendor/github.com/go-kit/kit/transport/grpc/_grpc_test/server.go [deleted file]
vendor/github.com/go-kit/kit/transport/grpc/_grpc_test/service.go [deleted file]
vendor/github.com/go-kit/kit/transport/grpc/client.go [deleted file]
vendor/github.com/go-kit/kit/transport/grpc/client_test.go [deleted file]
vendor/github.com/go-kit/kit/transport/grpc/doc.go [deleted file]
vendor/github.com/go-kit/kit/transport/grpc/encode_decode.go [deleted file]
vendor/github.com/go-kit/kit/transport/grpc/request_response_funcs.go [deleted file]
vendor/github.com/go-kit/kit/transport/grpc/server.go [deleted file]
vendor/github.com/go-kit/kit/transport/http/client.go [deleted file]
vendor/github.com/go-kit/kit/transport/http/client_test.go [deleted file]
vendor/github.com/go-kit/kit/transport/http/doc.go [deleted file]
vendor/github.com/go-kit/kit/transport/http/encode_decode.go [deleted file]
vendor/github.com/go-kit/kit/transport/http/example_test.go [deleted file]
vendor/github.com/go-kit/kit/transport/http/request_response_funcs.go [deleted file]
vendor/github.com/go-kit/kit/transport/http/request_response_funcs_test.go [deleted file]
vendor/github.com/go-kit/kit/transport/http/server.go [deleted file]
vendor/github.com/go-kit/kit/transport/http/server_test.go [deleted file]
vendor/github.com/go-kit/kit/transport/httprp/doc.go [deleted file]
vendor/github.com/go-kit/kit/transport/httprp/server.go [deleted file]
vendor/github.com/go-kit/kit/transport/httprp/server_test.go [deleted file]
vendor/github.com/go-kit/kit/transport/netrpc/README.md [deleted file]
vendor/github.com/go-kit/kit/transport/thrift/README.md [deleted file]
vendor/github.com/go-kit/kit/update_deps.bash [deleted file]
vendor/github.com/go-kit/kit/util/README.md [deleted file]
vendor/github.com/go-kit/kit/util/conn/doc.go [deleted file]
vendor/github.com/go-kit/kit/util/conn/manager.go [deleted file]
vendor/github.com/go-kit/kit/util/conn/manager_test.go [deleted file]
vendor/github.com/tendermint/tmlibs/log/logger.go
vendor/github.com/tendermint/tmlibs/log/testing_logger.go [deleted file]
vendor/github.com/tendermint/tmlibs/log/tm_json_logger.go [deleted file]
vendor/github.com/tendermint/tmlibs/log/tm_logger.go [deleted file]
vendor/github.com/tendermint/tmlibs/log/tmfmt_logger.go [deleted file]