chore: use shortie as a internal package
This commit is contained in:
15
internal/shortie/go.mod
Normal file
15
internal/shortie/go.mod
Normal file
@ -0,0 +1,15 @@
|
||||
module shortie
|
||||
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
|
||||
github.com/patrickmn/go-cache v2.1.0+incompatible
|
||||
github.com/valyala/fasthttp v1.36.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.0.4 // indirect
|
||||
github.com/klauspost/compress v1.15.4 // indirect
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
)
|
Reference in New Issue
Block a user