aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar Erik Dubbelboer <erik@dubbelboer.com> 2023-02-03 15:41:39 +0800
committerGravatar GitHub <noreply@github.com> 2023-02-03 08:41:39 +0100
commit9d5a7bf7e3086d12e71b078da56128e1e324fe4a (patch)
tree67b51dbf8f0cbc9f4d0421b3d4c98d15bfb2778e /go.mod
parentdocs: add http2curl (#1480) (diff)
downloadfasthttp-9d5a7bf7e3086d12e71b078da56128e1e324fe4a.tar.gz
fasthttp-9d5a7bf7e3086d12e71b078da56128e1e324fe4a.tar.bz2
fasthttp-9d5a7bf7e3086d12e71b078da56128e1e324fe4a.zip
Add support for Go 1.20 (#1481)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 3 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 0f02f59..baf709e 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/valyala/fasthttp
-go 1.16
+go 1.20
require (
github.com/andybalholm/brotli v1.0.4
@@ -11,3 +11,5 @@ require (
golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10
)
+
+require golang.org/x/text v0.3.7 // indirect