mirror of
https://github.com/ThisIsDara/mhr-cfw-go.git
synced 2026-05-17 21:24:36 +03:00
12 lines
207 B
Modula-2
12 lines
207 B
Modula-2
module github.com/denuitt1/mhr-cfw
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.0
|
|
github.com/klauspost/compress v1.17.9
|
|
golang.org/x/net v0.33.0
|
|
)
|
|
|
|
require golang.org/x/text v0.21.0 // indirect
|