mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 07:57:13 +08:00
42 lines
1.7 KiB
Modula-2
42 lines
1.7 KiB
Modula-2
module github.com/datarhei/core/v16
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.17.12
|
|
github.com/atrox/haikunatorgo/v2 v2.0.1
|
|
github.com/datarhei/gosrt v0.1.2
|
|
github.com/datarhei/joy4 v0.0.0-20210125162555-2102a8289cce
|
|
github.com/go-openapi/spec v0.20.6 // indirect
|
|
github.com/go-openapi/swag v0.21.1 // indirect
|
|
github.com/go-playground/validator/v10 v10.11.0
|
|
github.com/golang-jwt/jwt/v4 v4.4.2
|
|
github.com/google/uuid v1.3.0
|
|
github.com/iancoleman/orderedmap v0.2.0 // indirect
|
|
github.com/invopop/jsonschema v0.4.0
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/labstack/echo/v4 v4.7.2
|
|
github.com/lithammer/shortuuid/v4 v4.0.0
|
|
github.com/lufia/plan9stats v0.0.0-20220517141722-cf486979b281 // indirect
|
|
github.com/mattn/go-isatty v0.0.14
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
|
|
github.com/prep/average v0.0.0-20200506183628-d26c465f48c3
|
|
github.com/prometheus/client_golang v1.12.2
|
|
github.com/prometheus/common v0.35.0 // indirect
|
|
github.com/shirou/gopsutil/v3 v3.22.6
|
|
github.com/stretchr/testify v1.7.5
|
|
github.com/swaggo/echo-swagger v1.3.3
|
|
github.com/swaggo/swag v1.8.3
|
|
github.com/tklauser/numcpus v0.5.0 // indirect
|
|
github.com/vektah/gqlparser/v2 v2.4.6
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
|
|
golang.org/x/net v0.0.0-20220706163947-c90051bbdb60 // indirect
|
|
golang.org/x/sys v0.0.0-20220708085239-5a0f0661e09d // indirect
|
|
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
|
|
golang.org/x/tools v0.1.11 // indirect
|
|
)
|