Add go.mod and modules.txt

This commit is contained in:
Yunus AYDIN
2023-12-09 23:36:50 +03:00
parent 6bd3c8c07b
commit a925c23d14
2 changed files with 8 additions and 1 deletions

View File

@@ -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

View File

@@ -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