12 lines
322 B
Modula-2
12 lines
322 B
Modula-2
module github.com/wolviecb/short/shortie
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.1 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
|
|
github.com/klauspost/compress v1.11.6 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/valyala/fasthttp v1.19.0
|
|
)
|