46 lines
1.7 KiB
Modula-2
46 lines
1.7 KiB
Modula-2
module gitlab.unjx.de/flohoss/godash
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/a-h/templ v0.2.639
|
|
github.com/caarlos0/env/v10 v10.0.0
|
|
github.com/dariubs/percent v1.0.0
|
|
github.com/go-playground/validator/v10 v10.19.0
|
|
github.com/r3labs/sse/v2 v2.10.0
|
|
github.com/shirou/gopsutil v3.21.11+incompatible
|
|
github.com/zitadel/oidc/v3 v3.5.1
|
|
github.com/zitadel/zitadel-go/v3 v3.0.0-next.2
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
|
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/muhlemmer/gu v0.3.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.13 // indirect
|
|
github.com/tklauser/numcpus v0.7.0 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
github.com/zitadel/logging v0.5.0 // indirect
|
|
github.com/zitadel/schema v1.3.0 // indirect
|
|
golang.org/x/crypto v0.21.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81 // indirect
|
|
golang.org/x/net v0.22.0 // indirect
|
|
golang.org/x/oauth2 v0.15.0 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|