File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ require (
31
31
github.com/lestrrat-go/httpcc v1.0.0 // indirect
32
32
github.com/lestrrat-go/iter v1.0.1 // indirect
33
33
github.com/lestrrat-go/option v1.0.0 // indirect
34
- github.com/valyala/fasthttp v1.35.0 // indirect
35
34
)
36
35
37
36
require (
@@ -68,7 +67,7 @@ require (
68
67
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
69
68
go.uber.org/atomic v1.7.0 // indirect
70
69
go.uber.org/multierr v1.6.0 // indirect
71
- golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
70
+ golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
72
71
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
73
72
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
74
73
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
Original file line number Diff line number Diff line change @@ -238,6 +238,8 @@ golang.org/x/crypto v0.0.0-20210817164053-32db794688a5/go.mod h1:GvvjBRRGRdwPK5y
238
238
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 /go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4 =
239
239
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 h1:f+lwQ+GtmgoY+A2YaQxlSOnDjXcQ7ZRLWOHbC6HtRqE =
240
240
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 /go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4 =
241
+ golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d h1:sK3txAijHtOK88l68nt020reeT1ZdKLIYetKl95FzVY =
242
+ golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d /go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4 =
241
243
golang.org/x/exp v0.0.0-20190121172915-509febef88a4 /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
242
244
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3 /go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE =
243
245
golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961 /go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU =
You can’t perform that action at this time.
0 commit comments