24 lines
729 B
Modula-2
24 lines
729 B
Modula-2
module scm.bstein.dev/bstein/Pegasus/backend
|
|
|
|
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 v1.13.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
github.com/prometheus/common v0.45.0 // indirect
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|