File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/nadoo/conflag v0.3.1
1212 github.com/nadoo/ipset v0.5.0
1313 github.com/xtaci/kcp-go/v5 v5.6.1
14- golang.org/x/crypto v0.0.0-20220507011949-2cf3adece122
14+ golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
1515 golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6
1616)
1717
Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ golang.org/x/crypto v0.0.0-20191219195013-becbf705a915/go.mod h1:LzIPMQfyMNhhGPh
111111golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
112112golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
113113golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
114- golang.org/x/crypto v0.0.0-20220507011949-2cf3adece122 h1:NvGWuYG8dkDHFSKksI1P9faiVJ9rayE6l0+ouWVIDs8 =
115- golang.org/x/crypto v0.0.0-20220507011949-2cf3adece122 /go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4 =
114+ golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 h1:Tgea0cVUD0ivh5ADBX4WwuI12DUd2to3nCYe2eayMIw =
115+ golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 /go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4 =
116116golang.org/x/exp v0.0.0-20190121172915-509febef88a4 /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
117117golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3 /go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE =
118118golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961 /go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU =
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
1717)
1818
1919var (
20- version = "0.16.1 "
20+ version = "0.16.2 "
2121 config = parseConfig ()
2222)
2323
You can’t perform that action at this time.
0 commit comments