Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
Adding vendor path (#50)
Browse files Browse the repository at this point in the history
To avoid
package istio.io/fortio/vendor/golang.org/x/net/context:
istio.io/fortio is a custom import path for
https://github.com/istio/fortio, but /go/src/istio.io/fortio/vendor is
checked out from https://github.com/istio-releases/fortio-vendor.git

But then one gets
golang/go#17522 (comment)
  • Loading branch information
ldemailly authored and ayj committed Feb 12, 2018
1 parent 629352e commit d07e8c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions istio.io/configmap-www-golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ data:
<html><head>
<meta name="go-import" content="istio.io/istio git https://github.com/istio/istio">
<meta name="go-source" content="istio.io/istio https://github.com/istio/istio https://github.com/istio/istio/tree/master{/dir} https://github.com/istio/istio/blob/master{/dir}/{file}#L{line}">
<meta name="go-import" content="istio.io/istio/vendor git https://github.com/istio-releases/vendor">
<meta name="go-source" content="istio.io/istio/vendor https://github.com/istio-releases/vendor https://github.com/istio-releases/vendor/tree/master{/dir} https://github.com/istio-releases/vendor/blob/master{/dir}/{file}#L{line}">
</head></html>
api.html: |
<html><head>
Expand All @@ -43,6 +45,8 @@ data:
<html><head>
<meta name="go-import" content="istio.io/fortio git https://github.com/istio/fortio">
<meta name="go-source" content="istio.io/fortio https://github.com/istio/fortio https://github.com/istio/fortio/tree/master{/dir} https://github.com/istio/fortio/blob/master{/dir}/{file}#L{line}">
<meta name="go-import" content="istio.io/fortio/vendor git https://github.com/istio-releases/fortio-vendor">
<meta name="go-source" content="istio.io/fortio/vendor https://github.com/istio-releases/fortio-vendor https://github.com/istio-releases/fortio-vendor/tree/master{/dir} https://github.com/istio-releases/fortio-vendor/blob/master{/dir}/{file}#L{line}">
</head></html>
gogo-genproto.html: |
<html><head>
Expand Down

0 comments on commit d07e8c1

Please sign in to comment.