module main

go 1.25.3

require (
	github.com/CAFxX/httpcompression v0.0.9
	github.com/gorilla/mux v1.8.1
)
