This is an automated email from the git hooks/post-receive script.
shelikhoo pushed a change to branch main in repository pluggable-transports/snowflake.
from daa9b53 Update Version to v2.5.0 new 44c76ce Fix helloverify remove patch not applied new 7b77001 Update version to v2.5.1
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: common/version/version.go | 2 +- go.mod | 5 +++-- go.sum | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-)
This is an automated email from the git hooks/post-receive script.
shelikhoo pushed a commit to branch main in repository pluggable-transports/snowflake.
commit 44c76ce3ad705a6f0d14bc44215f82f443e646a4 Author: Shelikhoo xiaokangwang@outlook.com AuthorDate: Wed Jan 18 14:36:18 2023 +0000
Fix helloverify remove patch not applied --- go.mod | 5 +++-- go.sum | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/go.mod b/go.mod index 47f8dc2..7e99e37 100644 --- a/go.mod +++ b/go.mod @@ -23,5 +23,6 @@ require ( google.golang.org/protobuf v1.26.0 )
-replace github.com/pion/webrtc/v3 v3.1.41 => github.com/xiaokangwang/webrtc/v3 v3.0.0-20230117115746-0005cfa4eb9a -replace github.com/pion/dtls/v2 v2.1.5 => github.com/xiaokangwang/dtls/v2 v2.0.0-20230117114750-ac4a8437468c \ No newline at end of file +replace github.com/pion/webrtc/v3 v3.1.41 => github.com/xiaokangwang/webrtc/v3 v3.0.0-20230118142924-be9162e2b526 + +replace github.com/pion/dtls/v2 v2.1.5 => github.com/xiaokangwang/dtls/v2 v2.0.0-20230118142434-16e5cc8ce01c diff --git a/go.sum b/go.sum index 71f69cd..773df02 100644 --- a/go.sum +++ b/go.sum @@ -343,10 +343,10 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1 github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= -github.com/xiaokangwang/dtls/v2 v2.0.0-20230117114750-ac4a8437468c h1:pO7i9GjOjFmR0DfnYid+4OBdYizAgAps+OOObp7TsIs= -github.com/xiaokangwang/dtls/v2 v2.0.0-20230117114750-ac4a8437468c/go.mod h1:BqCE7xPZbPSubGasRoDFJeTsyJtdD1FanJYL0JGheqY= -github.com/xiaokangwang/webrtc/v3 v3.0.0-20230117115746-0005cfa4eb9a h1:eNdDPEYldYKXpa54SKGdYvYMtpQ3LOyn3erdZO/CD+g= -github.com/xiaokangwang/webrtc/v3 v3.0.0-20230117115746-0005cfa4eb9a/go.mod h1:IZtydXWeJz+U9/qwwAJDLwsoEPxO4Dlbv56exxh4DBs= +github.com/xiaokangwang/dtls/v2 v2.0.0-20230118142434-16e5cc8ce01c h1:ln75O7J0/RE/MiMfcLxp29JJTyevkCZdCxSIyfOvpWI= +github.com/xiaokangwang/dtls/v2 v2.0.0-20230118142434-16e5cc8ce01c/go.mod h1:BqCE7xPZbPSubGasRoDFJeTsyJtdD1FanJYL0JGheqY= +github.com/xiaokangwang/webrtc/v3 v3.0.0-20230118142924-be9162e2b526 h1:D/yOIGnZJevPya9S2wJhp93CGd9pk9ERqlfH91Vx2q4= +github.com/xiaokangwang/webrtc/v3 v3.0.0-20230118142924-be9162e2b526/go.mod h1:vlznWujZiwO4PZYrMwk2BD9p2QzsG/b/lNnD8Survq8= github.com/xtaci/kcp-go/v5 v5.6.1 h1:Pwn0aoeNSPF9dTS7IgiPXn0HEtaIlVb6y5UKWPsx8bI= github.com/xtaci/kcp-go/v5 v5.6.1/go.mod h1:W3kVPyNYwZ06p79dNwFWQOVFrdcBpDBsdyvK8moQrYo= github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae h1:J0GxkO96kL4WF+AIT3M4mfUVinOCPgf2uUWYFUzN0sM=
This is an automated email from the git hooks/post-receive script.
shelikhoo pushed a commit to branch main in repository pluggable-transports/snowflake.
commit 7b77001eaa90e09d41172a2b170dabd3f1922b4a Author: Shelikhoo xiaokangwang@outlook.com AuthorDate: Wed Jan 18 14:37:05 2023 +0000
Update version to v2.5.1 --- common/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/version/version.go b/common/version/version.go index 84e18cb..d5c7e0b 100644 --- a/common/version/version.go +++ b/common/version/version.go @@ -4,4 +4,4 @@ func GetVersion() string { return version }
-var version = "2.5.0" +var version = "2.5.1"
tor-commits@lists.torproject.org