-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Teddysun <[email protected]>
- Loading branch information
Showing
2 changed files
with
92 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,39 @@ | ||
module github.com/teddysun/xray-plugin | ||
|
||
go 1.21 | ||
go 1.21.4 | ||
|
||
require ( | ||
github.com/xtls/xray-core v1.8.4 | ||
github.com/xtls/xray-core v1.8.5 | ||
google.golang.org/protobuf v1.31.0 | ||
) | ||
|
||
require ( | ||
github.com/andybalholm/brotli v1.0.5 // indirect | ||
github.com/andybalholm/brotli v1.0.6 // indirect | ||
github.com/cloudflare/circl v1.3.6 // indirect | ||
github.com/francoispqt/gojay v1.2.13 // indirect | ||
github.com/gaukas/godicttls v0.0.4 // indirect | ||
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect | ||
github.com/golang/mock v1.6.0 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/pprof v0.0.0-20230821062121-407c9e7a662f // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/klauspost/compress v1.16.7 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.5 // indirect | ||
github.com/onsi/ginkgo/v2 v2.12.0 // indirect | ||
github.com/google/pprof v0.0.0-20231101202521-4ca4178f5c7a // indirect | ||
github.com/gorilla/websocket v1.5.1 // indirect | ||
github.com/klauspost/compress v1.17.2 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.6 // indirect | ||
github.com/onsi/ginkgo/v2 v2.13.1 // indirect | ||
github.com/pires/go-proxyproto v0.7.0 // indirect | ||
github.com/quic-go/qtls-go1-20 v0.3.3 // indirect | ||
github.com/quic-go/quic-go v0.38.1 // indirect | ||
github.com/refraction-networking/utls v1.4.3 // indirect | ||
github.com/sagernet/sing v0.2.9 // indirect | ||
github.com/xtls/reality v0.0.0-20230828171259-e426190d57f6 // indirect | ||
golang.org/x/crypto v0.12.0 // indirect | ||
golang.org/x/exp v0.0.0-20230725093048-515e97ebf090 // indirect | ||
golang.org/x/mod v0.12.0 // indirect | ||
golang.org/x/net v0.14.0 // indirect | ||
golang.org/x/sys v0.11.0 // indirect | ||
golang.org/x/text v0.12.0 // indirect | ||
golang.org/x/tools v0.12.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect | ||
google.golang.org/grpc v1.57.0 // indirect | ||
github.com/quic-go/qtls-go1-20 v0.4.1 // indirect | ||
github.com/quic-go/quic-go v0.40.0 // indirect | ||
github.com/refraction-networking/utls v1.5.4 // indirect | ||
github.com/sagernet/sing v0.2.17 // indirect | ||
github.com/xtls/reality v0.0.0-20231112171332-de1173cf2b19 // indirect | ||
go.uber.org/mock v0.3.0 // indirect | ||
golang.org/x/crypto v0.15.0 // indirect | ||
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect | ||
golang.org/x/mod v0.14.0 // indirect | ||
golang.org/x/net v0.18.0 // indirect | ||
golang.org/x/sys v0.14.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/tools v0.15.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect | ||
google.golang.org/grpc v1.59.0 // indirect | ||
lukechampine.com/blake3 v1.2.1 // indirect | ||
) |
Oops, something went wrong.