17 lines
415 B
Modula-2
17 lines
415 B
Modula-2
module github.com/leafee98/paste-abroad
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/fasthttp/router v1.4.14
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
|
github.com/valyala/fasthttp v1.44.0
|
|
)
|
|
|
|
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/valyala/bytebufferpool v1.0.0 // indirect
|
|
)
|