chore: update modules
This commit is contained in:
12
go.mod
12
go.mod
@ -3,18 +3,18 @@ module github.com/wolviecb/short
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/asaskevich/govalidator/v11 v11.0.1
|
||||
github.com/fasthttp/router v1.4.13
|
||||
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
|
||||
github.com/fasthttp/router v1.5.0
|
||||
github.com/patrickmn/go-cache v2.1.0+incompatible
|
||||
github.com/valyala/fasthttp v1.41.0
|
||||
github.com/valyala/fasthttp v1.52.0
|
||||
internal/shortie v0.0.0-00010101000000-000000000000
|
||||
)
|
||||
|
||||
replace internal/shortie => ./internal/shortie
|
||||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.0.4 // indirect
|
||||
github.com/klauspost/compress v1.15.9 // indirect
|
||||
github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d // indirect
|
||||
github.com/andybalholm/brotli v1.1.0 // indirect
|
||||
github.com/klauspost/compress v1.17.8 // indirect
|
||||
github.com/savsgio/gotils v0.0.0-20240303185622-093b76447511 // indirect
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user