Skip to content

Commit 5436849

Browse files
committed
fix go.mod
1 parent c25bb3c commit 5436849

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

  • go/ql/test/library-tests/semmle/go/frameworks/Fasthttp

go/ql/test/library-tests/semmle/go/frameworks/Fasthttp/go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.20
55
require github.com/valyala/fasthttp v1.49.0
66

77
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)
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
11+
)

0 commit comments

Comments
 (0)