14 lines
335 B
Modula-2
14 lines
335 B
Modula-2
|
|
module github.com/your-org/pegasus
|
||
|
|
|
||
|
|
go 1.22
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/go-chi/chi/v5 v5.0.12
|
||
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
||
|
|
github.com/prometheus/client_golang v1.18.0
|
||
|
|
github.com/tus/tusd/pkg/filestore v1.13.0
|
||
|
|
github.com/tus/tusd/pkg/handler v1.13.0
|
||
|
|
github.com/tus/tusd/pkg/locker/memorylocker v1.13.0
|
||
|
|
gopkg.in/yaml.v3 v3.0.1
|
||
|
|
)
|