We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25bb3c commit 5436849Copy full SHA for 5436849
1 file changed
go/ql/test/library-tests/semmle/go/frameworks/Fasthttp/go.mod
@@ -5,6 +5,7 @@ go 1.20
5
require github.com/valyala/fasthttp v1.49.0
6
7
require (
8
-github.com/andybalholm/brotli v1.0.5 // indirect
9
-github.com/klauspost/compress v1.16.3 // indirect
10
-github.com/valyala/bytebufferpool v1.0.0 // indirect)
+ github.com/andybalholm/brotli v1.0.5 // indirect
+ github.com/klauspost/compress v1.16.3 // indirect
+ github.com/valyala/bytebufferpool v1.0.0 // indirect
11
+)
0 commit comments