commit | 6ea97f8480951a5f3af8e00d17cdec30c11ce738 | [log] [tgz] |
---|---|---|
author | William Kurkian <wkurkian@cisco.com> | Wed Mar 13 15:51:55 2019 -0400 |
committer | William Kurkian <wkurkian@cisco.com> | Mon Mar 18 05:41:04 2019 -0400 |
tree | 9872ba6fb693fd6d95d9b7afafbe3de126043b66 | |
parent | 1b363f43e8acfebe206e1cd004f22efd834e25cd [diff] [blame] |
VOL-1460 Updates to protos to match core and updates to go stubs. Also added support to build with godeps. Change-Id: I4b312a6dcf67e3a3f93f675da38da2ed5164e077
diff --git a/vendor/golang.org/x/net/http2/Makefile b/vendor/golang.org/x/net/http2/Makefile new file mode 100644 index 0000000..55fd826 --- /dev/null +++ b/vendor/golang.org/x/net/http2/Makefile
@@ -0,0 +1,3 @@ +curlimage: + docker build -t gohttp2/curl . +