mirror of
https://github.com/datarhei/core.git
synced 2025-09-26 20:11:29 +08:00
44 lines
1.9 KiB
Modula-2
44 lines
1.9 KiB
Modula-2
module github.com/datarhei/core
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.17.1
|
|
github.com/agnivade/levenshtein v1.1.1 // indirect
|
|
github.com/alecthomas/jsonschema v0.0.0-20211228220459-151e3c21f49d
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
github.com/atrox/haikunatorgo/v2 v2.0.1
|
|
github.com/datarhei/joy4 v0.0.0-20210125162555-2102a8289cce
|
|
github.com/go-openapi/swag v0.21.1 // indirect
|
|
github.com/go-playground/validator/v10 v10.10.1
|
|
github.com/golang-jwt/jwt/v4 v4.3.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/iancoleman/orderedmap v0.2.0 // indirect
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/labstack/echo/v4 v4.7.0
|
|
github.com/lithammer/shortuuid/v4 v4.0.0
|
|
github.com/lufia/plan9stats v0.0.0-20220305071607-d0b38dbe16db // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14
|
|
github.com/mitchellh/mapstructure v1.4.3 // 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.1
|
|
github.com/shirou/gopsutil/v3 v3.22.2
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/swaggo/echo-swagger v1.3.0
|
|
github.com/swaggo/swag v1.8.0
|
|
github.com/tklauser/go-sysconf v0.3.10 // indirect
|
|
github.com/vektah/gqlparser/v2 v2.4.1
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
|
golang.org/x/crypto v0.0.0-20220307211146-efcb8507fb70
|
|
golang.org/x/mod v0.5.1
|
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
|
|
golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7 // indirect
|
|
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
)
|