Files
hardfiles/go.mod
e b03f5c5e11 refactor: complete rewrite of hardfiles
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.
2026-03-28 01:34:36 -04:00

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
)