commit | 72cfd3690bf36a40f05b880a0b7b38654ef6ee52 | [log] [tgz] |
---|---|---|
author | onkarkundargi <onkar.kundargi@gmail.com> | Thu Feb 27 12:34:37 2020 +0530 |
committer | Scott Baker <smbaker@gmail.com> | Thu Mar 19 14:19:38 2020 -0700 |
tree | 563db07b5d5d2568dc5c98eb2cf2bb65a11366f1 | |
parent | 6971336a29edac1ebf1b0b25b2a853220cbefcc4 [diff] [blame] |
SEBA-749 Initial Checkin of nem-ondemand-proxy; Add Makefile Add Kubernetes yaml and scripts Change-Id: Ic76d2a68bb11a95d5d57a04f1fab373ec36c0958
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 . +