diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-06-13 20:23:21 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-06-13 20:23:21 +0200 |
| commit | b41e96b421acda1761e9ba2ee17da16efad436cd (patch) | |
| tree | b6200bf1c3665161b6d76453bb56f7bd5ce32f42 /Godeps | |
| parent | f58147fb5ea43427d38c2a4437f35647138fbf9d (diff) | |
vendor: switch from dep to godep
dep tool vendored too much code (100MB) including tests and unused packages.
godep vendored significantly less (12MB) without tests and unused packages.
The main advantage is that pre-Go1.9 toolchain does not run tests
of all vendor packages now.
Diffstat (limited to 'Godeps')
| -rw-r--r-- | Godeps/Godeps.json | 255 | ||||
| -rw-r--r-- | Godeps/Readme | 5 |
2 files changed, 260 insertions, 0 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json new file mode 100644 index 000000000..9aaf8d795 --- /dev/null +++ b/Godeps/Godeps.json @@ -0,0 +1,255 @@ +{ + "ImportPath": "github.com/google/syzkaller", + "GoVersion": "go1.8", + "GodepVersion": "v79", + "Packages": [ + "./..." + ], + "Deps": [ + { + "ImportPath": "cloud.google.com/go/compute/metadata", + "Comment": "v0.7.0-193-gf61bf88", + "Rev": "f61bf881756f290878a273d0271f26eea6f4fd1e" + }, + { + "ImportPath": "cloud.google.com/go/iam", + "Comment": "v0.7.0-193-gf61bf88", + "Rev": "f61bf881756f290878a273d0271f26eea6f4fd1e" + }, + { + "ImportPath": "cloud.google.com/go/internal", + "Comment": "v0.7.0-193-gf61bf88", + "Rev": "f61bf881756f290878a273d0271f26eea6f4fd1e" + }, + { + "ImportPath": "cloud.google.com/go/internal/optional", + "Comment": "v0.7.0-193-gf61bf88", + "Rev": "f61bf881756f290878a273d0271f26eea6f4fd1e" + }, + { + "ImportPath": "cloud.google.com/go/internal/version", + "Comment": "v0.7.0-193-gf61bf88", + "Rev": "f61bf881756f290878a273d0271f26eea6f4fd1e" + }, + { + "ImportPath": "cloud.google.com/go/storage", + "Comment": "v0.7.0-193-gf61bf88", + "Rev": "f61bf881756f290878a273d0271f26eea6f4fd1e" + }, + { + "ImportPath": "github.com/golang/protobuf/proto", + "Rev": "5a0f697c9ed9d68fef0116532c6e05cfeae00e55" + }, + { + "ImportPath": "github.com/golang/protobuf/protoc-gen-go/descriptor", + "Rev": "5a0f697c9ed9d68fef0116532c6e05cfeae00e55" + }, + { + "ImportPath": "github.com/golang/protobuf/ptypes/any", + "Rev": "5a0f697c9ed9d68fef0116532c6e05cfeae00e55" + }, + { + "ImportPath": "github.com/googleapis/gax-go", + "Rev": "9af46dd5a1713e8b5cd71106287eba3cefdde50b" + }, + { + "ImportPath": "golang.org/x/net/context", + "Rev": "59a0b19b5533c7977ddeb86b017bf507ed407b12" + }, + { + "ImportPath": "golang.org/x/net/context/ctxhttp", + "Rev": "59a0b19b5533c7977ddeb86b017bf507ed407b12" + }, + { + "ImportPath": "golang.org/x/net/http2", + "Rev": "59a0b19b5533c7977ddeb86b017bf507ed407b12" + }, + { + "ImportPath": "golang.org/x/net/http2/hpack", + "Rev": "59a0b19b5533c7977ddeb86b017bf507ed407b12" + }, + { + "ImportPath": "golang.org/x/net/idna", + "Rev": "59a0b19b5533c7977ddeb86b017bf507ed407b12" + }, + { + "ImportPath": "golang.org/x/net/internal/timeseries", + "Rev": "59a0b19b5533c7977ddeb86b017bf507ed407b12" + }, + { + "ImportPath": "golang.org/x/net/lex/httplex", + "Rev": "59a0b19b5533c7977ddeb86b017bf507ed407b12" + }, + { + "ImportPath": "golang.org/x/net/trace", + "Rev": "59a0b19b5533c7977ddeb86b017bf507ed407b12" + }, + { + "ImportPath": "golang.org/x/oauth2", + "Rev": "f047394b6d14284165300fd82dad67edb3a4d7f6" + }, + { + "ImportPath": "golang.org/x/oauth2/google", + "Rev": "f047394b6d14284165300fd82dad67edb3a4d7f6" + }, + { + "ImportPath": "golang.org/x/oauth2/internal", + "Rev": "f047394b6d14284165300fd82dad67edb3a4d7f6" + }, + { + "ImportPath": "golang.org/x/oauth2/jws", + "Rev": "f047394b6d14284165300fd82dad67edb3a4d7f6" + }, + { + "ImportPath": "golang.org/x/oauth2/jwt", + "Rev": "f047394b6d14284165300fd82dad67edb3a4d7f6" + }, + { + "ImportPath": "golang.org/x/sys/unix", + "Rev": "b90f89a1e7a9c1f6b918820b3daa7f08488c8594" + }, + { + "ImportPath": "golang.org/x/text/secure/bidirule", + "Rev": "ccbd3f7822129ff389f8ca4858a9b9d4d910531c" + }, + { + "ImportPath": "golang.org/x/text/transform", + "Rev": "ccbd3f7822129ff389f8ca4858a9b9d4d910531c" + }, + { + "ImportPath": "golang.org/x/text/unicode/bidi", + "Rev": "ccbd3f7822129ff389f8ca4858a9b9d4d910531c" + }, + { + "ImportPath": "golang.org/x/text/unicode/norm", + "Rev": "ccbd3f7822129ff389f8ca4858a9b9d4d910531c" + }, + { + "ImportPath": "google.golang.org/api/compute/v0.beta", + "Rev": "1faa39f42f12a54fa82ca5902a7ab642d5b09ad1" + }, + { + "ImportPath": "google.golang.org/api/gensupport", + "Rev": "1faa39f42f12a54fa82ca5902a7ab642d5b09ad1" + }, + { + "ImportPath": "google.golang.org/api/googleapi", + "Rev": "1faa39f42f12a54fa82ca5902a7ab642d5b09ad1" + }, + { + "ImportPath": "google.golang.org/api/googleapi/internal/uritemplates", + "Rev": "1faa39f42f12a54fa82ca5902a7ab642d5b09ad1" + }, + { + "ImportPath": "google.golang.org/api/googleapi/transport", + "Rev": "1faa39f42f12a54fa82ca5902a7ab642d5b09ad1" + }, + { + "ImportPath": "google.golang.org/api/internal", + "Rev": "1faa39f42f12a54fa82ca5902a7ab642d5b09ad1" + }, + { + "ImportPath": "google.golang.org/api/iterator", + "Rev": "1faa39f42f12a54fa82ca5902a7ab642d5b09ad1" + }, + { + "ImportPath": "google.golang.org/api/option", + "Rev": "1faa39f42f12a54fa82ca5902a7ab642d5b09ad1" + }, + { + "ImportPath": "google.golang.org/api/storage/v1", + "Rev": "1faa39f42f12a54fa82ca5902a7ab642d5b09ad1" + }, + { + "ImportPath": "google.golang.org/api/transport", + "Rev": "1faa39f42f12a54fa82ca5902a7ab642d5b09ad1" + }, + { + "ImportPath": "google.golang.org/genproto/googleapis/api/annotations", + "Rev": "aa2eb687b4d3e17154372564ad8d6bf11c3cf21f" + }, + { + "ImportPath": "google.golang.org/genproto/googleapis/iam/v1", + "Rev": "aa2eb687b4d3e17154372564ad8d6bf11c3cf21f" + }, + { + "ImportPath": "google.golang.org/genproto/googleapis/rpc/status", + "Rev": "aa2eb687b4d3e17154372564ad8d6bf11c3cf21f" + }, + { + "ImportPath": "google.golang.org/grpc", + "Comment": "v1.2.0-130-g8de2dff", + "Rev": "8de2dff78c3b968a51c99ec526d934f686537437" + }, + { + "ImportPath": "google.golang.org/grpc/codes", + "Comment": "v1.2.0-130-g8de2dff", + "Rev": "8de2dff78c3b968a51c99ec526d934f686537437" + }, + { + "ImportPath": "google.golang.org/grpc/credentials", + "Comment": "v1.2.0-130-g8de2dff", + "Rev": "8de2dff78c3b968a51c99ec526d934f686537437" + }, + { + "ImportPath": "google.golang.org/grpc/credentials/oauth", + "Comment": "v1.2.0-130-g8de2dff", + "Rev": "8de2dff78c3b968a51c99ec526d934f686537437" + }, + { + "ImportPath": "google.golang.org/grpc/grpclb/grpc_lb_v1", + "Comment": "v1.2.0-130-g8de2dff", + "Rev": "8de2dff78c3b968a51c99ec526d934f686537437" + }, + { + "ImportPath": "google.golang.org/grpc/grpclog", + "Comment": "v1.2.0-130-g8de2dff", + "Rev": "8de2dff78c3b968a51c99ec526d934f686537437" + }, + { + "ImportPath": "google.golang.org/grpc/internal", + "Comment": "v1.2.0-130-g8de2dff", + "Rev": "8de2dff78c3b968a51c99ec526d934f686537437" + }, + { + "ImportPath": "google.golang.org/grpc/keepalive", + "Comment": "v1.2.0-130-g8de2dff", + "Rev": "8de2dff78c3b968a51c99ec526d934f686537437" + }, + { + "ImportPath": "google.golang.org/grpc/metadata", + "Comment": "v1.2.0-130-g8de2dff", + "Rev": "8de2dff78c3b968a51c99ec526d934f686537437" + }, + { + "ImportPath": "google.golang.org/grpc/naming", + "Comment": "v1.2.0-130-g8de2dff", + "Rev": "8de2dff78c3b968a51c99ec526d934f686537437" + }, + { + "ImportPath": "google.golang.org/grpc/peer", + "Comment": "v1.2.0-130-g8de2dff", + "Rev": "8de2dff78c3b968a51c99ec526d934f686537437" + }, + { + "ImportPath": "google.golang.org/grpc/stats", + "Comment": "v1.2.0-130-g8de2dff", + "Rev": "8de2dff78c3b968a51c99ec526d934f686537437" + }, + { + "ImportPath": "google.golang.org/grpc/status", + "Comment": "v1.2.0-130-g8de2dff", + "Rev": "8de2dff78c3b968a51c99ec526d934f686537437" + }, + { + "ImportPath": "google.golang.org/grpc/tap", + "Comment": "v1.2.0-130-g8de2dff", + "Rev": "8de2dff78c3b968a51c99ec526d934f686537437" + }, + { + "ImportPath": "google.golang.org/grpc/transport", + "Comment": "v1.2.0-130-g8de2dff", + "Rev": "8de2dff78c3b968a51c99ec526d934f686537437" + } + ] +} diff --git a/Godeps/Readme b/Godeps/Readme new file mode 100644 index 000000000..4cdaa53d5 --- /dev/null +++ b/Godeps/Readme @@ -0,0 +1,5 @@ +This directory tree is generated automatically by godep. + +Please do not edit. + +See https://github.com/tools/godep for more information. |
