Skip to content

Commit a925c23

Browse files
author
Yunus AYDIN
committed
Add go.mod and modules.txt
1 parent 6bd3c8c commit a925c23

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

go/ql/test/experimental/CWE-525/go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ module test
22

33
go 1.21.1
44

5-
require github.com/gofiber/fiber/v2 v2.51.0
5+
require (
6+
github.com/gofiber/fiber/v2 v2.51.0
7+
github.com/go-chi/chi/v5 v5.0.10
8+
)
69

710
require (
811
github.com/andybalholm/brotli v1.0.5 // indirect

go/ql/test/experimental/CWE-525/vendor/modules.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# github.com/andybalholm/brotli v1.0.5
22
## explicit; go 1.12
33
github.com/andybalholm/brotli
4+
# github.com/go-chi/chi/v5 v5.0.10
5+
## explicit; go 1.14
6+
github.com/go-chi/chi/v5
7+
github.com/go-chi/chi/v5/middleware
48
# github.com/gofiber/fiber/v2 v2.51.0
59
## explicit; go 1.20
610
github.com/gofiber/fiber/v2

0 commit comments

Comments
 (0)