File: go.mod

package info (click to toggle)
golang-github-valyala-fasthttp 1%3A1.59.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,932 kB
  • sloc: makefile: 34
file content (14 lines) | stat: -rw-r--r-- 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module github.com/valyala/fasthttp

go 1.21

require (
	github.com/andybalholm/brotli v1.1.1
	github.com/klauspost/compress v1.17.11
	github.com/valyala/bytebufferpool v1.0.0
	golang.org/x/crypto v0.33.0
	golang.org/x/net v0.35.0
	golang.org/x/sys v0.30.0
)

require golang.org/x/text v0.22.0 // indirect