28 lines
890 B
Modula-2
28 lines
890 B
Modula-2
module go.fifitido.net/ytdl-web
|
|
|
|
go 1.25.2
|
|
|
|
require (
|
|
github.com/a-h/templ v0.3.960
|
|
github.com/dgraph-io/badger/v2 v2.2007.4
|
|
github.com/go-chi/chi/v5 v5.2.3
|
|
github.com/samber/slog-chi v1.17.0
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/dgraph-io/ristretto v0.2.0 // indirect
|
|
github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/golang/snappy v1.0.0 // indirect
|
|
github.com/klauspost/compress v1.18.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
go.opentelemetry.io/otel v1.38.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.38.0 // indirect
|
|
golang.org/x/net v0.46.0 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
google.golang.org/protobuf v1.36.10 // indirect
|
|
)
|