We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd3c8c commit a925c23Copy full SHA for a925c23
go/ql/test/experimental/CWE-525/go.mod
@@ -2,7 +2,10 @@ module test
2
3
go 1.21.1
4
5
-require github.com/gofiber/fiber/v2 v2.51.0
+require (
6
+ github.com/gofiber/fiber/v2 v2.51.0
7
+ github.com/go-chi/chi/v5 v5.0.10
8
+)
9
10
require (
11
github.com/andybalholm/brotli v1.0.5 // indirect
go/ql/test/experimental/CWE-525/vendor/modules.txt
@@ -1,6 +1,10 @@
1
# github.com/andybalholm/brotli v1.0.5
## explicit; go 1.12
github.com/andybalholm/brotli
+# github.com/go-chi/chi/v5 v5.0.10
+## explicit; go 1.14
+github.com/go-chi/chi/v5
+github.com/go-chi/chi/v5/middleware
# github.com/gofiber/fiber/v2 v2.51.0
## explicit; go 1.20
github.com/gofiber/fiber/v2
0 commit comments