htpack/go.mod
Laurence Withers 5b8873a4f5 Handler: add NewMapped, AddMapped
The Handler now supports serving multiple packfiles, possibly with
different prefixes. Precedence is given by order in which packfiles are
registered.
2026-06-06 11:54:39 +01:00

9 lines
156 B
Modula-2

module src.lwithers.me.uk/go/htpack
go 1.25.0
require (
github.com/google/go-cmp v0.7.0
golang.org/x/sys v0.45.0
google.golang.org/protobuf v1.36.11
)