mirror of
https://github.com/SinTan1729/privtracker.git
synced 2025-04-18 09:17:41 -05:00
13 lines
325 B
Modula-2
13 lines
325 B
Modula-2
module privtracker
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gofiber/fiber/v2 v2.40.1
|
|
github.com/jackpal/bencode-go v1.0.0
|
|
github.com/klauspost/compress v1.15.13 // indirect
|
|
github.com/rivo/uniseg v0.4.3 // indirect
|
|
github.com/valyala/fasthttp v1.43.0 // indirect
|
|
golang.org/x/crypto v0.4.0
|
|
golang.org/x/net v0.4.0 // indirect
|
|
)
|