mirror of
https://github.com/skidoodle/mediaproxy
synced 2026-04-28 00:27:34 +02:00
18 lines
396 B
Modula-2
18 lines
396 B
Modula-2
module mediaproxy
|
|
|
|
go 1.25.4
|
|
|
|
require (
|
|
github.com/dgraph-io/ristretto v1.0.1
|
|
github.com/gabriel-vasile/mimetype v1.4.11
|
|
github.com/h2non/bimg v1.1.9
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/stretchr/testify v1.11.1 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
)
|