OSDN Git Service

add package
authormars <mars@bytom.io>
Tue, 8 Jan 2019 01:40:22 +0000 (09:40 +0800)
committermars <mars@bytom.io>
Tue, 8 Jan 2019 01:40:22 +0000 (09:40 +0800)
commit3b42558b095c27ed9c69144d984fafe3a5b615f2
tree9b7ccec4910acc44fbfbd17d97695da9343e51d7
parentddc7106558f020bde24cc337d51649611dddaba8
add package
102 files changed:
vendor/github.com/hashicorp/go-hclog/.gitignore [new file with mode: 0644]
vendor/github.com/hashicorp/go-hclog/LICENSE [new file with mode: 0644]
vendor/github.com/hashicorp/go-hclog/README.md [new file with mode: 0644]
vendor/github.com/hashicorp/go-hclog/global.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-hclog/int.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-hclog/log.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-hclog/logger_test.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-hclog/nulllogger.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-hclog/nulllogger_test.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-hclog/stacktrace.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-hclog/stdlog.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-hclog/stdlog_test.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/.gitignore [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/LICENSE [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/README.md [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/client.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/client_posix_test.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/client_test.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/discover.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/docs/README.md [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/docs/guide-plugin-write-non-go.md [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/docs/internals.md [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/error.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/error_test.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/basic/.gitignore [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/basic/README.md [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/basic/commons/greeter_interface.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/basic/main.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/basic/plugin/greeter_impl.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/bidirectional/README.md [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/bidirectional/main.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/bidirectional/plugin-go-grpc/main.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/bidirectional/proto/kv.pb.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/bidirectional/proto/kv.proto [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/bidirectional/shared/grpc.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/bidirectional/shared/interface.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/grpc/.gitignore [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/grpc/README.md [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/grpc/main.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/grpc/plugin-go-grpc/main.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/grpc/plugin-go-netrpc/main.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/grpc/plugin-python/kv_pb2.py [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/grpc/plugin-python/kv_pb2_grpc.py [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/grpc/plugin-python/plugin.py [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/grpc/proto/kv.pb.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/grpc/proto/kv.proto [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/grpc/shared/grpc.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/grpc/shared/interface.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/examples/grpc/shared/rpc.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/grpc_broker.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/grpc_broker.pb.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/grpc_broker.proto [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/grpc_client.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/grpc_client_test.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/grpc_server.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/log_entry.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/mux_broker.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/plugin.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/plugin_test.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/process.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/process_posix.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/process_windows.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/protocol.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/rpc_client.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/rpc_client_test.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/rpc_server.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/server.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/server_mux.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/server_test.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/stream.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/test/grpc/gen.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/test/grpc/test.pb.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/test/grpc/test.proto [new file with mode: 0644]
vendor/github.com/hashicorp/go-plugin/testing.go [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/.gitignore [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/2q.go [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/2q_test.go [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/LICENSE [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/README.md [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/arc.go [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/arc_test.go [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/doc.go [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/go.mod [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/lru.go [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/lru_test.go [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/simplelru/lru.go [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/simplelru/lru_interface.go [new file with mode: 0644]
vendor/github.com/hashicorp/golang-lru/simplelru/lru_test.go [new file with mode: 0644]
vendor/github.com/hashicorp/yamux/.gitignore [new file with mode: 0644]
vendor/github.com/hashicorp/yamux/LICENSE [new file with mode: 0644]
vendor/github.com/hashicorp/yamux/README.md [new file with mode: 0644]
vendor/github.com/hashicorp/yamux/addr.go [new file with mode: 0644]
vendor/github.com/hashicorp/yamux/bench_test.go [new file with mode: 0644]
vendor/github.com/hashicorp/yamux/const.go [new file with mode: 0644]
vendor/github.com/hashicorp/yamux/const_test.go [new file with mode: 0644]
vendor/github.com/hashicorp/yamux/mux.go [new file with mode: 0644]
vendor/github.com/hashicorp/yamux/session.go [new file with mode: 0644]
vendor/github.com/hashicorp/yamux/session_test.go [new file with mode: 0644]
vendor/github.com/hashicorp/yamux/spec.md [new file with mode: 0644]
vendor/github.com/hashicorp/yamux/stream.go [new file with mode: 0644]
vendor/github.com/hashicorp/yamux/util.go [new file with mode: 0644]
vendor/github.com/hashicorp/yamux/util_test.go [new file with mode: 0644]