Skip to content

Commit

Permalink
✅ Upgrade go version to 1.19 in go.mod (#2103)
Browse files Browse the repository at this point in the history
upgrade go version to 1.19 in go.mod
  • Loading branch information
nnnkkk7 committed Sep 19, 2022
1 parent 1d773c7 commit 45229ed
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion go.mod
@@ -1,8 +1,15 @@
module github.com/gofiber/fiber/v2

go 1.16
go 1.19

require (
github.com/valyala/fasthttp v1.40.0
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9
)

require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/klauspost/compress v1.15.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
)

0 comments on commit 45229ed

Please sign in to comment.