-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
module github.com/savsgio/atreugo/v11 | ||
|
||
go 1.19 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/atreugo/mock v0.0.0-20200601091009-13c275b330b0 | ||
github.com/fasthttp/router v1.5.1 | ||
github.com/savsgio/gotils v0.0.0-20240303185622-093b76447511 | ||
github.com/fasthttp/router v1.5.2 | ||
github.com/savsgio/gotils v0.0.0-20240704082632-aef3928b8a38 | ||
github.com/valyala/bytebufferpool v1.0.0 | ||
github.com/valyala/fasthttp v1.54.0 | ||
github.com/valyala/fasthttp v1.55.0 | ||
) | ||
|
||
require ( | ||
github.com/andybalholm/brotli v1.1.0 // indirect | ||
github.com/klauspost/compress v1.17.7 // indirect | ||
github.com/klauspost/compress v1.17.9 // indirect | ||
github.com/valyala/tcplisten v1.0.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters