File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/sunshineplan/httpproxy
22
33go 1.24.0
44
5- require golang.org/x/net v0.49 .0
5+ require golang.org/x/net v0.50 .0
Original file line number Diff line number Diff line change 1- golang.org/x/net v0.49 .0 h1:eeHFmOGUTtaaPSGNmjBKpbng9MulQsJURQUAfUwY++o =
2- golang.org/x/net v0.49 .0 /go.mod h1:/ysNB2EvaqvesRkuLAyjI1ycPZlQHM3q01F02UY/MV8 =
1+ golang.org/x/net v0.50 .0 h1:ucWh9eiCGyDR3vtzso0WMQinm2Dnt8cFMuQa9K33J60 =
2+ golang.org/x/net v0.50 .0 /go.mod h1:UgoSli3F/pBgdJBHCTc+tp3gmrU4XswgGRgtnwWTfyM =
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ require (
88 github.com/sunshineplan/limiter v1.0.0
99 github.com/sunshineplan/service v1.0.26
1010 github.com/sunshineplan/utils v0.1.83
11- golang.org/x/net v0.49 .0
11+ golang.org/x/net v0.50 .0
1212 golang.org/x/time v0.14.0
1313)
1414
1515require (
1616 github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
1717 github.com/mattn/go-runewidth v0.0.19 // indirect
1818 github.com/sunshineplan/progressbar v1.0.1 // indirect
19- golang.org/x/sys v0.40 .0 // indirect
19+ golang.org/x/sys v0.41 .0 // indirect
2020)
2121
2222replace github.com/sunshineplan/httpproxy => ../
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ github.com/sunshineplan/service v1.0.26 h1:JSxOhLMY8POAI9/2N59TNI9E0VN2dBgOu5Nyo
1212github.com/sunshineplan/service v1.0.26 /go.mod h1:Uk4jEz8d4WtMTeGOs5WxIG1JT+2fL5MF+Jnelp9ZrdQ =
1313github.com/sunshineplan/utils v0.1.83 h1:fkS0caihlOWle6Klmhio3pVsr0e39HgQYrVBvC7JcuI =
1414github.com/sunshineplan/utils v0.1.83 /go.mod h1:yE18bZxiAbXACldV0BuTewbmj2y2fRBFrBUHRfD36ZA =
15- golang.org/x/net v0.49 .0 h1:eeHFmOGUTtaaPSGNmjBKpbng9MulQsJURQUAfUwY++o =
16- golang.org/x/net v0.49 .0 /go.mod h1:/ysNB2EvaqvesRkuLAyjI1ycPZlQHM3q01F02UY/MV8 =
17- golang.org/x/sys v0.40 .0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ =
18- golang.org/x/sys v0.40 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
15+ golang.org/x/net v0.50 .0 h1:ucWh9eiCGyDR3vtzso0WMQinm2Dnt8cFMuQa9K33J60 =
16+ golang.org/x/net v0.50 .0 /go.mod h1:UgoSli3F/pBgdJBHCTc+tp3gmrU4XswgGRgtnwWTfyM =
17+ golang.org/x/sys v0.41 .0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k =
18+ golang.org/x/sys v0.41 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
1919golang.org/x/time v0.14.0 h1:MRx4UaLrDotUKUdCIqzPC48t1Y9hANFKIRpNx+Te8PI =
2020golang.org/x/time v0.14.0 /go.mod h1:eL/Oa2bBBK0TkX57Fyni+NgnyQQN4LitPmob2Hjnqw4 =
You can’t perform that action at this time.
0 commit comments