Skip to content

Commit 2f96c3c

Browse files
committed
update references
1 parent 88f17bc commit 2f96c3c

20 files changed

+62
-62
lines changed

external/github.com/cloudflare/sidh/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929
========================================================================
3030

3131
The x64 field arithmetic implementation was derived from the Microsoft Research
32-
SIDH implementation, <https://v2ray.com/core/external/github.com/Microsoft/PQCrypto-SIDH>, available
32+
SIDH implementation, <https://github.com/Microsoft/PQCrypto-SIDH>, available
3333
under the following license:
3434

3535
========================================================================

external/github.com/cloudflare/sidh/p503/consts.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const (
2525
)
2626

2727
// CPU Capabilities. Those flags are referred by assembly code. According to
28-
// https://v2ray.com/core/external/github.com/golang/go/issues/28230, variables referred from the
28+
// https://github.com/golang/go/issues/28230, variables referred from the
2929
// assembly must be in the same package.
3030
// We declare them variables not constants in order to facilitate testing.
3131
var (

external/github.com/cloudflare/sidh/p751/consts.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const (
2525
)
2626

2727
// CPU Capabilities. Those flags are referred by assembly code. According to
28-
// https://v2ray.com/core/external/github.com/golang/go/issues/28230, variables referred from the
28+
// https://github.com/golang/go/issues/28230, variables referred from the
2929
// assembly must be in the same package.
3030
// We declare them variables not constants in order to facilitate testing.
3131
var (

external/github.com/gorilla/websocket/README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Gorilla WebSocket is a [Go](http://golang.org/) implementation of the
44
[WebSocket](http://www.rfc-editor.org/rfc/rfc6455.txt) protocol.
55

66
[![Build Status](https://travis-ci.org/gorilla/websocket.svg?branch=master)](https://travis-ci.org/gorilla/websocket)
7-
[![GoDoc](https://godoc.org/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/github.com/gorilla/websocket?status.svg)](https://godoc.org/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/github.com/gorilla/websocket)
7+
[![GoDoc](https://godoc.org/github.com/gorilla/websocket?status.svg)](https://godoc.org/github.com/gorilla/websocket)
88

99
### Documentation
1010

11-
* [API Reference](http://godoc.org/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/github.com/gorilla/websocket)
12-
* [Chat example](https://v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/github.com/gorilla/websocket/tree/master/examples/chat)
13-
* [Command example](https://v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/github.com/gorilla/websocket/tree/master/examples/command)
14-
* [Client and server example](https://v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/github.com/gorilla/websocket/tree/master/examples/echo)
15-
* [File watch example](https://v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/github.com/gorilla/websocket/tree/master/examples/filewatch)
11+
* [API Reference](http://godoc.org/github.com/gorilla/websocket)
12+
* [Chat example](https://github.com/gorilla/websocket/tree/master/examples/chat)
13+
* [Command example](https://github.com/gorilla/websocket/tree/master/examples/command)
14+
* [Client and server example](https://github.com/gorilla/websocket/tree/master/examples/echo)
15+
* [File watch example](https://github.com/gorilla/websocket/tree/master/examples/filewatch)
1616

1717
### Status
1818

@@ -22,33 +22,33 @@ package API is stable.
2222

2323
### Installation
2424

25-
go get v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/github.com/gorilla/websocket
25+
go get github.com/gorilla/websocket
2626

2727
### Protocol Compliance
2828

2929
The Gorilla WebSocket package passes the server tests in the [Autobahn Test
30-
Suite](http://autobahn.ws/testsuite) using the application in the [examples/autobahn
31-
subdirectory](https://v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/github.com/gorilla/websocket/tree/master/examples/autobahn).
30+
Suite](https://github.com/crossbario/autobahn-testsuite) using the application in the [examples/autobahn
31+
subdirectory](https://github.com/gorilla/websocket/tree/master/examples/autobahn).
3232

3333
### Gorilla WebSocket compared with other packages
3434

3535
<table>
3636
<tr>
3737
<th></th>
38-
<th><a href="http://godoc.org/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/github.com/gorilla/websocket">v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/github.com/gorilla</a></th>
38+
<th><a href="http://godoc.org/github.com/gorilla/websocket">github.com/gorilla</a></th>
3939
<th><a href="http://godoc.org/golang.org/x/net/websocket">golang.org/x/net</a></th>
4040
</tr>
4141
<tr>
4242
<tr><td colspan="3"><a href="http://tools.ietf.org/html/rfc6455">RFC 6455</a> Features</td></tr>
43-
<tr><td>Passes <a href="http://autobahn.ws/testsuite/">Autobahn Test Suite</a></td><td><a href="https://v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/github.com/gorilla/websocket/tree/master/examples/autobahn">Yes</a></td><td>No</td></tr>
43+
<tr><td>Passes <a href="http://autobahn.ws/testsuite/">Autobahn Test Suite</a></td><td><a href="https://github.com/gorilla/websocket/tree/master/examples/autobahn">Yes</a></td><td>No</td></tr>
4444
<tr><td>Receive <a href="https://tools.ietf.org/html/rfc6455#section-5.4">fragmented</a> message<td>Yes</td><td><a href="https://code.google.com/p/go/issues/detail?id=7632">No</a>, see note 1</td></tr>
45-
<tr><td>Send <a href="https://tools.ietf.org/html/rfc6455#section-5.5.1">close</a> message</td><td><a href="http://godoc.org/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/github.com/gorilla/websocket#hdr-Control_Messages">Yes</a></td><td><a href="https://code.google.com/p/go/issues/detail?id=4588">No</a></td></tr>
46-
<tr><td>Send <a href="https://tools.ietf.org/html/rfc6455#section-5.5.2">pings</a> and receive <a href="https://tools.ietf.org/html/rfc6455#section-5.5.3">pongs</a></td><td><a href="http://godoc.org/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/github.com/gorilla/websocket#hdr-Control_Messages">Yes</a></td><td>No</td></tr>
45+
<tr><td>Send <a href="https://tools.ietf.org/html/rfc6455#section-5.5.1">close</a> message</td><td><a href="http://godoc.org/github.com/gorilla/websocket#hdr-Control_Messages">Yes</a></td><td><a href="https://code.google.com/p/go/issues/detail?id=4588">No</a></td></tr>
46+
<tr><td>Send <a href="https://tools.ietf.org/html/rfc6455#section-5.5.2">pings</a> and receive <a href="https://tools.ietf.org/html/rfc6455#section-5.5.3">pongs</a></td><td><a href="http://godoc.org/github.com/gorilla/websocket#hdr-Control_Messages">Yes</a></td><td>No</td></tr>
4747
<tr><td>Get the <a href="https://tools.ietf.org/html/rfc6455#section-5.6">type</a> of a received data message</td><td>Yes</td><td>Yes, see note 2</td></tr>
4848
<tr><td colspan="3">Other Features</tr></td>
4949
<tr><td><a href="https://tools.ietf.org/html/rfc7692">Compression Extensions</a></td><td>Experimental</td><td>No</td></tr>
50-
<tr><td>Read message using io.Reader</td><td><a href="http://godoc.org/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/github.com/gorilla/websocket#Conn.NextReader">Yes</a></td><td>No, see note 3</td></tr>
51-
<tr><td>Write message using io.WriteCloser</td><td><a href="http://godoc.org/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/v2ray.com/core/external/github.com/gorilla/websocket#Conn.NextWriter">Yes</a></td><td>No, see note 3</td></tr>
50+
<tr><td>Read message using io.Reader</td><td><a href="http://godoc.org/github.com/gorilla/websocket#Conn.NextReader">Yes</a></td><td>No, see note 3</td></tr>
51+
<tr><td>Write message using io.WriteCloser</td><td><a href="http://godoc.org/github.com/gorilla/websocket#Conn.NextWriter">Yes</a></td><td>No, see note 3</td></tr>
5252
</table>
5353

5454
Notes:

external/github.com/lucas-clemente/quic-go/Changelog.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
- Add a `quic.Config` option to configure keep-alive
3737
- Rename the STK to Cookie
3838
- Implement `net.Conn`-style deadlines for streams
39-
- Remove the `tls.Config` from the `quic.Config`. The `tls.Config` must now be passed to the `Dial` and `Listen` functions as a separate parameter. See the [Godoc](https://godoc.org/v2ray.com/core/external/github.com/lucas-clemente/quic-go) for details.
40-
- Changed the log level environment variable to only accept strings ("DEBUG", "INFO", "ERROR"), see [the wiki](https://v2ray.com/core/external/github.com/lucas-clemente/quic-go/wiki/Logging) for more details.
39+
- Remove the `tls.Config` from the `quic.Config`. The `tls.Config` must now be passed to the `Dial` and `Listen` functions as a separate parameter. See the [Godoc](https://godoc.org/github.com/lucas-clemente/quic-go) for details.
40+
- Changed the log level environment variable to only accept strings ("DEBUG", "INFO", "ERROR"), see [the wiki](https://github.com/lucas-clemente/quic-go/wiki/Logging) for more details.
4141
- Rename the `h2quic.QuicRoundTripper` to `h2quic.RoundTripper`
4242
- Changed `h2quic.Server.Serve()` to accept a `net.PacketConn`
4343
- Drop support for Go 1.7 and 1.8.

external/github.com/lucas-clemente/quic-go/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22

33
<img src="docs/quic.png" width=303 height=124>
44

5-
[![Godoc Reference](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/v2ray.com/core/external/github.com/lucas-clemente/quic-go)
5+
[![Godoc Reference](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/lucas-clemente/quic-go)
66
[![Travis Build Status](https://img.shields.io/travis/lucas-clemente/quic-go/master.svg?style=flat-square&label=Travis+build)](https://travis-ci.org/lucas-clemente/quic-go)
77
[![CircleCI Build Status](https://img.shields.io/circleci/project/github/lucas-clemente/quic-go.svg?style=flat-square&label=CircleCI+build)](https://circleci.com/gh/lucas-clemente/quic-go)
88
[![Windows Build Status](https://img.shields.io/appveyor/ci/lucas-clemente/quic-go/master.svg?style=flat-square&label=windows+build)](https://ci.appveyor.com/project/lucas-clemente/quic-go/branch/master)
99
[![Code Coverage](https://img.shields.io/codecov/c/github/lucas-clemente/quic-go/master.svg?style=flat-square)](https://codecov.io/gh/lucas-clemente/quic-go/)
1010

11-
quic-go is an implementation of the [QUIC](https://en.wikipedia.org/wiki/QUIC) protocol in Go. It roughly implements the [IETF QUIC draft](https://v2ray.com/core/external/github.com/quicwg/base-drafts), although we don't fully support any of the draft versions at the moment.
11+
quic-go is an implementation of the [QUIC](https://en.wikipedia.org/wiki/QUIC) protocol in Go. It roughly implements the [IETF QUIC draft](https://github.com/quicwg/base-drafts), although we don't fully support any of the draft versions at the moment.
1212

1313
## Version compatibility
1414

1515
Since quic-go is under active development, there's no guarantee that two builds of different commits are interoperable. The QUIC version used in the *master* branch is just a placeholder, and should not be considered stable.
1616

17-
If you want to use quic-go as a library in other projects, please consider using a [tagged release](https://v2ray.com/core/external/github.com/lucas-clemente/quic-go/releases). These releases expose [experimental QUIC versions](https://v2ray.com/core/external/github.com/quicwg/base-drafts/wiki/QUIC-Versions), which are guaranteed to be stable.
17+
If you want to use quic-go as a library in other projects, please consider using a [tagged release](https://github.com/lucas-clemente/quic-go/releases). These releases expose [experimental QUIC versions](https://github.com/quicwg/base-drafts/wiki/QUIC-Versions), which are guaranteed to be stable.
1818

1919
## Google QUIC
2020

2121
quic-go used to support both the QUIC versions supported by Google Chrome and QUIC as deployed on Google's servers, as well as IETF QUIC. Due to the divergence of the two protocols, we decided to not support both versions any more.
2222

23-
The *master* branch **only** supports IETF QUIC. For Google QUIC support, please refer to the [gquic branch](https://v2ray.com/core/external/github.com/lucas-clemente/quic-go/tree/gquic).
23+
The *master* branch **only** supports IETF QUIC. For Google QUIC support, please refer to the [gquic branch](https://github.com/lucas-clemente/quic-go/tree/gquic).
2424

2525
## Guides
2626

@@ -65,4 +65,4 @@ http.Client{
6565

6666
## Contributing
6767

68-
We are always happy to welcome new contributors! We have a number of self-contained issues that are suitable for first-time contributors, they are tagged with [help wanted](https://v2ray.com/core/external/github.com/lucas-clemente/quic-go/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22). If you have any questions, please feel free to reach out by opening an issue or leaving a comment.
68+
We are always happy to welcome new contributors! We have a number of self-contained issues that are suitable for first-time contributors, they are tagged with [help wanted](https://github.com/lucas-clemente/quic-go/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22). If you have any questions, please feel free to reach out by opening an issue or leaving a comment.

external/github.com/lucas-clemente/quic-go/internal/ackhandler/packet_linkedlist.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file was automatically generated by genny.
22
// Any changes will be lost if this file is regenerated.
3-
// see https://v2ray.com/core/external/github.com/cheekybits/genny
3+
// see https://github.com/cheekybits/genny
44

55
package ackhandler
66

external/github.com/lucas-clemente/quic-go/internal/mockgen_internal.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
# Afterwards, it corrects the import paths (replaces internalpackage back to internal).
88

99
TEMP_DIR=$(mktemp -d)
10-
mkdir -p $TEMP_DIR/src/v2ray.com/core/external/github.com/lucas-clemente/quic-go/internalpackage
10+
mkdir -p $TEMP_DIR/src/github.com/lucas-clemente/quic-go/internalpackage
1111

1212
# uppercase the name of the interface (only has an effect for private interfaces)
1313
INTERFACE_NAME="$(tr '[:lower:]' '[:upper:]' <<< ${4:0:1})${4:1}"
1414
PACKAGE_NAME=`echo $3 | sed 's/.*\///'`
1515

16-
cp -r $GOPATH/src/v2ray.com/core/external/github.com/lucas-clemente/quic-go/internal/* $TEMP_DIR/src/v2ray.com/core/external/github.com/lucas-clemente/quic-go/internalpackage
16+
cp -r $GOPATH/src/github.com/lucas-clemente/quic-go/internal/* $TEMP_DIR/src/github.com/lucas-clemente/quic-go/internalpackage
1717
find $TEMP_DIR -type f -name "*.go" -exec sed -i '' 's/internal/internalpackage/g' {} \;
1818

1919
export GOPATH="$TEMP_DIR:$GOPATH"

external/github.com/lucas-clemente/quic-go/internal/protocol/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
// VersionNumber is a version number as int
1111
type VersionNumber uint32
1212

13-
// gQUIC version range as defined in the wiki: https://v2ray.com/core/external/github.com/quicwg/base-drafts/wiki/QUIC-Versions
13+
// gQUIC version range as defined in the wiki: https://github.com/quicwg/base-drafts/wiki/QUIC-Versions
1414
const (
1515
gquicVersion0 = 0x51303030
1616
maxGquicVersion = 0x51303439

external/github.com/lucas-clemente/quic-go/internal/utils/byteinterval_linkedlist.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file was automatically generated by genny.
22
// Any changes will be lost if this file is regenerated.
3-
// see https://v2ray.com/core/external/github.com/cheekybits/genny
3+
// see https://github.com/cheekybits/genny
44

55
package utils
66

external/github.com/lucas-clemente/quic-go/internal/utils/linkedlist/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is the Go standard library implementation of a linked list
44
(https://golang.org/src/container/list/list.go), modified such that genny
5-
(https://v2ray.com/core/external/github.com/cheekybits/genny) can be used to generate a typed linked
5+
(https://github.com/cheekybits/genny) can be used to generate a typed linked
66
list.
77

88
To generate, run

external/github.com/lucas-clemente/quic-go/internal/utils/packetinterval_linkedlist.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file was automatically generated by genny.
22
// Any changes will be lost if this file is regenerated.
3-
// see https://v2ray.com/core/external/github.com/cheekybits/genny
3+
// see https://github.com/cheekybits/genny
44

55
package utils
66

0 commit comments

Comments
 (0)