Vendor golang's go/types to include a fix for CGo typechecking.
Ts is go/types forked from go@236abdb46b (just after 1.10) and cherry-picked go@1006f703ffc, which fixes https://github.com/golang/go/issues/23712. It can be removed when all builders are >= go1.11.
This commit is contained in:
1
third_party/BUILD
vendored
1
third_party/BUILD
vendored
@@ -18,6 +18,7 @@ filegroup(
|
||||
"//third_party/forked/etcd237/pkg/fileutil:all-srcs",
|
||||
"//third_party/forked/etcd237/wal:all-srcs",
|
||||
"//third_party/forked/golang/expansion:all-srcs",
|
||||
"//third_party/forked/golang/go/types:all-srcs",
|
||||
"//third_party/forked/golang/reflect:all-srcs",
|
||||
"//third_party/forked/golang/template:all-srcs",
|
||||
"//third_party/forked/gonum/graph:all-srcs",
|
||||
|
Reference in New Issue
Block a user