Skip to content

Commit

Permalink
Update fasthttp version
Browse files Browse the repository at this point in the history
  • Loading branch information
night-codes committed Aug 9, 2021
1 parent bedde9f commit bb5bc9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
.DS_Store
Thumbs.db
ehthumbs.db
/go.sum
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ module github.com/night-codes/tokay
go 1.13

require (
github.com/klauspost/compress v1.11.13 // indirect
github.com/andybalholm/brotli v1.0.3 // indirect
github.com/klauspost/compress v1.13.3 // indirect
github.com/klauspost/cpuid v1.2.1 // indirect
github.com/night-codes/govalidator v1.0.4
github.com/night-codes/tokay-render v1.0.2
github.com/night-codes/tokay-websocket v1.0.0
github.com/stretchr/testify v1.5.1
github.com/valyala/fasthttp v1.23.0
github.com/valyala/fasthttp v1.28.0
)

0 comments on commit bb5bc9d

Please sign in to comment.