fix(deps): update module github.com/fasthttp/router to v1.4.12
This commit is contained in:
6
go.mod
6
go.mod
@ -4,9 +4,9 @@ go 1.18
|
||||
|
||||
require (
|
||||
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
|
||||
github.com/fasthttp/router v1.4.9
|
||||
github.com/fasthttp/router v1.4.12
|
||||
github.com/patrickmn/go-cache v2.1.0+incompatible
|
||||
github.com/valyala/fasthttp v1.37.0
|
||||
github.com/valyala/fasthttp v1.40.0
|
||||
internal/shortie v0.0.0-00010101000000-000000000000
|
||||
)
|
||||
|
||||
@ -15,6 +15,6 @@ replace internal/shortie => ./internal/shortie
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.0.4 // indirect
|
||||
github.com/klauspost/compress v1.15.4 // indirect
|
||||
github.com/savsgio/gotils v0.0.0-20220401102855-e56b59f40436 // indirect
|
||||
github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d // indirect
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user