37 lines
1.4 KiB
Modula-2
37 lines
1.4 KiB
Modula-2
module github.com/zenofile/transfer.sh
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/PuerkitoBio/ghost v0.0.0-20160324114900-206e6e460e14
|
|
github.com/VojtechVitek/ratelimit v0.0.0-20160722140851-dc172bc0f6d2
|
|
github.com/elazarl/go-bindata-assetfs v1.0.1
|
|
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/klauspost/compress v1.15.9
|
|
github.com/microcosm-cc/bluemonday v1.0.19
|
|
github.com/russross/blackfriday/v2 v2.1.0
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
|
|
github.com/urfave/cli v1.22.9
|
|
github.com/zenofile/transfer.sh-web v0.0.0-20220630122158-e992f1f872fd
|
|
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
|
|
golang.org/x/net v0.0.0-20220811182439-13a9a731de15
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
|
|
)
|
|
|
|
require (
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/felixge/httpsnoop v1.0.3 // indirect
|
|
github.com/garyburd/redigo v1.6.3 // indirect
|
|
github.com/gorilla/css v1.0.0 // indirect
|
|
github.com/gorilla/securecookie v1.1.1 // indirect
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/kr/text v0.1.0 // indirect
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|
|
|
|
replace github.com/PuerkitoBio/ghost => ./internal/ghost
|