mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Add go.mod and modules.txt
This commit is contained in:
@@ -2,7 +2,10 @@ module test
|
||||
|
||||
go 1.21.1
|
||||
|
||||
require github.com/gofiber/fiber/v2 v2.51.0
|
||||
require (
|
||||
github.com/gofiber/fiber/v2 v2.51.0
|
||||
github.com/go-chi/chi/v5 v5.0.10
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.0.5 // indirect
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user