mirror of
https://github.com/datarhei/core.git
synced 2025-10-16 13:00:37 +08:00
132 lines
5.7 KiB
Modula-2
132 lines
5.7 KiB
Modula-2
module github.com/datarhei/core/v16
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.17.36
|
|
github.com/Masterminds/semver/v3 v3.2.1
|
|
github.com/adhocore/gronx v1.6.5
|
|
github.com/atrox/haikunatorgo/v2 v2.0.1
|
|
github.com/caddyserver/certmagic v0.19.2
|
|
github.com/casbin/casbin/v2 v2.77.2
|
|
github.com/datarhei/core-client-go/v16 v16.11.1-0.20230926123431-2fdbec157292
|
|
github.com/datarhei/gosrt v0.5.4
|
|
github.com/datarhei/joy4 v0.0.0-20230505074825-fde05957445a
|
|
github.com/fujiwara/shapeio v1.0.0
|
|
github.com/go-playground/validator/v10 v10.15.3
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/golang-jwt/jwt/v5 v5.0.0
|
|
github.com/google/gops v0.3.28
|
|
github.com/google/uuid v1.3.1
|
|
github.com/hashicorp/go-hclog v1.5.0
|
|
github.com/hashicorp/raft v1.5.0
|
|
github.com/hashicorp/raft-boltdb/v2 v2.2.2
|
|
github.com/invopop/jsonschema v0.4.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/klauspost/cpuid/v2 v2.2.5
|
|
github.com/labstack/echo/v4 v4.11.1
|
|
github.com/lestrrat-go/strftime v1.0.6
|
|
github.com/lithammer/shortuuid/v4 v4.0.0
|
|
github.com/mattn/go-isatty v0.0.19
|
|
github.com/minio/minio-go/v7 v7.0.63
|
|
github.com/prep/average v0.0.0-20200506183628-d26c465f48c3
|
|
github.com/prometheus/client_golang v1.16.0
|
|
github.com/shirou/gopsutil/v3 v3.23.8
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/swaggo/echo-swagger v1.4.1
|
|
github.com/swaggo/swag v1.16.2
|
|
github.com/vektah/gqlparser/v2 v2.5.8
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
|
go.etcd.io/bbolt v1.3.7
|
|
go.uber.org/automaxprocs v1.5.3
|
|
go.uber.org/zap v1.25.0
|
|
golang.org/x/crypto v0.12.0
|
|
golang.org/x/mod v0.12.0
|
|
)
|
|
|
|
//replace github.com/datarhei/core-client-go/v16 => ../core-client-go
|
|
|
|
require (
|
|
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect
|
|
github.com/KyleBanks/depth v1.2.1 // indirect
|
|
github.com/agnivade/levenshtein v1.1.1 // indirect
|
|
github.com/armon/go-metrics v0.4.1 // indirect
|
|
github.com/benburkert/openpgp v0.0.0-20160410205803-c2471f86866c // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/boltdb/bolt v1.3.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/fatih/color v1.15.0 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
github.com/go-openapi/jsonpointer v0.20.0 // indirect
|
|
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
|
github.com/go-openapi/spec v0.20.9 // indirect
|
|
github.com/go-openapi/swag v0.22.4 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
|
github.com/hashicorp/go-msgpack v0.5.5 // indirect
|
|
github.com/hashicorp/golang-lru v1.0.2 // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.6 // indirect
|
|
github.com/iancoleman/orderedmap v0.2.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/compress v1.16.7 // indirect
|
|
github.com/labstack/gommon v0.4.0 // indirect
|
|
github.com/leodido/go-urn v1.2.4 // indirect
|
|
github.com/libdns/libdns v0.2.1 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/mholt/acmez v1.2.0 // indirect
|
|
github.com/miekg/dns v1.1.55 // indirect
|
|
github.com/minio/md5-simd v1.1.2 // indirect
|
|
github.com/minio/sha256-simd v1.0.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
|
|
github.com/prometheus/client_model v0.4.0 // indirect
|
|
github.com/prometheus/common v0.44.0 // indirect
|
|
github.com/prometheus/procfs v0.11.1 // indirect
|
|
github.com/rs/xid v1.5.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/swaggo/files/v2 v2.0.0 // indirect
|
|
github.com/tidwall/gjson v1.16.0 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.12 // indirect
|
|
github.com/tklauser/numcpus v0.6.1 // indirect
|
|
github.com/urfave/cli/v2 v2.25.5 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.3 // indirect
|
|
github.com/zeebo/blake3 v0.2.3 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/net v0.14.0 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
golang.org/x/time v0.3.0 // indirect
|
|
golang.org/x/tools v0.12.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|