Rebuilt from scratch in Go with streaming uploads (5GB support), password protection, rate limiting, secure shredding, and a retro-chaotic UI with random GIF backgrounds.
10 lines
174 B
Modula-2
10 lines
174 B
Modula-2
module github.com/realhardfiles/hardfiles
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.6.0
|
|
github.com/gabriel-vasile/mimetype v1.4.13
|
|
golang.org/x/crypto v0.49.0
|
|
)
|