-
-
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.
Upgrade fasthttp to v1.4.0 and router to 0.4.0
- Loading branch information
Sergio Andres Virviescas Santana
committed
Jul 16, 2019
1 parent
9f48111
commit 18b8ba2
Showing
2 changed files
with
8 additions
and
9 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,12 +1,12 @@ | ||
module github.com/savsgio/atreugo/v8 | ||
|
||
require ( | ||
github.com/fasthttp/router v0.3.4 | ||
github.com/fasthttp/router v0.4.0 | ||
github.com/google/uuid v1.1.1 | ||
github.com/json-iterator/go v1.1.6 | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/savsgio/go-logger v1.0.0 | ||
github.com/valyala/bytebufferpool v1.0.0 | ||
github.com/valyala/fasthttp v1.3.0 | ||
github.com/valyala/fasthttp v1.4.0 | ||
) |
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