mirror of
https://github.com/skidoodle/mediaproxy
synced 2025-10-14 09:45:09 +02:00
first commit
This commit is contained in:
17
go.mod
Normal file
17
go.mod
Normal file
@@ -0,0 +1,17 @@
|
||||
module mediaproxy
|
||||
|
||||
go 1.25.1
|
||||
|
||||
require (
|
||||
github.com/dgraph-io/ristretto v0.2.0
|
||||
github.com/gabriel-vasile/mimetype v1.4.10
|
||||
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.36.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user