general dep update
This commit is contained in:
17
go.mod
17
go.mod
@ -1,11 +1,18 @@
|
||||
module github.com/wolviecb/short
|
||||
|
||||
go 1.15
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
|
||||
github.com/fasthttp/router v1.3.5
|
||||
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
|
||||
github.com/fasthttp/router v1.4.8
|
||||
github.com/patrickmn/go-cache v2.1.0+incompatible
|
||||
github.com/valyala/fasthttp v1.19.0
|
||||
github.com/wolviecb/short/shortie v0.0.0-20210110141109-3d10ba986c42
|
||||
github.com/valyala/fasthttp v1.35.0
|
||||
github.com/wolviecb/short/shortie v0.0.0-20210110145449-4edfb0344225
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.0.4 // indirect
|
||||
github.com/klauspost/compress v1.15.1 // indirect
|
||||
github.com/savsgio/gotils v0.0.0-20220401102855-e56b59f40436 // indirect
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user