Changeset 133 in code for trunk/go.mod


Ignore:
Timestamp:
Feb 27, 2021, 6:07:16 AM (4 years ago)
Author:
aurelien
Message:

[enh] upgrade fasthttp to 1.21.0 to support more proxy types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/go.mod

    r131 r133  
    44
    55require (
    6         github.com/valyala/fasthttp v1.14.0
    7         golang.org/x/net v0.0.0-20200707034311-ab3426394381
     6        github.com/valyala/fasthttp v1.21.0
     7        golang.org/x/net v0.0.0-20201016165138-7b1cca2348c0
    88        golang.org/x/text v0.3.3
    99)
Note: See TracChangeset for help on using the changeset viewer.