mirror of
https://github.com/datarhei/core.git
synced 2025-10-07 17:01:01 +08:00
Update dependencies
This commit is contained in:
43
go.mod
43
go.mod
@@ -5,17 +5,17 @@ go 1.21.0
|
||||
toolchain go1.22.1
|
||||
|
||||
require (
|
||||
github.com/99designs/gqlgen v0.17.47
|
||||
github.com/99designs/gqlgen v0.17.49
|
||||
github.com/Masterminds/semver/v3 v3.2.1
|
||||
github.com/adhocore/gronx v1.8.1
|
||||
github.com/andybalholm/brotli v1.1.0
|
||||
github.com/atrox/haikunatorgo/v2 v2.0.1
|
||||
github.com/caddyserver/certmagic v0.21.3
|
||||
github.com/casbin/casbin/v2 v2.90.0
|
||||
github.com/casbin/casbin/v2 v2.97.0
|
||||
github.com/datarhei/gosrt v0.6.0
|
||||
github.com/datarhei/joy4 v0.0.0-20240603190808-b1407345907e
|
||||
github.com/fujiwara/shapeio v1.0.0
|
||||
github.com/go-playground/validator/v10 v10.21.0
|
||||
github.com/go-playground/validator/v10 v10.22.0
|
||||
github.com/gobwas/glob v0.2.3
|
||||
github.com/goccy/go-json v0.10.3
|
||||
github.com/golang-jwt/jwt/v4 v4.5.0
|
||||
@@ -23,31 +23,31 @@ require (
|
||||
github.com/google/gops v0.3.28
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/hashicorp/go-hclog v1.6.3
|
||||
github.com/hashicorp/raft v1.6.1
|
||||
github.com/hashicorp/raft v1.7.0
|
||||
github.com/hashicorp/raft-boltdb/v2 v2.3.0
|
||||
github.com/invopop/jsonschema v0.4.0
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/klauspost/compress v1.17.8
|
||||
github.com/klauspost/cpuid/v2 v2.2.7
|
||||
github.com/klauspost/compress v1.17.9
|
||||
github.com/klauspost/cpuid/v2 v2.2.8
|
||||
github.com/labstack/echo/v4 v4.12.0
|
||||
github.com/lestrrat-go/strftime v1.0.6
|
||||
github.com/lithammer/shortuuid/v4 v4.0.0
|
||||
github.com/mattn/go-isatty v0.0.20
|
||||
github.com/minio/minio-go/v7 v7.0.70
|
||||
github.com/minio/minio-go/v7 v7.0.74
|
||||
github.com/prep/average v0.0.0-20200506183628-d26c465f48c3
|
||||
github.com/prometheus/client_golang v1.19.1
|
||||
github.com/puzpuzpuz/xsync/v3 v3.1.0
|
||||
github.com/puzpuzpuz/xsync/v3 v3.4.0
|
||||
github.com/shirou/gopsutil/v3 v3.24.5
|
||||
github.com/stretchr/testify v1.9.0
|
||||
github.com/swaggo/echo-swagger v1.4.1
|
||||
github.com/swaggo/swag v1.16.3
|
||||
github.com/vektah/gqlparser/v2 v2.5.12
|
||||
github.com/vektah/gqlparser/v2 v2.5.16
|
||||
github.com/xeipuuv/gojsonschema v1.2.0
|
||||
go.etcd.io/bbolt v1.3.10
|
||||
go.uber.org/automaxprocs v1.5.3
|
||||
go.uber.org/zap v1.27.0
|
||||
golang.org/x/crypto v0.24.0
|
||||
golang.org/x/mod v0.18.0
|
||||
golang.org/x/crypto v0.25.0
|
||||
golang.org/x/mod v0.19.0
|
||||
)
|
||||
|
||||
//replace github.com/datarhei/core-client-go/v16 => ../core-client-go
|
||||
@@ -60,7 +60,7 @@ require (
|
||||
github.com/beorn7/perks v1.0.1 // indirect
|
||||
github.com/boltdb/bolt v1.3.1 // indirect
|
||||
github.com/caddyserver/zerossl v0.1.3 // indirect
|
||||
github.com/casbin/govaluate v1.1.1 // indirect
|
||||
github.com/casbin/govaluate v1.2.0 // indirect
|
||||
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
@@ -68,6 +68,7 @@ require (
|
||||
github.com/fatih/color v1.17.0 // indirect
|
||||
github.com/gabriel-vasile/mimetype v1.4.4 // indirect
|
||||
github.com/ghodss/yaml v1.0.0 // indirect
|
||||
github.com/go-ini/ini v1.67.0 // indirect
|
||||
github.com/go-ole/go-ole v1.3.0 // indirect
|
||||
github.com/go-openapi/jsonpointer v0.21.0 // indirect
|
||||
github.com/go-openapi/jsonreference v0.21.0 // indirect
|
||||
@@ -76,7 +77,7 @@ require (
|
||||
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/gorilla/websocket v1.5.1 // indirect
|
||||
github.com/gorilla/websocket v1.5.3 // indirect
|
||||
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
||||
github.com/hashicorp/go-msgpack/v2 v2.1.2 // indirect
|
||||
github.com/hashicorp/golang-lru v1.0.2 // indirect
|
||||
@@ -90,20 +91,21 @@ require (
|
||||
github.com/mailru/easyjson v0.7.7 // indirect
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
github.com/mholt/acmez/v2 v2.0.1 // indirect
|
||||
github.com/miekg/dns v1.1.59 // indirect
|
||||
github.com/miekg/dns v1.1.61 // indirect
|
||||
github.com/minio/md5-simd v1.1.2 // indirect
|
||||
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
||||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // 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-20240221224432-82ca36839d55 // indirect
|
||||
github.com/prometheus/client_model v0.6.1 // indirect
|
||||
github.com/prometheus/common v0.54.0 // indirect
|
||||
github.com/prometheus/common v0.55.0 // indirect
|
||||
github.com/prometheus/procfs v0.15.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/sosodev/duration v1.3.1 // indirect
|
||||
github.com/swaggo/files/v2 v2.0.0 // indirect
|
||||
github.com/swaggo/files/v2 v2.0.1 // indirect
|
||||
github.com/tklauser/go-sysconf v0.3.14 // indirect
|
||||
github.com/tklauser/numcpus v0.8.0 // indirect
|
||||
github.com/urfave/cli/v2 v2.27.2 // indirect
|
||||
@@ -115,14 +117,13 @@ require (
|
||||
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
||||
github.com/zeebo/blake3 v0.2.3 // indirect
|
||||
go.uber.org/multierr v1.11.0 // indirect
|
||||
golang.org/x/net v0.26.0 // indirect
|
||||
golang.org/x/net v0.27.0 // indirect
|
||||
golang.org/x/sync v0.7.0 // indirect
|
||||
golang.org/x/sys v0.21.0 // indirect
|
||||
golang.org/x/sys v0.22.0 // indirect
|
||||
golang.org/x/text v0.16.0 // indirect
|
||||
golang.org/x/time v0.5.0 // indirect
|
||||
golang.org/x/tools v0.22.0 // indirect
|
||||
google.golang.org/protobuf v1.34.1 // indirect
|
||||
gopkg.in/ini.v1 v1.67.0 // indirect
|
||||
golang.org/x/tools v0.23.0 // indirect
|
||||
google.golang.org/protobuf v1.34.2 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
86
go.sum
86
go.sum
@@ -1,5 +1,5 @@
|
||||
github.com/99designs/gqlgen v0.17.47 h1:M9DTK8X3+3ATNBfZlHBwMwNngn4hhZWDxNmTiuQU5tQ=
|
||||
github.com/99designs/gqlgen v0.17.47/go.mod h1:ejVkldSdtmuudqmtfaiqjwlGXWAhIv0DKXGXFY25F04=
|
||||
github.com/99designs/gqlgen v0.17.49 h1:b3hNGexHd33fBSAd4NDT/c3NCcQzcAVkknhN9ym36YQ=
|
||||
github.com/99designs/gqlgen v0.17.49/go.mod h1:tC8YFVZMed81x7UJ7ORUwXF4Kn6SXuucFqQBhN8+BU0=
|
||||
github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
|
||||
github.com/KyleBanks/depth v1.2.1 h1:5h8fQADFrWtarTdtDudMmGsC7GPbOAu6RVB3ffsVFHc=
|
||||
github.com/KyleBanks/depth v1.2.1/go.mod h1:jzSb9d0L43HxTQfT+oSA1EEp2q+ne2uh6XgeJcm8brE=
|
||||
@@ -39,11 +39,11 @@ github.com/caddyserver/certmagic v0.21.3 h1:pqRRry3yuB4CWBVq9+cUqu+Y6E2z8TswbhNx
|
||||
github.com/caddyserver/certmagic v0.21.3/go.mod h1:Zq6pklO9nVRl3DIFUw9gVUfXKdpc/0qwTUAQMBlfgtI=
|
||||
github.com/caddyserver/zerossl v0.1.3 h1:onS+pxp3M8HnHpN5MMbOMyNjmTheJyWRaZYwn+YTAyA=
|
||||
github.com/caddyserver/zerossl v0.1.3/go.mod h1:CxA0acn7oEGO6//4rtrRjYgEoa4MFw/XofZnrYwGqG4=
|
||||
github.com/casbin/casbin/v2 v2.90.0 h1:65jvnocLmG8FfrfKcuqRd+Tp5B7R/OBxOVu1IhUMT5A=
|
||||
github.com/casbin/casbin/v2 v2.90.0/go.mod h1:jX8uoN4veP85O/n2674r2qtfSXI6myvxW85f6TH50fw=
|
||||
github.com/casbin/casbin/v2 v2.97.0 h1:FFHIzY+6fLIcoAB/DKcG5xvscUo9XqRpBniRYhlPWkg=
|
||||
github.com/casbin/casbin/v2 v2.97.0/go.mod h1:jX8uoN4veP85O/n2674r2qtfSXI6myvxW85f6TH50fw=
|
||||
github.com/casbin/govaluate v1.1.0/go.mod h1:G/UnbIjZk/0uMNaLwZZmFQrR72tYRZWQkO70si/iR7A=
|
||||
github.com/casbin/govaluate v1.1.1 h1:J1rFKIBhiC5xr0APd5HP6rDL+xt+BRoyq1pa4o2i/5c=
|
||||
github.com/casbin/govaluate v1.1.1/go.mod h1:G/UnbIjZk/0uMNaLwZZmFQrR72tYRZWQkO70si/iR7A=
|
||||
github.com/casbin/govaluate v1.2.0 h1:wXCXFmqyY+1RwiKfYo3jMKyrtZmOL3kHwaqDyCPOYak=
|
||||
github.com/casbin/govaluate v1.2.0/go.mod h1:G/UnbIjZk/0uMNaLwZZmFQrR72tYRZWQkO70si/iR7A=
|
||||
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
|
||||
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
|
||||
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
|
||||
@@ -72,6 +72,8 @@ github.com/gabriel-vasile/mimetype v1.4.4 h1:QjV6pZ7/XZ7ryI2KuyeEDE8wnh7fHP9YnQy
|
||||
github.com/gabriel-vasile/mimetype v1.4.4/go.mod h1:JwLei5XPtWdGiMFB5Pjle1oEeoSeEuJfJE+TtfvdB/s=
|
||||
github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=
|
||||
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
|
||||
github.com/go-ini/ini v1.67.0 h1:z6ZrTEZqSWOTyH2FlglNbNgARyHG8oLW9gMELqKr06A=
|
||||
github.com/go-ini/ini v1.67.0/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8=
|
||||
github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
|
||||
github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
|
||||
github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE=
|
||||
@@ -93,8 +95,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o
|
||||
github.com/go-playground/locales v0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY=
|
||||
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=
|
||||
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
|
||||
github.com/go-playground/validator/v10 v10.21.0 h1:4fZA11ovvtkdgaeev9RGWPgc1uj3H8W+rNYyH/ySBb0=
|
||||
github.com/go-playground/validator/v10 v10.21.0/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
|
||||
github.com/go-playground/validator/v10 v10.22.0 h1:k6HsTZ0sTnROkhS//R0O+55JgM8C4Bx7ia+JlgcnOao=
|
||||
github.com/go-playground/validator/v10 v10.22.0/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
|
||||
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
|
||||
github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=
|
||||
github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8=
|
||||
@@ -122,8 +124,8 @@ github.com/google/gops v0.3.28/go.mod h1:6f6+Nl8LcHrzJwi8+p0ii+vmBFSlB4f8cOOkTJ7
|
||||
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
|
||||
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
|
||||
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
|
||||
github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY=
|
||||
github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY=
|
||||
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
|
||||
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
|
||||
github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80=
|
||||
github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k=
|
||||
github.com/hashicorp/go-hclog v1.6.3/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M=
|
||||
@@ -142,8 +144,8 @@ github.com/hashicorp/golang-lru v1.0.2 h1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iP
|
||||
github.com/hashicorp/golang-lru v1.0.2/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
|
||||
github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=
|
||||
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
|
||||
github.com/hashicorp/raft v1.6.1 h1:v/jm5fcYHvVkL0akByAp+IDdDSzCNCGhdO6VdB56HIM=
|
||||
github.com/hashicorp/raft v1.6.1/go.mod h1:N1sKh6Vn47mrWvEArQgILTyng8GoDRNYlgKyK7PMjs0=
|
||||
github.com/hashicorp/raft v1.7.0 h1:4u24Qn6lQ6uwziM++UgsyiT64Q8GyRn43CV41qPiz1o=
|
||||
github.com/hashicorp/raft v1.7.0/go.mod h1:N1sKh6Vn47mrWvEArQgILTyng8GoDRNYlgKyK7PMjs0=
|
||||
github.com/hashicorp/raft-boltdb v0.0.0-20230125174641-2a8082862702 h1:RLKEcCuKcZ+qp2VlaaZsYZfLOmIiuJNpEi48Rl8u9cQ=
|
||||
github.com/hashicorp/raft-boltdb v0.0.0-20230125174641-2a8082862702/go.mod h1:nTakvJ4XYq45UXtn0DbwR4aU9ZdjlnIenpbs6Cd+FM0=
|
||||
github.com/hashicorp/raft-boltdb/v2 v2.3.0 h1:fPpQR1iGEVYjZ2OELvUHX600VAK5qmdnDEv3eXOwZUA=
|
||||
@@ -160,12 +162,12 @@ github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFF
|
||||
github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU=
|
||||
github.com/json-iterator/go v1.1.9/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4=
|
||||
github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w=
|
||||
github.com/klauspost/compress v1.17.8 h1:YcnTYrq7MikUT7k0Yb5eceMmALQPYBW/Xltxn0NAMnU=
|
||||
github.com/klauspost/compress v1.17.8/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw=
|
||||
github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2qeMA=
|
||||
github.com/klauspost/compress v1.17.9/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw=
|
||||
github.com/klauspost/cpuid/v2 v2.0.1/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
|
||||
github.com/klauspost/cpuid/v2 v2.0.12/go.mod h1:g2LTdtYhdyuGPqyWyv7qRAmj1WBqxuObKfj5c0PQa7c=
|
||||
github.com/klauspost/cpuid/v2 v2.2.7 h1:ZWSB3igEs+d0qvnxR/ZBzXVmxkgt8DdzP6m9pfuVLDM=
|
||||
github.com/klauspost/cpuid/v2 v2.2.7/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws=
|
||||
github.com/klauspost/cpuid/v2 v2.2.8 h1:+StwCXwm9PdpiEkPyzBXIy+M9KUb4ODm0Zarf1kS5BM=
|
||||
github.com/klauspost/cpuid/v2 v2.2.8/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws=
|
||||
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
|
||||
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc=
|
||||
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
|
||||
@@ -205,18 +207,20 @@ github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D
|
||||
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
|
||||
github.com/mholt/acmez/v2 v2.0.1 h1:3/3N0u1pLjMK4sNEAFSI+bcvzbPhRpY383sy1kLHJ6k=
|
||||
github.com/mholt/acmez/v2 v2.0.1/go.mod h1:fX4c9r5jYwMyMsC+7tkYRxHibkOTgta5DIFGoe67e1U=
|
||||
github.com/miekg/dns v1.1.59 h1:C9EXc/UToRwKLhK5wKU/I4QVsBUc8kE6MkHBkeypWZs=
|
||||
github.com/miekg/dns v1.1.59/go.mod h1:nZpewl5p6IvctfgrckopVx2OlSEHPRO/U4SYkRklrEk=
|
||||
github.com/miekg/dns v1.1.61 h1:nLxbwF3XxhwVSm8g9Dghm9MHPaUZuqhPiGL+675ZmEs=
|
||||
github.com/miekg/dns v1.1.61/go.mod h1:mnAarhS3nWaW+NVP2wTkYVIZyHNJ098SJZUki3eykwQ=
|
||||
github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34=
|
||||
github.com/minio/md5-simd v1.1.2/go.mod h1:MzdKDxYpY2BT9XQFocsiZf/NKVtR7nkE4RoEpN+20RM=
|
||||
github.com/minio/minio-go/v7 v7.0.70 h1:1u9NtMgfK1U42kUxcsl5v0yj6TEOPR497OAQxpJnn2g=
|
||||
github.com/minio/minio-go/v7 v7.0.70/go.mod h1:4yBA8v80xGA30cfM3fz0DKYMXunWl/AV/6tWEs9ryzo=
|
||||
github.com/minio/minio-go/v7 v7.0.74 h1:fTo/XlPBTSpo3BAMshlwKL5RspXRv9us5UeHEGYCFe0=
|
||||
github.com/minio/minio-go/v7 v7.0.74/go.mod h1:qydcVzV8Hqtj1VtEocfxbmVFa2siu6HGa+LDEPogjD8=
|
||||
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
|
||||
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
|
||||
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
|
||||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
|
||||
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
|
||||
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
|
||||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
|
||||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
|
||||
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
|
||||
github.com/pascaldekloe/goe v0.1.0 h1:cBOtyMzM9HTpWjXfbbunk26uA6nG3a8n06Wieeh0MwY=
|
||||
github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
|
||||
@@ -245,15 +249,15 @@ github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p
|
||||
github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY=
|
||||
github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4=
|
||||
github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4=
|
||||
github.com/prometheus/common v0.54.0 h1:ZlZy0BgJhTwVZUn7dLOkwCZHUkrAqd3WYtcFCWnM1D8=
|
||||
github.com/prometheus/common v0.54.0/go.mod h1:/TQgMJP5CuVYveyT7n/0Ix8yLNNXy9yRSkhnLTHPDIQ=
|
||||
github.com/prometheus/common v0.55.0 h1:KEi6DK7lXW/m7Ig5i47x0vRzuBsHuvJdi5ee6Y3G1dc=
|
||||
github.com/prometheus/common v0.55.0/go.mod h1:2SECS4xJG1kd8XF9IcM1gMX6510RAEL65zxzNImwdc8=
|
||||
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
|
||||
github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
|
||||
github.com/prometheus/procfs v0.0.8/go.mod h1:7Qr8sr6344vo1JqZ6HhLceV9o3AJ1Ff+GxbHq6oeK9A=
|
||||
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc=
|
||||
github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
|
||||
github.com/puzpuzpuz/xsync/v3 v3.1.0 h1:EewKT7/LNac5SLiEblJeUu8z5eERHrmRLnMQL2d7qX4=
|
||||
github.com/puzpuzpuz/xsync/v3 v3.1.0/go.mod h1:VjzYrABPabuM4KyBh1Ftq6u8nhwY5tBPKP9jpmh0nnA=
|
||||
github.com/puzpuzpuz/xsync/v3 v3.4.0 h1:DuVBAdXuGFHv8adVXjWWZ63pJq+NRXOWVXlKDBZ+mJ4=
|
||||
github.com/puzpuzpuz/xsync/v3 v3.4.0/go.mod h1:VjzYrABPabuM4KyBh1Ftq6u8nhwY5tBPKP9jpmh0nnA=
|
||||
github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=
|
||||
github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA=
|
||||
github.com/rs/xid v1.5.0 h1:mKX4bl4iPYJtEIxp6CYiUuLQ/8DYMoz0PUdtGgMFRVc=
|
||||
@@ -283,8 +287,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
|
||||
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
|
||||
github.com/swaggo/echo-swagger v1.4.1 h1:Yf0uPaJWp1uRtDloZALyLnvdBeoEL5Kc7DtnjzO/TUk=
|
||||
github.com/swaggo/echo-swagger v1.4.1/go.mod h1:C8bSi+9yH2FLZsnhqMZLIZddpUxZdBYuNHbtaS1Hljc=
|
||||
github.com/swaggo/files/v2 v2.0.0 h1:hmAt8Dkynw7Ssz46F6pn8ok6YmGZqHSVLZ+HQM7i0kw=
|
||||
github.com/swaggo/files/v2 v2.0.0/go.mod h1:24kk2Y9NYEJ5lHuCra6iVwkMjIekMCaFq/0JQj66kyM=
|
||||
github.com/swaggo/files/v2 v2.0.1 h1:XCVJO/i/VosCDsJu1YLpdejGsGnBE9deRMpjN4pJLHk=
|
||||
github.com/swaggo/files/v2 v2.0.1/go.mod h1:24kk2Y9NYEJ5lHuCra6iVwkMjIekMCaFq/0JQj66kyM=
|
||||
github.com/swaggo/swag v1.16.3 h1:PnCYjPCah8FK4I26l2F/KQ4yz3sILcVUN3cTlBFA9Pg=
|
||||
github.com/swaggo/swag v1.16.3/go.mod h1:DImHIuOFXKpMFAQjcC7FG4m3Dg4+QuUgUzJmKjI/gRk=
|
||||
github.com/tklauser/go-sysconf v0.3.14 h1:g5vzr9iPFFz24v2KZXs/pvpvh8/V9Fw6vQK5ZZb78yU=
|
||||
@@ -298,8 +302,8 @@ github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6Kllzaw
|
||||
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
|
||||
github.com/valyala/fasttemplate v1.2.2 h1:lxLXG0uE3Qnshl9QyaK6XJxMXlQZELvChBOCmQD0Loo=
|
||||
github.com/valyala/fasttemplate v1.2.2/go.mod h1:KHLXt3tVN2HBp8eijSv/kGJopbvo7S+qRAEEKiv+SiQ=
|
||||
github.com/vektah/gqlparser/v2 v2.5.12 h1:COMhVVnql6RoaF7+aTBWiTADdpLGyZWU3K/NwW0ph98=
|
||||
github.com/vektah/gqlparser/v2 v2.5.12/go.mod h1:WQQjFc+I1YIzoPvZBhUQX7waZgg3pMLi0r8KymvAE2w=
|
||||
github.com/vektah/gqlparser/v2 v2.5.16 h1:1gcmLTvs3JLKXckwCwlUagVn/IlV2bwqle0vJ0vy5p8=
|
||||
github.com/vektah/gqlparser/v2 v2.5.16/go.mod h1:1lz1OeCqgQbQepsGxPVywrjdBHW2T08PUS3pJqepRww=
|
||||
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
|
||||
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo=
|
||||
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
|
||||
@@ -329,15 +333,15 @@ go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
|
||||
go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
|
||||
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
|
||||
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
|
||||
golang.org/x/crypto v0.24.0 h1:mnl8DM0o513X8fdIkmyFE/5hTYxbwYOjDS/+rK6qpRI=
|
||||
golang.org/x/crypto v0.24.0/go.mod h1:Z1PMYSOR5nyMcyAVAIQSKCDwalqy85Aqn1x3Ws4L5DM=
|
||||
golang.org/x/mod v0.18.0 h1:5+9lSbEzPSdWkH32vYPBwEpX8KwDbM52Ud9xBUvNlb0=
|
||||
golang.org/x/mod v0.18.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
|
||||
golang.org/x/crypto v0.25.0 h1:ypSNr+bnYL2YhwoMt2zPxHFmbAN1KZs/njMG3hxUp30=
|
||||
golang.org/x/crypto v0.25.0/go.mod h1:T+wALwcMOSE0kXgUAnPAHqTLW+XHgcELELW8VaDgm/M=
|
||||
golang.org/x/mod v0.19.0 h1:fEdghXQSo20giMthA7cd28ZC+jts4amQ3YMXiP5oMQ8=
|
||||
golang.org/x/mod v0.19.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
|
||||
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
|
||||
golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
|
||||
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
|
||||
golang.org/x/net v0.26.0 h1:soB7SVo0PWrY4vPW/+ay0jKDNScG2X9wFeYlXIvJsOQ=
|
||||
golang.org/x/net v0.26.0/go.mod h1:5YKkiSynbBIh3p6iOc/vibscux0x38BZDkn8sCUPxHE=
|
||||
golang.org/x/net v0.27.0 h1:5K3Njcw06/l2y9vpGCSdcxWOYHOUk3dVNGDXN+FvAys=
|
||||
golang.org/x/net v0.27.0/go.mod h1:dDi0PyhWNoiUOrAS8uXv/vnScO4wnHQO4mj9fn/RytE=
|
||||
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
||||
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
||||
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
||||
@@ -360,8 +364,8 @@ golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBc
|
||||
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||
golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
|
||||
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
||||
golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI=
|
||||
golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
||||
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||
golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=
|
||||
golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI=
|
||||
@@ -369,18 +373,16 @@ golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba/go.mod h1:tRJNPiyCQ0inRvYxb
|
||||
golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
|
||||
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
|
||||
golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q=
|
||||
golang.org/x/tools v0.22.0 h1:gqSGLZqv+AI9lIQzniJ0nZDRG5GBPsSi+DRNHWNz6yA=
|
||||
golang.org/x/tools v0.22.0/go.mod h1:aCwcsjqvq7Yqt6TNyX7QMU2enbQ/Gt0bo6krSeEri+c=
|
||||
golang.org/x/tools v0.23.0 h1:SGsXPZ+2l4JsgaCKkx+FQ9YZ5XEtA1GZYuoDjenLjvg=
|
||||
golang.org/x/tools v0.23.0/go.mod h1:pnu6ufv6vQkll6szChhK3C3L/ruaIv5eBeztNG8wtsI=
|
||||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||
google.golang.org/protobuf v1.34.1 h1:9ddQBjfCyZPOHPUiPxpYESBLc+T8P3E+Vo4IbKZgFWg=
|
||||
google.golang.org/protobuf v1.34.1/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
|
||||
google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg=
|
||||
google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw=
|
||||
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
|
||||
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
||||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
||||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
|
||||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
|
||||
gopkg.in/ini.v1 v1.67.0 h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=
|
||||
gopkg.in/ini.v1 v1.67.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
|
||||
gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
|
||||
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
|
||||
gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
|
||||
|
61
vendor/github.com/99designs/gqlgen/.golangci.yml
generated
vendored
61
vendor/github.com/99designs/gqlgen/.golangci.yml
generated
vendored
@@ -1,25 +1,74 @@
|
||||
run:
|
||||
tests: true
|
||||
timeout: 5m
|
||||
|
||||
linters-settings:
|
||||
gocritic:
|
||||
enabled-checks:
|
||||
- emptyStringTest
|
||||
- equalFold
|
||||
- httpNoBody
|
||||
- nilValReturn
|
||||
- paramTypeCombine
|
||||
- preferFprint
|
||||
- yodaStyleExpr
|
||||
errcheck:
|
||||
exclude-functions:
|
||||
- (io.Writer).Write
|
||||
- io.Copy
|
||||
- io.WriteString
|
||||
perfsprint:
|
||||
int-conversion: false
|
||||
err-error: false
|
||||
errorf: true
|
||||
sprintf1: false
|
||||
strconcat: false
|
||||
revive:
|
||||
enable-all-rules: false
|
||||
rules:
|
||||
- name: empty-lines
|
||||
- name: use-any
|
||||
- name: struct-tag
|
||||
- name: blank-imports
|
||||
- name: context-as-argument
|
||||
- name: context-keys-type
|
||||
- name: error-return
|
||||
- name: error-naming
|
||||
- name: exported
|
||||
disabled: true
|
||||
- name: if-return
|
||||
- name: increment-decrement
|
||||
- name: var-declaration
|
||||
- name: package-comments
|
||||
disabled: true
|
||||
- name: range
|
||||
- name: receiver-naming
|
||||
- name: time-naming
|
||||
- name: unexported-return
|
||||
- name: indent-error-flow
|
||||
- name: errorf
|
||||
- name: superfluous-else
|
||||
- name: unused-parameter
|
||||
disabled: true
|
||||
- name: unreachable-code
|
||||
- name: redefines-builtin-id
|
||||
testifylint:
|
||||
disable-all: true
|
||||
enable:
|
||||
- blank-import
|
||||
- bool-compare
|
||||
- compares
|
||||
- empty
|
||||
- error-is-as
|
||||
- error-nil
|
||||
- expected-actual
|
||||
- float-compare
|
||||
- go-require
|
||||
- len
|
||||
- negative-positive
|
||||
- nil-compare
|
||||
- require-error
|
||||
- useless-assert
|
||||
|
||||
linters:
|
||||
disable-all: true
|
||||
@@ -35,6 +84,7 @@ linters:
|
||||
- ineffassign
|
||||
- misspell
|
||||
- nakedret
|
||||
- perfsprint
|
||||
- prealloc
|
||||
- revive
|
||||
- staticcheck
|
||||
@@ -52,3 +102,14 @@ issues:
|
||||
linters:
|
||||
- dupl
|
||||
- errcheck
|
||||
# It's autogenerated code.
|
||||
- path: codegen/testserver/.*/resolver\.go
|
||||
linters:
|
||||
- gocritic
|
||||
# Disable revive.use-any for backwards compatibility
|
||||
- path: graphql/map.go
|
||||
text: "use-any: since GO 1.18 'interface{}' can be replaced by 'any'"
|
||||
- path: codegen/testserver/followschema/resolver.go
|
||||
text: "use-any: since GO 1.18 'interface{}' can be replaced by 'any'"
|
||||
- path: codegen/testserver/singlefile/resolver.go
|
||||
text: "use-any: since GO 1.18 'interface{}' can be replaced by 'any'"
|
||||
|
6
vendor/github.com/99designs/gqlgen/api/generate.go
generated
vendored
6
vendor/github.com/99designs/gqlgen/api/generate.go
generated
vendored
@@ -90,11 +90,11 @@ func Generate(cfg *config.Config, option ...Option) error {
|
||||
}
|
||||
}
|
||||
// Merge again now that the generated models have been injected into the typemap
|
||||
data_plugins := make([]interface{}, len(plugins))
|
||||
dataPlugins := make([]any, len(plugins))
|
||||
for index := range plugins {
|
||||
data_plugins[index] = plugins[index]
|
||||
dataPlugins[index] = plugins[index]
|
||||
}
|
||||
data, err := codegen.BuildData(cfg, data_plugins...)
|
||||
data, err := codegen.BuildData(cfg, dataPlugins...)
|
||||
if err != nil {
|
||||
return fmt.Errorf("merging type systems failed: %w", err)
|
||||
}
|
||||
|
4
vendor/github.com/99designs/gqlgen/codegen/args.go
generated
vendored
4
vendor/github.com/99designs/gqlgen/codegen/args.go
generated
vendored
@@ -21,9 +21,9 @@ type FieldArgument struct {
|
||||
TypeReference *config.TypeReference
|
||||
VarName string // The name of the var in go
|
||||
Object *Object // A link back to the parent object
|
||||
Default interface{} // The default value
|
||||
Default any // The default value
|
||||
Directives []*Directive
|
||||
Value interface{} // value set in Data
|
||||
Value any // value set in Data
|
||||
}
|
||||
|
||||
// ImplDirectives get not Builtin and location ARGUMENT_DEFINITION directive
|
||||
|
10
vendor/github.com/99designs/gqlgen/codegen/config/binder.go
generated
vendored
10
vendor/github.com/99designs/gqlgen/codegen/config/binder.go
generated
vendored
@@ -61,7 +61,7 @@ func (b *Binder) FindTypeFromName(name string) (types.Type, error) {
|
||||
return b.FindType(pkgName, typeName)
|
||||
}
|
||||
|
||||
func (b *Binder) FindType(pkgName string, typeName string) (types.Type, error) {
|
||||
func (b *Binder) FindType(pkgName, typeName string) (types.Type, error) {
|
||||
if pkgName == "" {
|
||||
if typeName == "map[string]interface{}" {
|
||||
return MapType, nil
|
||||
@@ -99,7 +99,7 @@ var (
|
||||
func (b *Binder) DefaultUserObject(name string) (types.Type, error) {
|
||||
models := b.cfg.Models[name].Model
|
||||
if len(models) == 0 {
|
||||
return nil, fmt.Errorf(name + " not found in typemap")
|
||||
return nil, fmt.Errorf("%s not found in typemap", name)
|
||||
}
|
||||
|
||||
if models[0] == "map[string]interface{}" {
|
||||
@@ -123,9 +123,9 @@ func (b *Binder) DefaultUserObject(name string) (types.Type, error) {
|
||||
return obj.Type(), nil
|
||||
}
|
||||
|
||||
func (b *Binder) FindObject(pkgName string, typeName string) (types.Object, error) {
|
||||
func (b *Binder) FindObject(pkgName, typeName string) (types.Object, error) {
|
||||
if pkgName == "" {
|
||||
return nil, fmt.Errorf("package cannot be nil")
|
||||
return nil, errors.New("package cannot be nil")
|
||||
}
|
||||
|
||||
pkg := b.pkgs.LoadWithTypes(pkgName)
|
||||
@@ -349,7 +349,7 @@ func isIntf(t types.Type) bool {
|
||||
|
||||
func unwrapOmittable(t types.Type) (types.Type, bool) {
|
||||
if t == nil {
|
||||
return t, false
|
||||
return nil, false
|
||||
}
|
||||
named, ok := t.(*types.Named)
|
||||
if !ok {
|
||||
|
46
vendor/github.com/99designs/gqlgen/codegen/config/config.go
generated
vendored
46
vendor/github.com/99designs/gqlgen/codegen/config/config.go
generated
vendored
@@ -2,6 +2,7 @@ package config
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"errors"
|
||||
"fmt"
|
||||
"go/types"
|
||||
"io"
|
||||
@@ -40,6 +41,7 @@ type Config struct {
|
||||
OmitGQLGenVersionInFileNotice bool `yaml:"omit_gqlgen_version_in_file_notice,omitempty"`
|
||||
OmitRootModels bool `yaml:"omit_root_models,omitempty"`
|
||||
OmitResolverFields bool `yaml:"omit_resolver_fields,omitempty"`
|
||||
OmitPanicHandler bool `yaml:"omit_panic_handler,omitempty"`
|
||||
StructFieldsAlwaysPointers bool `yaml:"struct_fields_always_pointers,omitempty"`
|
||||
ReturnPointersInUmarshalInput bool `yaml:"return_pointers_in_unmarshalinput,omitempty"`
|
||||
ResolversAlwaysReturnPointers bool `yaml:"resolvers_always_return_pointers,omitempty"`
|
||||
@@ -305,7 +307,7 @@ func (c *Config) injectTypesFromSchema() error {
|
||||
|
||||
if ma := bd.Arguments.ForName("models"); ma != nil {
|
||||
if mvs, err := ma.Value.Value(nil); err == nil {
|
||||
for _, mv := range mvs.([]interface{}) {
|
||||
for _, mv := range mvs.([]any) {
|
||||
c.Models.Add(schemaType.Name, mv.(string))
|
||||
}
|
||||
}
|
||||
@@ -353,26 +355,12 @@ func (c *Config) injectTypesFromSchema() error {
|
||||
|
||||
if efds := schemaType.Directives.ForNames("goExtraField"); len(efds) != 0 {
|
||||
for _, efd := range efds {
|
||||
if fn := efd.Arguments.ForName("name"); fn != nil {
|
||||
extraFieldName := ""
|
||||
if fnv, err := fn.Value.Value(nil); err == nil {
|
||||
extraFieldName = fnv.(string)
|
||||
}
|
||||
|
||||
if extraFieldName == "" {
|
||||
return fmt.Errorf(
|
||||
"argument 'name' for directive @goExtraField (src: %s, line: %d) cannot by empty",
|
||||
efd.Position.Src.Name,
|
||||
efd.Position.Line,
|
||||
)
|
||||
}
|
||||
|
||||
extraField := ModelExtraField{}
|
||||
if t := efd.Arguments.ForName("type"); t != nil {
|
||||
extraField := ModelExtraField{}
|
||||
|
||||
if tv, err := t.Value.Value(nil); err == nil {
|
||||
extraField.Type = tv.(string)
|
||||
}
|
||||
}
|
||||
|
||||
if extraField.Type == "" {
|
||||
return fmt.Errorf(
|
||||
@@ -394,6 +382,20 @@ func (c *Config) injectTypesFromSchema() error {
|
||||
}
|
||||
}
|
||||
|
||||
extraFieldName := ""
|
||||
if fn := efd.Arguments.ForName("name"); fn != nil {
|
||||
if fnv, err := fn.Value.Value(nil); err == nil {
|
||||
extraFieldName = fnv.(string)
|
||||
}
|
||||
}
|
||||
|
||||
if extraFieldName == "" {
|
||||
// Embeddable fields
|
||||
typeMapEntry := c.Models[schemaType.Name]
|
||||
typeMapEntry.EmbedExtraFields = append(typeMapEntry.EmbedExtraFields, extraField)
|
||||
c.Models[schemaType.Name] = typeMapEntry
|
||||
} else {
|
||||
// Regular fields
|
||||
typeMapEntry := c.Models[schemaType.Name]
|
||||
if typeMapEntry.ExtraFields == nil {
|
||||
typeMapEntry.ExtraFields = make(map[string]ModelExtraField)
|
||||
@@ -405,6 +407,7 @@ func (c *Config) injectTypesFromSchema() error {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if schemaType.Kind == ast.Enum && !strings.HasPrefix(schemaType.Name, "__") {
|
||||
values := make(map[string]EnumValue)
|
||||
@@ -440,6 +443,7 @@ type TypeMapEntry struct {
|
||||
|
||||
// Key is the Go name of the field.
|
||||
ExtraFields map[string]ModelExtraField `yaml:"extraFields,omitempty"`
|
||||
EmbedExtraFields []ModelExtraField `yaml:"embedExtraFields,omitempty"`
|
||||
}
|
||||
|
||||
type TypeMapField struct {
|
||||
@@ -480,7 +484,7 @@ type ModelExtraField struct {
|
||||
|
||||
type StringList []string
|
||||
|
||||
func (a *StringList) UnmarshalYAML(unmarshal func(interface{}) error) error {
|
||||
func (a *StringList) UnmarshalYAML(unmarshal func(any) error) error {
|
||||
var single string
|
||||
err := unmarshal(&single)
|
||||
if err == nil {
|
||||
@@ -562,11 +566,11 @@ func (c *Config) check() error {
|
||||
Declaree: "federation",
|
||||
})
|
||||
if c.Federation.ImportPath() != c.Exec.ImportPath() {
|
||||
return fmt.Errorf("federation and exec must be in the same package")
|
||||
return errors.New("federation and exec must be in the same package")
|
||||
}
|
||||
}
|
||||
if c.Federated {
|
||||
return fmt.Errorf("federated has been removed, instead use\nfederation:\n filename: path/to/federated.go")
|
||||
return errors.New("federated has been removed, instead use\nfederation:\n filename: path/to/federated.go")
|
||||
}
|
||||
|
||||
for importPath, pkg := range fileList {
|
||||
@@ -641,7 +645,7 @@ func (tm TypeMap) ReferencedPackages() []string {
|
||||
return pkgs
|
||||
}
|
||||
|
||||
func (tm TypeMap) Add(name string, goType string) {
|
||||
func (tm TypeMap) Add(name, goType string) {
|
||||
modelCfg := tm[name]
|
||||
modelCfg.Model = append(modelCfg.Model, goType)
|
||||
tm[name] = modelCfg
|
||||
|
9
vendor/github.com/99designs/gqlgen/codegen/config/exec.go
generated
vendored
9
vendor/github.com/99designs/gqlgen/codegen/config/exec.go
generated
vendored
@@ -1,6 +1,7 @@
|
||||
package config
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"go/types"
|
||||
"path/filepath"
|
||||
@@ -38,15 +39,15 @@ func (r *ExecConfig) Check() error {
|
||||
switch r.Layout {
|
||||
case ExecLayoutSingleFile:
|
||||
if r.Filename == "" {
|
||||
return fmt.Errorf("filename must be specified when using single-file layout")
|
||||
return errors.New("filename must be specified when using single-file layout")
|
||||
}
|
||||
if !strings.HasSuffix(r.Filename, ".go") {
|
||||
return fmt.Errorf("filename should be path to a go source file when using single-file layout")
|
||||
return errors.New("filename should be path to a go source file when using single-file layout")
|
||||
}
|
||||
r.Filename = abs(r.Filename)
|
||||
case ExecLayoutFollowSchema:
|
||||
if r.DirName == "" {
|
||||
return fmt.Errorf("dir must be specified when using follow-schema layout")
|
||||
return errors.New("dir must be specified when using follow-schema layout")
|
||||
}
|
||||
r.DirName = abs(r.DirName)
|
||||
default:
|
||||
@@ -54,7 +55,7 @@ func (r *ExecConfig) Check() error {
|
||||
}
|
||||
|
||||
if strings.ContainsAny(r.Package, "./\\") {
|
||||
return fmt.Errorf("package should be the output package name only, do not include the output filename")
|
||||
return errors.New("package should be the output package name only, do not include the output filename")
|
||||
}
|
||||
|
||||
if r.Package == "" && r.Dir() != "" {
|
||||
|
8
vendor/github.com/99designs/gqlgen/codegen/config/package.go
generated
vendored
8
vendor/github.com/99designs/gqlgen/codegen/config/package.go
generated
vendored
@@ -1,7 +1,7 @@
|
||||
package config
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"errors"
|
||||
"go/types"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
@@ -44,13 +44,13 @@ func (c *PackageConfig) IsDefined() bool {
|
||||
|
||||
func (c *PackageConfig) Check() error {
|
||||
if strings.ContainsAny(c.Package, "./\\") {
|
||||
return fmt.Errorf("package should be the output package name only, do not include the output filename")
|
||||
return errors.New("package should be the output package name only, do not include the output filename")
|
||||
}
|
||||
if c.Filename == "" {
|
||||
return fmt.Errorf("filename must be specified")
|
||||
return errors.New("filename must be specified")
|
||||
}
|
||||
if !strings.HasSuffix(c.Filename, ".go") {
|
||||
return fmt.Errorf("filename should be path to a go source file")
|
||||
return errors.New("filename should be path to a go source file")
|
||||
}
|
||||
|
||||
c.Filename = abs(c.Filename)
|
||||
|
3
vendor/github.com/99designs/gqlgen/codegen/config/resolver.go
generated
vendored
3
vendor/github.com/99designs/gqlgen/codegen/config/resolver.go
generated
vendored
@@ -1,6 +1,7 @@
|
||||
package config
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"go/types"
|
||||
"path/filepath"
|
||||
@@ -59,7 +60,7 @@ func (r *ResolverConfig) Check() error {
|
||||
}
|
||||
|
||||
if strings.ContainsAny(r.Package, "./\\") {
|
||||
return fmt.Errorf("package should be the output package name only, do not include the output filename")
|
||||
return errors.New("package should be the output package name only, do not include the output filename")
|
||||
}
|
||||
|
||||
if r.Package == "" && r.Dir() != "" {
|
||||
|
11
vendor/github.com/99designs/gqlgen/codegen/data.go
generated
vendored
11
vendor/github.com/99designs/gqlgen/codegen/data.go
generated
vendored
@@ -1,6 +1,7 @@
|
||||
package codegen
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"os"
|
||||
"path/filepath"
|
||||
@@ -34,7 +35,7 @@ type Data struct {
|
||||
MutationRoot *Object
|
||||
SubscriptionRoot *Object
|
||||
AugmentedSources []AugmentedSource
|
||||
Plugins []interface{}
|
||||
Plugins []any
|
||||
}
|
||||
|
||||
func (d *Data) HasEmbeddableSources() bool {
|
||||
@@ -77,7 +78,7 @@ func (d *Data) Directives() DirectiveList {
|
||||
return res
|
||||
}
|
||||
|
||||
func BuildData(cfg *config.Config, plugins ...interface{}) (*Data, error) {
|
||||
func BuildData(cfg *config.Config, plugins ...any) (*Data, error) {
|
||||
// We reload all packages to allow packages to be compared correctly.
|
||||
cfg.ReloadAllPackages()
|
||||
|
||||
@@ -137,7 +138,7 @@ func BuildData(cfg *config.Config, plugins ...interface{}) (*Data, error) {
|
||||
if s.Schema.Query != nil {
|
||||
s.QueryRoot = s.Objects.ByName(s.Schema.Query.Name)
|
||||
} else {
|
||||
return nil, fmt.Errorf("query entry point missing")
|
||||
return nil, errors.New("query entry point missing")
|
||||
}
|
||||
|
||||
if s.Schema.Mutation != nil {
|
||||
@@ -170,7 +171,7 @@ func BuildData(cfg *config.Config, plugins ...interface{}) (*Data, error) {
|
||||
}
|
||||
|
||||
// otherwise show a generic error message
|
||||
return nil, fmt.Errorf("invalid types were encountered while traversing the go source code, this probably means the invalid code generated isnt correct. add try adding -v to debug")
|
||||
return nil, errors.New("invalid types were encountered while traversing the go source code, this probably means the invalid code generated isnt correct. add try adding -v to debug")
|
||||
}
|
||||
aSources := []AugmentedSource{}
|
||||
for _, s := range cfg.Sources {
|
||||
@@ -204,7 +205,7 @@ func BuildData(cfg *config.Config, plugins ...interface{}) (*Data, error) {
|
||||
func (b *builder) injectIntrospectionRoots(s *Data) error {
|
||||
obj := s.Objects.ByName(b.Schema.Query.Name)
|
||||
if obj == nil {
|
||||
return fmt.Errorf("root query type must be defined")
|
||||
return errors.New("root query type must be defined")
|
||||
}
|
||||
|
||||
__type, err := b.buildField(obj, &ast.FieldDefinition{
|
||||
|
2
vendor/github.com/99designs/gqlgen/codegen/directive.go
generated
vendored
2
vendor/github.com/99designs/gqlgen/codegen/directive.go
generated
vendored
@@ -92,7 +92,7 @@ func (b *builder) buildDirectives() (map[string]*Directive, error) {
|
||||
func (b *builder) getDirectives(list ast.DirectiveList) ([]*Directive, error) {
|
||||
dirs := make([]*Directive, len(list))
|
||||
for i, d := range list {
|
||||
argValues := make(map[string]interface{}, len(d.Arguments))
|
||||
argValues := make(map[string]any, len(d.Arguments))
|
||||
for _, da := range d.Arguments {
|
||||
val, err := da.Value.Value(nil)
|
||||
if err != nil {
|
||||
|
4
vendor/github.com/99designs/gqlgen/codegen/field.go
generated
vendored
4
vendor/github.com/99designs/gqlgen/codegen/field.go
generated
vendored
@@ -31,7 +31,7 @@ type Field struct {
|
||||
NoErr bool // If this is bound to a go method, does that method have an error as the second argument
|
||||
VOkFunc bool // If this is bound to a go method, is it of shape (interface{}, bool)
|
||||
Object *Object // A link back to the parent object
|
||||
Default interface{} // The default value
|
||||
Default any // The default value
|
||||
Stream bool // does this field return a channel?
|
||||
Directives []*Directive
|
||||
}
|
||||
@@ -174,7 +174,7 @@ func (b *builder) bindField(obj *Object, f *Field) (errret error) {
|
||||
} else if s := sig.Results(); s.Len() == 2 && s.At(1).Type().String() == "bool" {
|
||||
f.VOkFunc = true
|
||||
} else if sig.Results().Len() != 2 {
|
||||
return fmt.Errorf("method has wrong number of args")
|
||||
return errors.New("method has wrong number of args")
|
||||
}
|
||||
params := sig.Params()
|
||||
// If the first argument is the context, remove it from the comparison and set
|
||||
|
4
vendor/github.com/99designs/gqlgen/codegen/field.gotpl
generated
vendored
4
vendor/github.com/99designs/gqlgen/codegen/field.gotpl
generated
vendored
@@ -10,12 +10,14 @@ func (ec *executionContext) _{{$object.Name}}_{{$field.Name}}(ctx context.Contex
|
||||
return {{ $null }}
|
||||
}
|
||||
ctx = graphql.WithFieldContext(ctx, fc)
|
||||
{{- if not $.Config.OmitPanicHandler }}
|
||||
defer func () {
|
||||
if r := recover(); r != nil {
|
||||
ec.Error(ctx, ec.Recover(ctx, r))
|
||||
ret = {{ $null }}
|
||||
}
|
||||
}()
|
||||
{{- end }}
|
||||
{{- if $field.TypeReference.IsRoot }}
|
||||
{{- if $field.TypeReference.IsPtr }}
|
||||
res := &{{ $field.TypeReference.Elem.GO | ref }}{}
|
||||
@@ -95,12 +97,14 @@ func (ec *executionContext) {{ $field.FieldContextFunc }}({{ if not $field.Args
|
||||
},
|
||||
}
|
||||
{{- if $field.Args }}
|
||||
{{- if not $.Config.OmitPanicHandler }}
|
||||
defer func () {
|
||||
if r := recover(); r != nil {
|
||||
err = ec.Recover(ctx, r)
|
||||
ec.Error(ctx, err)
|
||||
}
|
||||
}()
|
||||
{{- end }}
|
||||
ctx = graphql.WithFieldContext(ctx, fc)
|
||||
if fc.Args, err = ec.{{ $field.ArgsFunc }}(ctx, field.ArgumentMap(ec.Variables)); err != nil {
|
||||
ec.Error(ctx, err)
|
||||
|
2
vendor/github.com/99designs/gqlgen/codegen/generate.go
generated
vendored
2
vendor/github.com/99designs/gqlgen/codegen/generate.go
generated
vendored
@@ -20,7 +20,7 @@ var codegenTemplates embed.FS
|
||||
|
||||
func GenerateCode(data *Data) error {
|
||||
if !data.Config.Exec.IsDefined() {
|
||||
return fmt.Errorf("missing exec config")
|
||||
return errors.New("missing exec config")
|
||||
}
|
||||
|
||||
switch data.Config.Exec.Layout {
|
||||
|
2
vendor/github.com/99designs/gqlgen/codegen/object.gotpl
generated
vendored
2
vendor/github.com/99designs/gqlgen/codegen/object.gotpl
generated
vendored
@@ -49,11 +49,13 @@ func (ec *executionContext) _{{$object.Name}}(ctx context.Context, sel ast.Selec
|
||||
field := field
|
||||
|
||||
innerFunc := func(ctx context.Context, {{ if $field.TypeReference.GQL.NonNull }}fs{{ else }}_{{ end }} *graphql.FieldSet) (res graphql.Marshaler) {
|
||||
{{- if not $.Config.OmitPanicHandler }}
|
||||
defer func() {
|
||||
if r := recover(); r != nil {
|
||||
ec.Error(ctx, ec.Recover(ctx, r))
|
||||
}
|
||||
}()
|
||||
{{- end }}
|
||||
res = ec._{{$object.Name}}_{{$field.Name}}(ctx, field{{if not $object.Root}}, obj{{end}})
|
||||
{{- if $field.TypeReference.GQL.NonNull }}
|
||||
if res == graphql.Null {
|
||||
|
5
vendor/github.com/99designs/gqlgen/codegen/templates/import.go
generated
vendored
5
vendor/github.com/99designs/gqlgen/codegen/templates/import.go
generated
vendored
@@ -1,6 +1,7 @@
|
||||
package templates
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"go/types"
|
||||
"strconv"
|
||||
@@ -62,11 +63,11 @@ func (s *Imports) Reserve(path string, aliases ...string) (string, error) {
|
||||
if existing.Alias == alias {
|
||||
return "", nil
|
||||
}
|
||||
return "", fmt.Errorf("ambient import already exists")
|
||||
return "", errors.New("ambient import already exists")
|
||||
}
|
||||
|
||||
if alias := s.findByAlias(alias); alias != nil {
|
||||
return "", fmt.Errorf("ambient import collides on an alias")
|
||||
return "", errors.New("ambient import collides on an alias")
|
||||
}
|
||||
|
||||
s.imports = append(s.imports, &Import{
|
||||
|
26
vendor/github.com/99designs/gqlgen/codegen/templates/templates.go
generated
vendored
26
vendor/github.com/99designs/gqlgen/codegen/templates/templates.go
generated
vendored
@@ -2,6 +2,7 @@ package templates
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"errors"
|
||||
"fmt"
|
||||
"go/types"
|
||||
"io/fs"
|
||||
@@ -52,7 +53,7 @@ type Options struct {
|
||||
// FileNotice is notice written below the package line
|
||||
FileNotice string
|
||||
// Data will be passed to the template execution.
|
||||
Data interface{}
|
||||
Data any
|
||||
Funcs template.FuncMap
|
||||
|
||||
// Packages cache, you can find me on config.Config
|
||||
@@ -71,7 +72,7 @@ var (
|
||||
// files inside the directory where you wrote the plugin.
|
||||
func Render(cfg Options) error {
|
||||
if CurrentImports != nil {
|
||||
panic(fmt.Errorf("recursive or concurrent call to RenderToFile detected"))
|
||||
panic(errors.New("recursive or concurrent call to RenderToFile detected"))
|
||||
}
|
||||
CurrentImports = &Imports{packages: cfg.Packages, destDir: filepath.Dir(cfg.Filename)}
|
||||
|
||||
@@ -184,7 +185,7 @@ func parseTemplates(cfg Options, t *template.Template) (*template.Template, erro
|
||||
return t, nil
|
||||
}
|
||||
|
||||
func center(width int, pad string, s string) string {
|
||||
func center(width int, pad, s string) string {
|
||||
if len(s)+2 > width {
|
||||
return s
|
||||
}
|
||||
@@ -206,6 +207,7 @@ func Funcs() template.FuncMap {
|
||||
"call": Call,
|
||||
"prefixLines": prefixLines,
|
||||
"notNil": notNil,
|
||||
"strSplit": StrSplit,
|
||||
"reserveImport": CurrentImports.Reserve,
|
||||
"lookupImport": CurrentImports.Lookup,
|
||||
"go": ToGo,
|
||||
@@ -215,7 +217,7 @@ func Funcs() template.FuncMap {
|
||||
"add": func(a, b int) int {
|
||||
return a + b
|
||||
},
|
||||
"render": func(filename string, tpldata interface{}) (*bytes.Buffer, error) {
|
||||
"render": func(filename string, tpldata any) (*bytes.Buffer, error) {
|
||||
return render(resolveName(filename, 0), tpldata)
|
||||
},
|
||||
}
|
||||
@@ -567,7 +569,7 @@ func rawQuote(s string) string {
|
||||
return "`" + strings.ReplaceAll(s, "`", "`+\"`\"+`") + "`"
|
||||
}
|
||||
|
||||
func notNil(field string, data interface{}) bool {
|
||||
func notNil(field string, data any) bool {
|
||||
v := reflect.ValueOf(data)
|
||||
|
||||
if v.Kind() == reflect.Ptr {
|
||||
@@ -581,12 +583,16 @@ func notNil(field string, data interface{}) bool {
|
||||
return val.IsValid() && !val.IsNil()
|
||||
}
|
||||
|
||||
func Dump(val interface{}) string {
|
||||
func StrSplit(s, sep string) []string {
|
||||
return strings.Split(s, sep)
|
||||
}
|
||||
|
||||
func Dump(val any) string {
|
||||
switch val := val.(type) {
|
||||
case int:
|
||||
return strconv.Itoa(val)
|
||||
case int64:
|
||||
return fmt.Sprintf("%d", val)
|
||||
return strconv.FormatInt(val, 10)
|
||||
case float64:
|
||||
return fmt.Sprintf("%f", val)
|
||||
case string:
|
||||
@@ -595,13 +601,13 @@ func Dump(val interface{}) string {
|
||||
return strconv.FormatBool(val)
|
||||
case nil:
|
||||
return "nil"
|
||||
case []interface{}:
|
||||
case []any:
|
||||
var parts []string
|
||||
for _, part := range val {
|
||||
parts = append(parts, Dump(part))
|
||||
}
|
||||
return "[]interface{}{" + strings.Join(parts, ",") + "}"
|
||||
case map[string]interface{}:
|
||||
case map[string]any:
|
||||
buf := bytes.Buffer{}
|
||||
buf.WriteString("map[string]interface{}{")
|
||||
var keys []string
|
||||
@@ -641,7 +647,7 @@ func resolveName(name string, skip int) string {
|
||||
return filepath.Join(filepath.Dir(callerFile), name)
|
||||
}
|
||||
|
||||
func render(filename string, tpldata interface{}) (*bytes.Buffer, error) {
|
||||
func render(filename string, tpldata any) (*bytes.Buffer, error) {
|
||||
t := template.New("").Funcs(Funcs())
|
||||
|
||||
b, err := os.ReadFile(filename)
|
||||
|
2
vendor/github.com/99designs/gqlgen/codegen/type.gotpl
generated
vendored
2
vendor/github.com/99designs/gqlgen/codegen/type.gotpl
generated
vendored
@@ -115,12 +115,14 @@
|
||||
}
|
||||
ctx := graphql.WithFieldContext(ctx, fc)
|
||||
f := func(i int) {
|
||||
{{- if not $.Config.OmitPanicHandler }}
|
||||
defer func() {
|
||||
if r := recover(); r != nil {
|
||||
ec.Error(ctx, ec.Recover(ctx, r))
|
||||
ret = nil
|
||||
}
|
||||
}()
|
||||
{{- end }}
|
||||
if !isLen1 {
|
||||
defer wg.Done()
|
||||
}
|
||||
|
8
vendor/github.com/99designs/gqlgen/complexity/complexity.go
generated
vendored
8
vendor/github.com/99designs/gqlgen/complexity/complexity.go
generated
vendored
@@ -6,7 +6,7 @@ import (
|
||||
"github.com/99designs/gqlgen/graphql"
|
||||
)
|
||||
|
||||
func Calculate(es graphql.ExecutableSchema, op *ast.OperationDefinition, vars map[string]interface{}) int {
|
||||
func Calculate(es graphql.ExecutableSchema, op *ast.OperationDefinition, vars map[string]any) int {
|
||||
walker := complexityWalker{
|
||||
es: es,
|
||||
schema: es.Schema(),
|
||||
@@ -18,7 +18,7 @@ func Calculate(es graphql.ExecutableSchema, op *ast.OperationDefinition, vars ma
|
||||
type complexityWalker struct {
|
||||
es graphql.ExecutableSchema
|
||||
schema *ast.Schema
|
||||
vars map[string]interface{}
|
||||
vars map[string]any
|
||||
}
|
||||
|
||||
func (cw complexityWalker) selectionSetComplexity(selectionSet ast.SelectionSet) int {
|
||||
@@ -57,7 +57,7 @@ func (cw complexityWalker) selectionSetComplexity(selectionSet ast.SelectionSet)
|
||||
return complexity
|
||||
}
|
||||
|
||||
func (cw complexityWalker) interfaceFieldComplexity(def *ast.Definition, field string, childComplexity int, args map[string]interface{}) int {
|
||||
func (cw complexityWalker) interfaceFieldComplexity(def *ast.Definition, field string, childComplexity int, args map[string]any) int {
|
||||
// Interfaces don't have their own separate field costs, so they have to assume the worst case.
|
||||
// We iterate over all implementors and choose the most expensive one.
|
||||
maxComplexity := 0
|
||||
@@ -71,7 +71,7 @@ func (cw complexityWalker) interfaceFieldComplexity(def *ast.Definition, field s
|
||||
return maxComplexity
|
||||
}
|
||||
|
||||
func (cw complexityWalker) fieldComplexity(object, field string, childComplexity int, args map[string]interface{}) int {
|
||||
func (cw complexityWalker) fieldComplexity(object, field string, childComplexity int, args map[string]any) int {
|
||||
if customComplexity, ok := cw.es.Complexity(object, field, childComplexity, args); ok && customComplexity >= childComplexity {
|
||||
return customComplexity
|
||||
}
|
||||
|
4
vendor/github.com/99designs/gqlgen/graphql/any.go
generated
vendored
4
vendor/github.com/99designs/gqlgen/graphql/any.go
generated
vendored
@@ -5,7 +5,7 @@ import (
|
||||
"io"
|
||||
)
|
||||
|
||||
func MarshalAny(v interface{}) Marshaler {
|
||||
func MarshalAny(v any) Marshaler {
|
||||
return WriterFunc(func(w io.Writer) {
|
||||
err := json.NewEncoder(w).Encode(v)
|
||||
if err != nil {
|
||||
@@ -14,6 +14,6 @@ func MarshalAny(v interface{}) Marshaler {
|
||||
})
|
||||
}
|
||||
|
||||
func UnmarshalAny(v interface{}) (interface{}, error) {
|
||||
func UnmarshalAny(v any) (any, error) {
|
||||
return v, nil
|
||||
}
|
||||
|
11
vendor/github.com/99designs/gqlgen/graphql/bool.go
generated
vendored
11
vendor/github.com/99designs/gqlgen/graphql/bool.go
generated
vendored
@@ -3,20 +3,19 @@ package graphql
|
||||
import (
|
||||
"fmt"
|
||||
"io"
|
||||
"strconv"
|
||||
"strings"
|
||||
)
|
||||
|
||||
func MarshalBoolean(b bool) Marshaler {
|
||||
if b {
|
||||
return WriterFunc(func(w io.Writer) { w.Write(trueLit) })
|
||||
}
|
||||
return WriterFunc(func(w io.Writer) { w.Write(falseLit) })
|
||||
str := strconv.FormatBool(b)
|
||||
return WriterFunc(func(w io.Writer) { w.Write([]byte(str)) })
|
||||
}
|
||||
|
||||
func UnmarshalBoolean(v interface{}) (bool, error) {
|
||||
func UnmarshalBoolean(v any) (bool, error) {
|
||||
switch v := v.(type) {
|
||||
case string:
|
||||
return strings.ToLower(v) == "true", nil
|
||||
return strings.EqualFold(v, "true"), nil
|
||||
case int:
|
||||
return v != 0, nil
|
||||
case bool:
|
||||
|
14
vendor/github.com/99designs/gqlgen/graphql/cache.go
generated
vendored
14
vendor/github.com/99designs/gqlgen/graphql/cache.go
generated
vendored
@@ -5,25 +5,25 @@ import "context"
|
||||
// Cache is a shared store for APQ and query AST caching
|
||||
type Cache interface {
|
||||
// Get looks up a key's value from the cache.
|
||||
Get(ctx context.Context, key string) (value interface{}, ok bool)
|
||||
Get(ctx context.Context, key string) (value any, ok bool)
|
||||
|
||||
// Add adds a value to the cache.
|
||||
Add(ctx context.Context, key string, value interface{})
|
||||
Add(ctx context.Context, key string, value any)
|
||||
}
|
||||
|
||||
// MapCache is the simplest implementation of a cache, because it can not evict it should only be used in tests
|
||||
type MapCache map[string]interface{}
|
||||
type MapCache map[string]any
|
||||
|
||||
// Get looks up a key's value from the cache.
|
||||
func (m MapCache) Get(_ context.Context, key string) (value interface{}, ok bool) {
|
||||
func (m MapCache) Get(_ context.Context, key string) (value any, ok bool) {
|
||||
v, ok := m[key]
|
||||
return v, ok
|
||||
}
|
||||
|
||||
// Add adds a value to the cache.
|
||||
func (m MapCache) Add(_ context.Context, key string, value interface{}) { m[key] = value }
|
||||
func (m MapCache) Add(_ context.Context, key string, value any) { m[key] = value }
|
||||
|
||||
type NoCache struct{}
|
||||
|
||||
func (n NoCache) Get(_ context.Context, _ string) (value interface{}, ok bool) { return nil, false }
|
||||
func (n NoCache) Add(_ context.Context, _ string, _ interface{}) {}
|
||||
func (n NoCache) Get(_ context.Context, _ string) (value any, ok bool) { return nil, false }
|
||||
func (n NoCache) Add(_ context.Context, _ string, _ any) {}
|
||||
|
28
vendor/github.com/99designs/gqlgen/graphql/coercion.go
generated
vendored
28
vendor/github.com/99designs/gqlgen/graphql/coercion.go
generated
vendored
@@ -5,51 +5,51 @@ import (
|
||||
)
|
||||
|
||||
// CoerceList applies coercion from a single value to a list.
|
||||
func CoerceList(v interface{}) []interface{} {
|
||||
var vSlice []interface{}
|
||||
func CoerceList(v any) []any {
|
||||
var vSlice []any
|
||||
if v != nil {
|
||||
switch v := v.(type) {
|
||||
case []interface{}:
|
||||
case []any:
|
||||
// already a slice no coercion required
|
||||
vSlice = v
|
||||
case []string:
|
||||
if len(v) > 0 {
|
||||
vSlice = []interface{}{v[0]}
|
||||
vSlice = []any{v[0]}
|
||||
}
|
||||
case []json.Number:
|
||||
if len(v) > 0 {
|
||||
vSlice = []interface{}{v[0]}
|
||||
vSlice = []any{v[0]}
|
||||
}
|
||||
case []bool:
|
||||
if len(v) > 0 {
|
||||
vSlice = []interface{}{v[0]}
|
||||
vSlice = []any{v[0]}
|
||||
}
|
||||
case []map[string]interface{}:
|
||||
case []map[string]any:
|
||||
if len(v) > 0 {
|
||||
vSlice = []interface{}{v[0]}
|
||||
vSlice = []any{v[0]}
|
||||
}
|
||||
case []float64:
|
||||
if len(v) > 0 {
|
||||
vSlice = []interface{}{v[0]}
|
||||
vSlice = []any{v[0]}
|
||||
}
|
||||
case []float32:
|
||||
if len(v) > 0 {
|
||||
vSlice = []interface{}{v[0]}
|
||||
vSlice = []any{v[0]}
|
||||
}
|
||||
case []int:
|
||||
if len(v) > 0 {
|
||||
vSlice = []interface{}{v[0]}
|
||||
vSlice = []any{v[0]}
|
||||
}
|
||||
case []int32:
|
||||
if len(v) > 0 {
|
||||
vSlice = []interface{}{v[0]}
|
||||
vSlice = []any{v[0]}
|
||||
}
|
||||
case []int64:
|
||||
if len(v) > 0 {
|
||||
vSlice = []interface{}{v[0]}
|
||||
vSlice = []any{v[0]}
|
||||
}
|
||||
default:
|
||||
vSlice = []interface{}{v}
|
||||
vSlice = []any{v}
|
||||
}
|
||||
}
|
||||
return vSlice
|
||||
|
6
vendor/github.com/99designs/gqlgen/graphql/context_field.go
generated
vendored
6
vendor/github.com/99designs/gqlgen/graphql/context_field.go
generated
vendored
@@ -19,13 +19,13 @@ type FieldContext struct {
|
||||
// The name of the type this field belongs to
|
||||
Object string
|
||||
// These are the args after processing, they can be mutated in middleware to change what the resolver will get.
|
||||
Args map[string]interface{}
|
||||
Args map[string]any
|
||||
// The raw field
|
||||
Field CollectedField
|
||||
// The index of array in path.
|
||||
Index *int
|
||||
// The result object of resolver
|
||||
Result interface{}
|
||||
Result any
|
||||
// IsMethod indicates if the resolver is a method
|
||||
IsMethod bool
|
||||
// IsResolver indicates if the field has a user-specified resolver
|
||||
@@ -98,7 +98,7 @@ func WithFieldContext(ctx context.Context, rc *FieldContext) context.Context {
|
||||
return context.WithValue(ctx, resolverCtx, rc)
|
||||
}
|
||||
|
||||
func equalPath(a ast.Path, b ast.Path) bool {
|
||||
func equalPath(a, b ast.Path) bool {
|
||||
if len(a) != len(b) {
|
||||
return false
|
||||
}
|
||||
|
8
vendor/github.com/99designs/gqlgen/graphql/context_operation.go
generated
vendored
8
vendor/github.com/99designs/gqlgen/graphql/context_operation.go
generated
vendored
@@ -14,7 +14,7 @@ type RequestContext = OperationContext
|
||||
|
||||
type OperationContext struct {
|
||||
RawQuery string
|
||||
Variables map[string]interface{}
|
||||
Variables map[string]any
|
||||
OperationName string
|
||||
Doc *ast.QueryDocument
|
||||
Headers http.Header
|
||||
@@ -36,7 +36,7 @@ func (c *OperationContext) Validate(ctx context.Context) error {
|
||||
return errors.New("field 'RawQuery' is required")
|
||||
}
|
||||
if c.Variables == nil {
|
||||
c.Variables = make(map[string]interface{})
|
||||
c.Variables = make(map[string]any)
|
||||
}
|
||||
if c.ResolverMiddleware == nil {
|
||||
return errors.New("field 'ResolverMiddleware' is required")
|
||||
@@ -103,7 +103,7 @@ Next:
|
||||
|
||||
// Errorf sends an error string to the client, passing it through the formatter.
|
||||
// Deprecated: use graphql.AddErrorf(ctx, err) instead
|
||||
func (c *OperationContext) Errorf(ctx context.Context, format string, args ...interface{}) {
|
||||
func (c *OperationContext) Errorf(ctx context.Context, format string, args ...any) {
|
||||
AddErrorf(ctx, format, args...)
|
||||
}
|
||||
|
||||
@@ -120,6 +120,6 @@ func (c *OperationContext) Error(ctx context.Context, err error) {
|
||||
AddError(ctx, err)
|
||||
}
|
||||
|
||||
func (c *OperationContext) Recover(ctx context.Context, err interface{}) error {
|
||||
func (c *OperationContext) Recover(ctx context.Context, err any) error {
|
||||
return ErrorOnPath(ctx, c.RecoverFunc(ctx, err))
|
||||
}
|
||||
|
16
vendor/github.com/99designs/gqlgen/graphql/context_response.go
generated
vendored
16
vendor/github.com/99designs/gqlgen/graphql/context_response.go
generated
vendored
@@ -15,7 +15,7 @@ type responseContext struct {
|
||||
errors gqlerror.List
|
||||
errorsMu sync.Mutex
|
||||
|
||||
extensions map[string]interface{}
|
||||
extensions map[string]any
|
||||
extensionsMu sync.Mutex
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@ func WithFreshResponseContext(ctx context.Context) context.Context {
|
||||
}
|
||||
|
||||
// AddErrorf writes a formatted error to the client, first passing it through the error presenter.
|
||||
func AddErrorf(ctx context.Context, format string, args ...interface{}) {
|
||||
func AddErrorf(ctx context.Context, format string, args ...any) {
|
||||
AddError(ctx, fmt.Errorf(format, args...))
|
||||
}
|
||||
|
||||
@@ -60,7 +60,7 @@ func AddError(ctx context.Context, err error) {
|
||||
c.errors = append(c.errors, presentedError)
|
||||
}
|
||||
|
||||
func Recover(ctx context.Context, err interface{}) (userMessage error) {
|
||||
func Recover(ctx context.Context, err any) (userMessage error) {
|
||||
c := getResponseContext(ctx)
|
||||
return ErrorOnPath(ctx, c.recover(ctx, err))
|
||||
}
|
||||
@@ -125,13 +125,13 @@ func GetErrors(ctx context.Context) gqlerror.List {
|
||||
}
|
||||
|
||||
// RegisterExtension allows you to add a new extension into the graphql response
|
||||
func RegisterExtension(ctx context.Context, key string, value interface{}) {
|
||||
func RegisterExtension(ctx context.Context, key string, value any) {
|
||||
c := getResponseContext(ctx)
|
||||
c.extensionsMu.Lock()
|
||||
defer c.extensionsMu.Unlock()
|
||||
|
||||
if c.extensions == nil {
|
||||
c.extensions = make(map[string]interface{})
|
||||
c.extensions = make(map[string]any)
|
||||
}
|
||||
|
||||
if _, ok := c.extensions[key]; ok {
|
||||
@@ -142,16 +142,16 @@ func RegisterExtension(ctx context.Context, key string, value interface{}) {
|
||||
}
|
||||
|
||||
// GetExtensions returns any extensions registered in the current result context
|
||||
func GetExtensions(ctx context.Context) map[string]interface{} {
|
||||
func GetExtensions(ctx context.Context) map[string]any {
|
||||
ext := getResponseContext(ctx).extensions
|
||||
if ext == nil {
|
||||
return map[string]interface{}{}
|
||||
return map[string]any{}
|
||||
}
|
||||
|
||||
return ext
|
||||
}
|
||||
|
||||
func GetExtension(ctx context.Context, name string) interface{} {
|
||||
func GetExtension(ctx context.Context, name string) any {
|
||||
ext := getResponseContext(ctx).extensions
|
||||
if ext == nil {
|
||||
return nil
|
||||
|
6
vendor/github.com/99designs/gqlgen/graphql/duration.go
generated
vendored
6
vendor/github.com/99designs/gqlgen/graphql/duration.go
generated
vendored
@@ -1,17 +1,17 @@
|
||||
package graphql
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"errors"
|
||||
"time"
|
||||
|
||||
dur "github.com/sosodev/duration"
|
||||
)
|
||||
|
||||
// UnmarshalDuration returns the duration from a string in ISO8601 format
|
||||
func UnmarshalDuration(v interface{}) (time.Duration, error) {
|
||||
func UnmarshalDuration(v any) (time.Duration, error) {
|
||||
input, ok := v.(string)
|
||||
if !ok {
|
||||
return 0, fmt.Errorf("input must be a string")
|
||||
return 0, errors.New("input must be a string")
|
||||
}
|
||||
|
||||
d2, err := dur.Parse(input)
|
||||
|
2
vendor/github.com/99designs/gqlgen/graphql/errcode/codes.go
generated
vendored
2
vendor/github.com/99designs/gqlgen/graphql/errcode/codes.go
generated
vendored
@@ -40,7 +40,7 @@ func Set(err error, value string) {
|
||||
}
|
||||
|
||||
if gqlErr.Extensions == nil {
|
||||
gqlErr.Extensions = map[string]interface{}{}
|
||||
gqlErr.Extensions = map[string]any{}
|
||||
}
|
||||
|
||||
gqlErr.Extensions["code"] = value
|
||||
|
10
vendor/github.com/99designs/gqlgen/graphql/executable_schema.go
generated
vendored
10
vendor/github.com/99designs/gqlgen/graphql/executable_schema.go
generated
vendored
@@ -12,7 +12,7 @@ import (
|
||||
type ExecutableSchema interface {
|
||||
Schema() *ast.Schema
|
||||
|
||||
Complexity(typeName, fieldName string, childComplexity int, args map[string]interface{}) (int, bool)
|
||||
Complexity(typeName, fieldName string, childComplexity int, args map[string]any) (int, bool)
|
||||
Exec(ctx context.Context) ResponseHandler
|
||||
}
|
||||
|
||||
@@ -116,7 +116,7 @@ func instanceOf(val string, satisfies []string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func getOrCreateAndAppendField(c *[]CollectedField, name string, alias string, objectDefinition *ast.Definition, creator func() CollectedField) *CollectedField {
|
||||
func getOrCreateAndAppendField(c *[]CollectedField, name, alias string, objectDefinition *ast.Definition, creator func() CollectedField) *CollectedField {
|
||||
for i, cf := range *c {
|
||||
if cf.Name == name && cf.Alias == alias {
|
||||
if cf.ObjectDefinition == objectDefinition {
|
||||
@@ -150,7 +150,7 @@ func getOrCreateAndAppendField(c *[]CollectedField, name string, alias string, o
|
||||
return &(*c)[len(*c)-1]
|
||||
}
|
||||
|
||||
func shouldIncludeNode(directives ast.DirectiveList, variables map[string]interface{}) bool {
|
||||
func shouldIncludeNode(directives ast.DirectiveList, variables map[string]any) bool {
|
||||
if len(directives) == 0 {
|
||||
return true
|
||||
}
|
||||
@@ -168,7 +168,7 @@ func shouldIncludeNode(directives ast.DirectiveList, variables map[string]interf
|
||||
return !skip && include
|
||||
}
|
||||
|
||||
func deferrable(directives ast.DirectiveList, variables map[string]interface{}) (shouldDefer bool, label string) {
|
||||
func deferrable(directives ast.DirectiveList, variables map[string]any) (shouldDefer bool, label string) {
|
||||
d := directives.ForName("defer")
|
||||
if d == nil {
|
||||
return false, ""
|
||||
@@ -194,7 +194,7 @@ func deferrable(directives ast.DirectiveList, variables map[string]interface{})
|
||||
return shouldDefer, label
|
||||
}
|
||||
|
||||
func resolveIfArgument(d *ast.Directive, variables map[string]interface{}) bool {
|
||||
func resolveIfArgument(d *ast.Directive, variables map[string]any) bool {
|
||||
arg := d.Arguments.ForName("if")
|
||||
if arg == nil {
|
||||
panic(fmt.Sprintf("%s: argument 'if' not defined", d.Name))
|
||||
|
14
vendor/github.com/99designs/gqlgen/graphql/executable_schema_mock.go
generated
vendored
14
vendor/github.com/99designs/gqlgen/graphql/executable_schema_mock.go
generated
vendored
@@ -19,7 +19,7 @@ var _ ExecutableSchema = &ExecutableSchemaMock{}
|
||||
//
|
||||
// // make and configure a mocked ExecutableSchema
|
||||
// mockedExecutableSchema := &ExecutableSchemaMock{
|
||||
// ComplexityFunc: func(typeName string, fieldName string, childComplexity int, args map[string]interface{}) (int, bool) {
|
||||
// ComplexityFunc: func(typeName string, fieldName string, childComplexity int, args map[string]any) (int, bool) {
|
||||
// panic("mock out the Complexity method")
|
||||
// },
|
||||
// ExecFunc: func(ctx context.Context) ResponseHandler {
|
||||
@@ -36,7 +36,7 @@ var _ ExecutableSchema = &ExecutableSchemaMock{}
|
||||
// }
|
||||
type ExecutableSchemaMock struct {
|
||||
// ComplexityFunc mocks the Complexity method.
|
||||
ComplexityFunc func(typeName string, fieldName string, childComplexity int, args map[string]interface{}) (int, bool)
|
||||
ComplexityFunc func(typeName string, fieldName string, childComplexity int, args map[string]any) (int, bool)
|
||||
|
||||
// ExecFunc mocks the Exec method.
|
||||
ExecFunc func(ctx context.Context) ResponseHandler
|
||||
@@ -55,7 +55,7 @@ type ExecutableSchemaMock struct {
|
||||
// ChildComplexity is the childComplexity argument value.
|
||||
ChildComplexity int
|
||||
// Args is the args argument value.
|
||||
Args map[string]interface{}
|
||||
Args map[string]any
|
||||
}
|
||||
// Exec holds details about calls to the Exec method.
|
||||
Exec []struct {
|
||||
@@ -72,7 +72,7 @@ type ExecutableSchemaMock struct {
|
||||
}
|
||||
|
||||
// Complexity calls ComplexityFunc.
|
||||
func (mock *ExecutableSchemaMock) Complexity(typeName string, fieldName string, childComplexity int, args map[string]interface{}) (int, bool) {
|
||||
func (mock *ExecutableSchemaMock) Complexity(typeName string, fieldName string, childComplexity int, args map[string]any) (int, bool) {
|
||||
if mock.ComplexityFunc == nil {
|
||||
panic("ExecutableSchemaMock.ComplexityFunc: method is nil but ExecutableSchema.Complexity was just called")
|
||||
}
|
||||
@@ -80,7 +80,7 @@ func (mock *ExecutableSchemaMock) Complexity(typeName string, fieldName string,
|
||||
TypeName string
|
||||
FieldName string
|
||||
ChildComplexity int
|
||||
Args map[string]interface{}
|
||||
Args map[string]any
|
||||
}{
|
||||
TypeName: typeName,
|
||||
FieldName: fieldName,
|
||||
@@ -101,13 +101,13 @@ func (mock *ExecutableSchemaMock) ComplexityCalls() []struct {
|
||||
TypeName string
|
||||
FieldName string
|
||||
ChildComplexity int
|
||||
Args map[string]interface{}
|
||||
Args map[string]any
|
||||
} {
|
||||
var calls []struct {
|
||||
TypeName string
|
||||
FieldName string
|
||||
ChildComplexity int
|
||||
Args map[string]interface{}
|
||||
Args map[string]any
|
||||
}
|
||||
mock.lockComplexity.RLock()
|
||||
calls = mock.calls.Complexity
|
||||
|
13
vendor/github.com/99designs/gqlgen/graphql/executor/executor.go
generated
vendored
13
vendor/github.com/99designs/gqlgen/graphql/executor/executor.go
generated
vendored
@@ -12,6 +12,8 @@ import (
|
||||
"github.com/99designs/gqlgen/graphql/errcode"
|
||||
)
|
||||
|
||||
const parserTokenNoLimit = 0
|
||||
|
||||
// Executor executes graphql queries against a schema.
|
||||
type Executor struct {
|
||||
es graphql.ExecutableSchema
|
||||
@@ -21,6 +23,8 @@ type Executor struct {
|
||||
errorPresenter graphql.ErrorPresenterFunc
|
||||
recoverFunc graphql.RecoverFunc
|
||||
queryCache graphql.Cache
|
||||
|
||||
parserTokenLimit int
|
||||
}
|
||||
|
||||
var _ graphql.GraphExecutor = &Executor{}
|
||||
@@ -34,6 +38,7 @@ func New(es graphql.ExecutableSchema) *Executor {
|
||||
recoverFunc: graphql.DefaultRecover,
|
||||
queryCache: graphql.NoCache{},
|
||||
ext: processExtensions(nil),
|
||||
parserTokenLimit: parserTokenNoLimit,
|
||||
}
|
||||
return e
|
||||
}
|
||||
@@ -153,7 +158,7 @@ func (e *Executor) DispatchError(ctx context.Context, list gqlerror.List) *graph
|
||||
return resp
|
||||
}
|
||||
|
||||
func (e *Executor) PresentRecoveredError(ctx context.Context, err interface{}) error {
|
||||
func (e *Executor) PresentRecoveredError(ctx context.Context, err any) error {
|
||||
return e.errorPresenter(ctx, e.recoverFunc(ctx, err))
|
||||
}
|
||||
|
||||
@@ -169,6 +174,10 @@ func (e *Executor) SetRecoverFunc(f graphql.RecoverFunc) {
|
||||
e.recoverFunc = f
|
||||
}
|
||||
|
||||
func (e *Executor) SetParserTokenLimit(limit int) {
|
||||
e.parserTokenLimit = limit
|
||||
}
|
||||
|
||||
// parseQuery decodes the incoming query and validates it, pulling from cache if present.
|
||||
//
|
||||
// NOTE: This should NOT look at variables, they will change per request. It should only parse and
|
||||
@@ -189,7 +198,7 @@ func (e *Executor) parseQuery(
|
||||
return doc.(*ast.QueryDocument), nil
|
||||
}
|
||||
|
||||
doc, err := parser.ParseQuery(&ast.Source{Input: query})
|
||||
doc, err := parser.ParseQueryWithTokenLimit(&ast.Source{Input: query}, e.parserTokenLimit)
|
||||
if err != nil {
|
||||
gqlErr, ok := err.(*gqlerror.Error)
|
||||
if ok {
|
||||
|
19
vendor/github.com/99designs/gqlgen/graphql/executor/extensions.go
generated
vendored
19
vendor/github.com/99designs/gqlgen/graphql/executor/extensions.go
generated
vendored
@@ -2,6 +2,7 @@ package executor
|
||||
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
|
||||
"github.com/99designs/gqlgen/graphql"
|
||||
@@ -68,7 +69,7 @@ func processExtensions(exts []graphql.HandlerExtension) extensions {
|
||||
rootFieldMiddleware: func(ctx context.Context, next graphql.RootResolver) graphql.Marshaler {
|
||||
return next(ctx)
|
||||
},
|
||||
fieldMiddleware: func(ctx context.Context, next graphql.Resolver) (res interface{}, err error) {
|
||||
fieldMiddleware: func(ctx context.Context, next graphql.Resolver) (res any, err error) {
|
||||
return next(ctx)
|
||||
},
|
||||
}
|
||||
@@ -105,8 +106,8 @@ func processExtensions(exts []graphql.HandlerExtension) extensions {
|
||||
|
||||
if p, ok := p.(graphql.FieldInterceptor); ok {
|
||||
previous := e.fieldMiddleware
|
||||
e.fieldMiddleware = func(ctx context.Context, next graphql.Resolver) (res interface{}, err error) {
|
||||
return p.InterceptField(ctx, func(ctx context.Context) (res interface{}, err error) {
|
||||
e.fieldMiddleware = func(ctx context.Context, next graphql.Resolver) (res any, err error) {
|
||||
return p.InterceptField(ctx, func(ctx context.Context) (res any, err error) {
|
||||
return previous(ctx, next)
|
||||
})
|
||||
}
|
||||
@@ -134,7 +135,7 @@ func (r aroundOpFunc) ExtensionName() string {
|
||||
|
||||
func (r aroundOpFunc) Validate(schema graphql.ExecutableSchema) error {
|
||||
if r == nil {
|
||||
return fmt.Errorf("OperationFunc can not be nil")
|
||||
return errors.New("OperationFunc can not be nil")
|
||||
}
|
||||
return nil
|
||||
}
|
||||
@@ -151,7 +152,7 @@ func (r aroundRespFunc) ExtensionName() string {
|
||||
|
||||
func (r aroundRespFunc) Validate(schema graphql.ExecutableSchema) error {
|
||||
if r == nil {
|
||||
return fmt.Errorf("ResponseFunc can not be nil")
|
||||
return errors.New("ResponseFunc can not be nil")
|
||||
}
|
||||
return nil
|
||||
}
|
||||
@@ -160,7 +161,7 @@ func (r aroundRespFunc) InterceptResponse(ctx context.Context, next graphql.Resp
|
||||
return r(ctx, next)
|
||||
}
|
||||
|
||||
type aroundFieldFunc func(ctx context.Context, next graphql.Resolver) (res interface{}, err error)
|
||||
type aroundFieldFunc func(ctx context.Context, next graphql.Resolver) (res any, err error)
|
||||
|
||||
func (f aroundFieldFunc) ExtensionName() string {
|
||||
return "InlineFieldFunc"
|
||||
@@ -168,12 +169,12 @@ func (f aroundFieldFunc) ExtensionName() string {
|
||||
|
||||
func (f aroundFieldFunc) Validate(schema graphql.ExecutableSchema) error {
|
||||
if f == nil {
|
||||
return fmt.Errorf("FieldFunc can not be nil")
|
||||
return errors.New("FieldFunc can not be nil")
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (f aroundFieldFunc) InterceptField(ctx context.Context, next graphql.Resolver) (res interface{}, err error) {
|
||||
func (f aroundFieldFunc) InterceptField(ctx context.Context, next graphql.Resolver) (res any, err error) {
|
||||
return f(ctx, next)
|
||||
}
|
||||
|
||||
@@ -185,7 +186,7 @@ func (f aroundRootFieldFunc) ExtensionName() string {
|
||||
|
||||
func (f aroundRootFieldFunc) Validate(schema graphql.ExecutableSchema) error {
|
||||
if f == nil {
|
||||
return fmt.Errorf("RootFieldFunc can not be nil")
|
||||
return errors.New("RootFieldFunc can not be nil")
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
11
vendor/github.com/99designs/gqlgen/graphql/float.go
generated
vendored
11
vendor/github.com/99designs/gqlgen/graphql/float.go
generated
vendored
@@ -3,6 +3,7 @@ package graphql
|
||||
import (
|
||||
"context"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
"io"
|
||||
"math"
|
||||
@@ -11,11 +12,11 @@ import (
|
||||
|
||||
func MarshalFloat(f float64) Marshaler {
|
||||
return WriterFunc(func(w io.Writer) {
|
||||
io.WriteString(w, fmt.Sprintf("%g", f))
|
||||
fmt.Fprintf(w, "%g", f)
|
||||
})
|
||||
}
|
||||
|
||||
func UnmarshalFloat(v interface{}) (float64, error) {
|
||||
func UnmarshalFloat(v any) (float64, error) {
|
||||
switch v := v.(type) {
|
||||
case string:
|
||||
return strconv.ParseFloat(v, 64)
|
||||
@@ -35,13 +36,13 @@ func UnmarshalFloat(v interface{}) (float64, error) {
|
||||
func MarshalFloatContext(f float64) ContextMarshaler {
|
||||
return ContextWriterFunc(func(ctx context.Context, w io.Writer) error {
|
||||
if math.IsInf(f, 0) || math.IsNaN(f) {
|
||||
return fmt.Errorf("cannot marshal infinite no NaN float values")
|
||||
return errors.New("cannot marshal infinite no NaN float values")
|
||||
}
|
||||
io.WriteString(w, fmt.Sprintf("%g", f))
|
||||
fmt.Fprintf(w, "%g", f)
|
||||
return nil
|
||||
})
|
||||
}
|
||||
|
||||
func UnmarshalFloatContext(ctx context.Context, v interface{}) (float64, error) {
|
||||
func UnmarshalFloatContext(ctx context.Context, v any) (float64, error) {
|
||||
return UnmarshalFloat(v)
|
||||
}
|
||||
|
20
vendor/github.com/99designs/gqlgen/graphql/handler.go
generated
vendored
20
vendor/github.com/99designs/gqlgen/graphql/handler.go
generated
vendored
@@ -16,8 +16,8 @@ type (
|
||||
ResponseHandler func(ctx context.Context) *Response
|
||||
ResponseMiddleware func(ctx context.Context, next ResponseHandler) *Response
|
||||
|
||||
Resolver func(ctx context.Context) (res interface{}, err error)
|
||||
FieldMiddleware func(ctx context.Context, next Resolver) (res interface{}, err error)
|
||||
Resolver func(ctx context.Context) (res any, err error)
|
||||
FieldMiddleware func(ctx context.Context, next Resolver) (res any, err error)
|
||||
|
||||
RootResolver func(ctx context.Context) Marshaler
|
||||
RootFieldMiddleware func(ctx context.Context, next RootResolver) Marshaler
|
||||
@@ -25,8 +25,8 @@ type (
|
||||
RawParams struct {
|
||||
Query string `json:"query"`
|
||||
OperationName string `json:"operationName"`
|
||||
Variables map[string]interface{} `json:"variables"`
|
||||
Extensions map[string]interface{} `json:"extensions"`
|
||||
Variables map[string]any `json:"variables"`
|
||||
Extensions map[string]any `json:"extensions"`
|
||||
Headers http.Header `json:"headers"`
|
||||
|
||||
ReadTime TraceTiming `json:"-"`
|
||||
@@ -86,7 +86,7 @@ type (
|
||||
|
||||
// FieldInterceptor called around each field
|
||||
FieldInterceptor interface {
|
||||
InterceptField(ctx context.Context, next Resolver) (res interface{}, err error)
|
||||
InterceptField(ctx context.Context, next Resolver) (res any, err error)
|
||||
}
|
||||
|
||||
// Transport provides support for different wire level encodings of graphql requests, eg Form, Get, Post, Websocket
|
||||
@@ -103,7 +103,7 @@ func (p *RawParams) AddUpload(upload Upload, key, path string) *gqlerror.Error {
|
||||
return gqlerror.Errorf("invalid operations paths for key %s", key)
|
||||
}
|
||||
|
||||
var ptr interface{} = p.Variables
|
||||
var ptr any = p.Variables
|
||||
parts := strings.Split(path, ".")
|
||||
|
||||
// skip the first part (variables) because we started there
|
||||
@@ -114,15 +114,15 @@ func (p *RawParams) AddUpload(upload Upload, key, path string) *gqlerror.Error {
|
||||
}
|
||||
if index, parseNbrErr := strconv.Atoi(p); parseNbrErr == nil {
|
||||
if last {
|
||||
ptr.([]interface{})[index] = upload
|
||||
ptr.([]any)[index] = upload
|
||||
} else {
|
||||
ptr = ptr.([]interface{})[index]
|
||||
ptr = ptr.([]any)[index]
|
||||
}
|
||||
} else {
|
||||
if last {
|
||||
ptr.(map[string]interface{})[p] = upload
|
||||
ptr.(map[string]any)[p] = upload
|
||||
} else {
|
||||
ptr = ptr.(map[string]interface{})[p]
|
||||
ptr = ptr.(map[string]any)[p]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
4
vendor/github.com/99designs/gqlgen/graphql/handler/extension/apq.go
generated
vendored
4
vendor/github.com/99designs/gqlgen/graphql/handler/extension/apq.go
generated
vendored
@@ -4,7 +4,7 @@ import (
|
||||
"context"
|
||||
"crypto/sha256"
|
||||
"encoding/hex"
|
||||
"fmt"
|
||||
"errors"
|
||||
|
||||
"github.com/mitchellh/mapstructure"
|
||||
"github.com/vektah/gqlparser/v2/gqlerror"
|
||||
@@ -47,7 +47,7 @@ func (a AutomaticPersistedQuery) ExtensionName() string {
|
||||
|
||||
func (a AutomaticPersistedQuery) Validate(schema graphql.ExecutableSchema) error {
|
||||
if a.Cache == nil {
|
||||
return fmt.Errorf("AutomaticPersistedQuery.Cache can not be nil")
|
||||
return errors.New("AutomaticPersistedQuery.Cache can not be nil")
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
4
vendor/github.com/99designs/gqlgen/graphql/handler/extension/complexity.go
generated
vendored
4
vendor/github.com/99designs/gqlgen/graphql/handler/extension/complexity.go
generated
vendored
@@ -2,7 +2,7 @@ package extension
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"errors"
|
||||
|
||||
"github.com/vektah/gqlparser/v2/gqlerror"
|
||||
|
||||
@@ -52,7 +52,7 @@ func (c ComplexityLimit) ExtensionName() string {
|
||||
|
||||
func (c *ComplexityLimit) Validate(schema graphql.ExecutableSchema) error {
|
||||
if c.Func == nil {
|
||||
return fmt.Errorf("ComplexityLimit func can not be nil")
|
||||
return errors.New("ComplexityLimit func can not be nil")
|
||||
}
|
||||
c.es = schema
|
||||
return nil
|
||||
|
4
vendor/github.com/99designs/gqlgen/graphql/handler/lru/lru.go
generated
vendored
4
vendor/github.com/99designs/gqlgen/graphql/handler/lru/lru.go
generated
vendored
@@ -24,10 +24,10 @@ func New(size int) *LRU {
|
||||
return &LRU{cache}
|
||||
}
|
||||
|
||||
func (l LRU) Get(ctx context.Context, key string) (value interface{}, ok bool) {
|
||||
func (l LRU) Get(ctx context.Context, key string) (value any, ok bool) {
|
||||
return l.lru.Get(key)
|
||||
}
|
||||
|
||||
func (l LRU) Add(ctx context.Context, key string, value interface{}) {
|
||||
func (l LRU) Add(ctx context.Context, key string, value any) {
|
||||
l.lru.Add(key, value)
|
||||
}
|
||||
|
17
vendor/github.com/99designs/gqlgen/graphql/handler/server.go
generated
vendored
17
vendor/github.com/99designs/gqlgen/graphql/handler/server.go
generated
vendored
@@ -3,6 +3,7 @@ package handler
|
||||
import (
|
||||
"context"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
"net/http"
|
||||
"time"
|
||||
@@ -66,6 +67,10 @@ func (s *Server) SetQueryCache(cache graphql.Cache) {
|
||||
s.exec.SetQueryCache(cache)
|
||||
}
|
||||
|
||||
func (s *Server) SetParserTokenLimit(limit int) {
|
||||
s.exec.SetParserTokenLimit(limit)
|
||||
}
|
||||
|
||||
func (s *Server) Use(extension graphql.HandlerExtension) {
|
||||
s.exec.Use(extension)
|
||||
}
|
||||
@@ -131,7 +136,7 @@ func sendError(w http.ResponseWriter, code int, errors ...*gqlerror.Error) {
|
||||
_, _ = w.Write(b)
|
||||
}
|
||||
|
||||
func sendErrorf(w http.ResponseWriter, code int, format string, args ...interface{}) {
|
||||
func sendErrorf(w http.ResponseWriter, code int, format string, args ...any) {
|
||||
sendError(w, code, &gqlerror.Error{Message: fmt.Sprintf(format, args...)})
|
||||
}
|
||||
|
||||
@@ -143,7 +148,7 @@ func (r OperationFunc) ExtensionName() string {
|
||||
|
||||
func (r OperationFunc) Validate(schema graphql.ExecutableSchema) error {
|
||||
if r == nil {
|
||||
return fmt.Errorf("OperationFunc can not be nil")
|
||||
return errors.New("OperationFunc can not be nil")
|
||||
}
|
||||
return nil
|
||||
}
|
||||
@@ -160,7 +165,7 @@ func (r ResponseFunc) ExtensionName() string {
|
||||
|
||||
func (r ResponseFunc) Validate(schema graphql.ExecutableSchema) error {
|
||||
if r == nil {
|
||||
return fmt.Errorf("ResponseFunc can not be nil")
|
||||
return errors.New("ResponseFunc can not be nil")
|
||||
}
|
||||
return nil
|
||||
}
|
||||
@@ -169,7 +174,7 @@ func (r ResponseFunc) InterceptResponse(ctx context.Context, next graphql.Respon
|
||||
return r(ctx, next)
|
||||
}
|
||||
|
||||
type FieldFunc func(ctx context.Context, next graphql.Resolver) (res interface{}, err error)
|
||||
type FieldFunc func(ctx context.Context, next graphql.Resolver) (res any, err error)
|
||||
|
||||
func (f FieldFunc) ExtensionName() string {
|
||||
return "InlineFieldFunc"
|
||||
@@ -177,11 +182,11 @@ func (f FieldFunc) ExtensionName() string {
|
||||
|
||||
func (f FieldFunc) Validate(schema graphql.ExecutableSchema) error {
|
||||
if f == nil {
|
||||
return fmt.Errorf("FieldFunc can not be nil")
|
||||
return errors.New("FieldFunc can not be nil")
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (f FieldFunc) InterceptField(ctx context.Context, next graphql.Resolver) (res interface{}, err error) {
|
||||
func (f FieldFunc) InterceptField(ctx context.Context, next graphql.Resolver) (res any, err error) {
|
||||
return f(ctx, next)
|
||||
}
|
||||
|
2
vendor/github.com/99designs/gqlgen/graphql/handler/transport/error.go
generated
vendored
2
vendor/github.com/99designs/gqlgen/graphql/handler/transport/error.go
generated
vendored
@@ -22,6 +22,6 @@ func SendError(w http.ResponseWriter, code int, errors ...*gqlerror.Error) {
|
||||
}
|
||||
|
||||
// SendErrorf wraps SendError to add formatted messages
|
||||
func SendErrorf(w http.ResponseWriter, code int, format string, args ...interface{}) {
|
||||
func SendErrorf(w http.ResponseWriter, code int, format string, args ...any) {
|
||||
SendError(w, code, &gqlerror.Error{Message: fmt.Sprintf(format, args...)})
|
||||
}
|
||||
|
8
vendor/github.com/99designs/gqlgen/graphql/handler/transport/http_form_urlencoded.go
generated
vendored
8
vendor/github.com/99designs/gqlgen/graphql/handler/transport/http_form_urlencoded.go
generated
vendored
@@ -63,10 +63,10 @@ func (h UrlEncodedForm) Do(w http.ResponseWriter, r *http.Request, exec graphql.
|
||||
return
|
||||
}
|
||||
|
||||
rc, OpErr := exec.CreateOperationContext(ctx, params)
|
||||
if OpErr != nil {
|
||||
w.WriteHeader(statusFor(OpErr))
|
||||
resp := exec.DispatchError(graphql.WithOperationContext(ctx, rc), OpErr)
|
||||
rc, opErr := exec.CreateOperationContext(ctx, params)
|
||||
if opErr != nil {
|
||||
w.WriteHeader(statusFor(opErr))
|
||||
resp := exec.DispatchError(graphql.WithOperationContext(ctx, rc), opErr)
|
||||
writeJson(w, resp)
|
||||
return
|
||||
}
|
||||
|
2
vendor/github.com/99designs/gqlgen/graphql/handler/transport/http_get.go
generated
vendored
2
vendor/github.com/99designs/gqlgen/graphql/handler/transport/http_get.go
generated
vendored
@@ -84,7 +84,7 @@ func (h GET) Do(w http.ResponseWriter, r *http.Request, exec graphql.GraphExecut
|
||||
writeJson(w, responses(ctx))
|
||||
}
|
||||
|
||||
func jsonDecode(r io.Reader, val interface{}) error {
|
||||
func jsonDecode(r io.Reader, val any) error {
|
||||
dec := json.NewDecoder(r)
|
||||
dec.UseNumber()
|
||||
return dec.Decode(val)
|
||||
|
8
vendor/github.com/99designs/gqlgen/graphql/handler/transport/http_graphql.go
generated
vendored
8
vendor/github.com/99designs/gqlgen/graphql/handler/transport/http_graphql.go
generated
vendored
@@ -64,10 +64,10 @@ func (h GRAPHQL) Do(w http.ResponseWriter, r *http.Request, exec graphql.GraphEx
|
||||
return
|
||||
}
|
||||
|
||||
rc, OpErr := exec.CreateOperationContext(ctx, params)
|
||||
if OpErr != nil {
|
||||
w.WriteHeader(statusFor(OpErr))
|
||||
resp := exec.DispatchError(graphql.WithOperationContext(ctx, rc), OpErr)
|
||||
rc, opErr := exec.CreateOperationContext(ctx, params)
|
||||
if opErr != nil {
|
||||
w.WriteHeader(statusFor(opErr))
|
||||
resp := exec.DispatchError(graphql.WithOperationContext(ctx, rc), opErr)
|
||||
writeJson(w, resp)
|
||||
return
|
||||
}
|
||||
|
8
vendor/github.com/99designs/gqlgen/graphql/handler/transport/http_post.go
generated
vendored
8
vendor/github.com/99designs/gqlgen/graphql/handler/transport/http_post.go
generated
vendored
@@ -78,10 +78,10 @@ func (h POST) Do(w http.ResponseWriter, r *http.Request, exec graphql.GraphExecu
|
||||
return
|
||||
}
|
||||
|
||||
rc, OpErr := exec.CreateOperationContext(ctx, params)
|
||||
if OpErr != nil {
|
||||
w.WriteHeader(statusFor(OpErr))
|
||||
resp := exec.DispatchError(graphql.WithOperationContext(ctx, rc), OpErr)
|
||||
rc, opErr := exec.CreateOperationContext(ctx, params)
|
||||
if opErr != nil {
|
||||
w.WriteHeader(statusFor(opErr))
|
||||
resp := exec.DispatchError(graphql.WithOperationContext(ctx, rc), opErr)
|
||||
writeJson(w, resp)
|
||||
return
|
||||
}
|
||||
|
2
vendor/github.com/99designs/gqlgen/graphql/handler/transport/util.go
generated
vendored
2
vendor/github.com/99designs/gqlgen/graphql/handler/transport/util.go
generated
vendored
@@ -22,7 +22,7 @@ func writeJsonError(w io.Writer, msg string) {
|
||||
writeJson(w, &graphql.Response{Errors: gqlerror.List{{Message: msg}}})
|
||||
}
|
||||
|
||||
func writeJsonErrorf(w io.Writer, format string, args ...interface{}) {
|
||||
func writeJsonErrorf(w io.Writer, format string, args ...any) {
|
||||
writeJson(w, &graphql.Response{Errors: gqlerror.List{{Message: fmt.Sprintf(format, args...)}}})
|
||||
}
|
||||
|
||||
|
4
vendor/github.com/99designs/gqlgen/graphql/handler/transport/websocket.go
generated
vendored
4
vendor/github.com/99designs/gqlgen/graphql/handler/transport/websocket.go
generated
vendored
@@ -193,7 +193,7 @@ func (c *wsConnection) init() bool {
|
||||
}
|
||||
}
|
||||
|
||||
var initAckPayload *InitPayload = nil
|
||||
var initAckPayload *InitPayload
|
||||
if c.InitFunc != nil {
|
||||
var ctx context.Context
|
||||
ctx, initAckPayload, err = c.InitFunc(c.ctx, c.initPayload)
|
||||
@@ -480,7 +480,7 @@ func (c *wsConnection) sendError(id string, errors ...*gqlerror.Error) {
|
||||
c.write(&message{t: errorMessageType, id: id, payload: b})
|
||||
}
|
||||
|
||||
func (c *wsConnection) sendConnectionError(format string, args ...interface{}) {
|
||||
func (c *wsConnection) sendConnectionError(format string, args ...any) {
|
||||
b, err := json.Marshal(&gqlerror.Error{Message: fmt.Sprintf(format, args...)})
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
2
vendor/github.com/99designs/gqlgen/graphql/handler/transport/websocket_init.go
generated
vendored
2
vendor/github.com/99designs/gqlgen/graphql/handler/transport/websocket_init.go
generated
vendored
@@ -10,7 +10,7 @@ const (
|
||||
|
||||
// InitPayload is a structure that is parsed from the websocket init message payload. TO use
|
||||
// request headers for non-websocket, instead wrap the graphql handler in a middleware.
|
||||
type InitPayload map[string]interface{}
|
||||
type InitPayload map[string]any
|
||||
|
||||
// GetString safely gets a string value from the payload. It returns an empty string if the
|
||||
// payload is nil or the value isn't set.
|
||||
|
14
vendor/github.com/99designs/gqlgen/graphql/id.go
generated
vendored
14
vendor/github.com/99designs/gqlgen/graphql/id.go
generated
vendored
@@ -11,7 +11,7 @@ func MarshalID(s string) Marshaler {
|
||||
return MarshalString(s)
|
||||
}
|
||||
|
||||
func UnmarshalID(v interface{}) (string, error) {
|
||||
func UnmarshalID(v any) (string, error) {
|
||||
switch v := v.(type) {
|
||||
case string:
|
||||
return v, nil
|
||||
@@ -22,13 +22,9 @@ func UnmarshalID(v interface{}) (string, error) {
|
||||
case int64:
|
||||
return strconv.FormatInt(v, 10), nil
|
||||
case float64:
|
||||
return fmt.Sprintf("%f", v), nil
|
||||
return strconv.FormatFloat(v, 'f', 6, 64), nil
|
||||
case bool:
|
||||
if v {
|
||||
return "true", nil
|
||||
} else {
|
||||
return "false", nil
|
||||
}
|
||||
return strconv.FormatBool(v), nil
|
||||
case nil:
|
||||
return "null", nil
|
||||
default:
|
||||
@@ -42,7 +38,7 @@ func MarshalIntID(i int) Marshaler {
|
||||
})
|
||||
}
|
||||
|
||||
func UnmarshalIntID(v interface{}) (int, error) {
|
||||
func UnmarshalIntID(v any) (int, error) {
|
||||
switch v := v.(type) {
|
||||
case string:
|
||||
return strconv.Atoi(v)
|
||||
@@ -63,7 +59,7 @@ func MarshalUintID(i uint) Marshaler {
|
||||
})
|
||||
}
|
||||
|
||||
func UnmarshalUintID(v interface{}) (uint, error) {
|
||||
func UnmarshalUintID(v any) (uint, error) {
|
||||
switch v := v.(type) {
|
||||
case string:
|
||||
result, err := strconv.ParseUint(v, 10, 64)
|
||||
|
4
vendor/github.com/99designs/gqlgen/graphql/input.go
generated
vendored
4
vendor/github.com/99designs/gqlgen/graphql/input.go
generated
vendored
@@ -10,7 +10,7 @@ const unmarshalInputCtx key = "unmarshal_input_context"
|
||||
|
||||
// BuildUnmarshalerMap returns a map of unmarshal functions of the ExecutableContext
|
||||
// to use with the WithUnmarshalerMap function.
|
||||
func BuildUnmarshalerMap(unmarshaler ...interface{}) map[reflect.Type]reflect.Value {
|
||||
func BuildUnmarshalerMap(unmarshaler ...any) map[reflect.Type]reflect.Value {
|
||||
maps := make(map[reflect.Type]reflect.Value)
|
||||
for _, v := range unmarshaler {
|
||||
ft := reflect.TypeOf(v)
|
||||
@@ -28,7 +28,7 @@ func WithUnmarshalerMap(ctx context.Context, maps map[reflect.Type]reflect.Value
|
||||
}
|
||||
|
||||
// UnmarshalInputFromContext allows unmarshaling input object from a context.
|
||||
func UnmarshalInputFromContext(ctx context.Context, raw, v interface{}) error {
|
||||
func UnmarshalInputFromContext(ctx context.Context, raw, v any) error {
|
||||
m, ok := ctx.Value(unmarshalInputCtx).(map[reflect.Type]reflect.Value)
|
||||
if m == nil || !ok {
|
||||
return errors.New("graphql: the input context is empty")
|
||||
|
6
vendor/github.com/99designs/gqlgen/graphql/int.go
generated
vendored
6
vendor/github.com/99designs/gqlgen/graphql/int.go
generated
vendored
@@ -13,7 +13,7 @@ func MarshalInt(i int) Marshaler {
|
||||
})
|
||||
}
|
||||
|
||||
func UnmarshalInt(v interface{}) (int, error) {
|
||||
func UnmarshalInt(v any) (int, error) {
|
||||
switch v := v.(type) {
|
||||
case string:
|
||||
return strconv.Atoi(v)
|
||||
@@ -34,7 +34,7 @@ func MarshalInt64(i int64) Marshaler {
|
||||
})
|
||||
}
|
||||
|
||||
func UnmarshalInt64(v interface{}) (int64, error) {
|
||||
func UnmarshalInt64(v any) (int64, error) {
|
||||
switch v := v.(type) {
|
||||
case string:
|
||||
return strconv.ParseInt(v, 10, 64)
|
||||
@@ -55,7 +55,7 @@ func MarshalInt32(i int32) Marshaler {
|
||||
})
|
||||
}
|
||||
|
||||
func UnmarshalInt32(v interface{}) (int32, error) {
|
||||
func UnmarshalInt32(v any) (int32, error) {
|
||||
switch v := v.(type) {
|
||||
case string:
|
||||
iv, err := strconv.ParseInt(v, 10, 32)
|
||||
|
4
vendor/github.com/99designs/gqlgen/graphql/jsonw.go
generated
vendored
4
vendor/github.com/99designs/gqlgen/graphql/jsonw.go
generated
vendored
@@ -28,7 +28,7 @@ type Marshaler interface {
|
||||
}
|
||||
|
||||
type Unmarshaler interface {
|
||||
UnmarshalGQL(v interface{}) error
|
||||
UnmarshalGQL(v any) error
|
||||
}
|
||||
|
||||
type ContextMarshaler interface {
|
||||
@@ -36,7 +36,7 @@ type ContextMarshaler interface {
|
||||
}
|
||||
|
||||
type ContextUnmarshaler interface {
|
||||
UnmarshalGQLContext(ctx context.Context, v interface{}) error
|
||||
UnmarshalGQLContext(ctx context.Context, v any) error
|
||||
}
|
||||
|
||||
type contextMarshalerAdapter struct {
|
||||
|
2
vendor/github.com/99designs/gqlgen/graphql/playground/altair_playground.go
generated
vendored
2
vendor/github.com/99designs/gqlgen/graphql/playground/altair_playground.go
generated
vendored
@@ -66,7 +66,7 @@ var altairPage = template.Must(template.New("altair").Parse(`<!doctype html>
|
||||
// AltairHandler responsible for setting up the altair playground
|
||||
func AltairHandler(title, endpoint string) http.HandlerFunc {
|
||||
return func(w http.ResponseWriter, r *http.Request) {
|
||||
err := altairPage.Execute(w, map[string]interface{}{
|
||||
err := altairPage.Execute(w, map[string]any{
|
||||
"title": title,
|
||||
"endpoint": endpoint,
|
||||
"endpointIsAbsolute": endpointHasScheme(endpoint),
|
||||
|
2
vendor/github.com/99designs/gqlgen/graphql/playground/apollo_sandbox_playground.go
generated
vendored
2
vendor/github.com/99designs/gqlgen/graphql/playground/apollo_sandbox_playground.go
generated
vendored
@@ -64,7 +64,7 @@ func ApolloSandboxHandler(title, endpoint string, opts ...ApolloSandboxOption) h
|
||||
}
|
||||
|
||||
return func(w http.ResponseWriter, r *http.Request) {
|
||||
err := apolloSandboxPage.Execute(w, map[string]interface{}{
|
||||
err := apolloSandboxPage.Execute(w, map[string]any{
|
||||
"title": title,
|
||||
"endpoint": endpoint,
|
||||
"endpointIsAbsolute": endpointHasScheme(endpoint),
|
||||
|
6
vendor/github.com/99designs/gqlgen/graphql/playground/playground.go
generated
vendored
6
vendor/github.com/99designs/gqlgen/graphql/playground/playground.go
generated
vendored
@@ -85,17 +85,17 @@ var page = template.Must(template.New("graphiql").Parse(`<!DOCTYPE html>
|
||||
`))
|
||||
|
||||
// Handler responsible for setting up the playground
|
||||
func Handler(title string, endpoint string) http.HandlerFunc {
|
||||
func Handler(title, endpoint string) http.HandlerFunc {
|
||||
return HandlerWithHeaders(title, endpoint, nil, nil)
|
||||
}
|
||||
|
||||
// HandlerWithHeaders sets up the playground.
|
||||
// fetcherHeaders are used by the playground's fetcher instance and will not be visible in the UI.
|
||||
// uiHeaders are default headers that will show up in the UI headers editor.
|
||||
func HandlerWithHeaders(title string, endpoint string, fetcherHeaders map[string]string, uiHeaders map[string]string) http.HandlerFunc {
|
||||
func HandlerWithHeaders(title, endpoint string, fetcherHeaders, uiHeaders map[string]string) http.HandlerFunc {
|
||||
return func(w http.ResponseWriter, r *http.Request) {
|
||||
w.Header().Add("Content-Type", "text/html; charset=UTF-8")
|
||||
err := page.Execute(w, map[string]interface{}{
|
||||
err := page.Execute(w, map[string]any{
|
||||
"title": title,
|
||||
"endpoint": endpoint,
|
||||
"fetcherHeaders": fetcherHeaders,
|
||||
|
4
vendor/github.com/99designs/gqlgen/graphql/recovery.go
generated
vendored
4
vendor/github.com/99designs/gqlgen/graphql/recovery.go
generated
vendored
@@ -9,9 +9,9 @@ import (
|
||||
"github.com/vektah/gqlparser/v2/gqlerror"
|
||||
)
|
||||
|
||||
type RecoverFunc func(ctx context.Context, err interface{}) (userMessage error)
|
||||
type RecoverFunc func(ctx context.Context, err any) (userMessage error)
|
||||
|
||||
func DefaultRecover(ctx context.Context, err interface{}) error {
|
||||
func DefaultRecover(ctx context.Context, err any) error {
|
||||
fmt.Fprintln(os.Stderr, err)
|
||||
fmt.Fprintln(os.Stderr)
|
||||
debug.PrintStack()
|
||||
|
4
vendor/github.com/99designs/gqlgen/graphql/response.go
generated
vendored
4
vendor/github.com/99designs/gqlgen/graphql/response.go
generated
vendored
@@ -18,10 +18,10 @@ type Response struct {
|
||||
Label string `json:"label,omitempty"`
|
||||
Path ast.Path `json:"path,omitempty"`
|
||||
HasNext *bool `json:"hasNext,omitempty"`
|
||||
Extensions map[string]interface{} `json:"extensions,omitempty"`
|
||||
Extensions map[string]any `json:"extensions,omitempty"`
|
||||
}
|
||||
|
||||
func ErrorResponse(ctx context.Context, messagef string, args ...interface{}) *Response {
|
||||
func ErrorResponse(ctx context.Context, messagef string, args ...any) *Response {
|
||||
return &Response{
|
||||
Errors: gqlerror.List{{Message: fmt.Sprintf(messagef, args...)}},
|
||||
}
|
||||
|
8
vendor/github.com/99designs/gqlgen/graphql/stats.go
generated
vendored
8
vendor/github.com/99designs/gqlgen/graphql/stats.go
generated
vendored
@@ -14,7 +14,7 @@ type Stats struct {
|
||||
|
||||
// Stats collected by handler extensions. Don't use directly, the extension should provide a type safe way to
|
||||
// access this.
|
||||
extension map[string]interface{}
|
||||
extension map[string]any
|
||||
}
|
||||
|
||||
type TraceTiming struct {
|
||||
@@ -42,14 +42,14 @@ func GetStartTime(ctx context.Context) time.Time {
|
||||
return t
|
||||
}
|
||||
|
||||
func (c *Stats) SetExtension(name string, data interface{}) {
|
||||
func (c *Stats) SetExtension(name string, data any) {
|
||||
if c.extension == nil {
|
||||
c.extension = map[string]interface{}{}
|
||||
c.extension = map[string]any{}
|
||||
}
|
||||
c.extension[name] = data
|
||||
}
|
||||
|
||||
func (c *Stats) GetExtension(name string) interface{} {
|
||||
func (c *Stats) GetExtension(name string) any {
|
||||
if c.extension == nil {
|
||||
return nil
|
||||
}
|
||||
|
8
vendor/github.com/99designs/gqlgen/graphql/string.go
generated
vendored
8
vendor/github.com/99designs/gqlgen/graphql/string.go
generated
vendored
@@ -47,7 +47,7 @@ func writeQuotedString(w io.Writer, s string) {
|
||||
io.WriteString(w, `"`)
|
||||
}
|
||||
|
||||
func UnmarshalString(v interface{}) (string, error) {
|
||||
func UnmarshalString(v any) (string, error) {
|
||||
switch v := v.(type) {
|
||||
case string:
|
||||
return v, nil
|
||||
@@ -60,11 +60,7 @@ func UnmarshalString(v interface{}) (string, error) {
|
||||
case json.Number:
|
||||
return string(v), nil
|
||||
case bool:
|
||||
if v {
|
||||
return "true", nil
|
||||
} else {
|
||||
return "false", nil
|
||||
}
|
||||
return strconv.FormatBool(v), nil
|
||||
case nil:
|
||||
return "null", nil
|
||||
default:
|
||||
|
2
vendor/github.com/99designs/gqlgen/graphql/time.go
generated
vendored
2
vendor/github.com/99designs/gqlgen/graphql/time.go
generated
vendored
@@ -17,7 +17,7 @@ func MarshalTime(t time.Time) Marshaler {
|
||||
})
|
||||
}
|
||||
|
||||
func UnmarshalTime(v interface{}) (time.Time, error) {
|
||||
func UnmarshalTime(v any) (time.Time, error) {
|
||||
if tmpStr, ok := v.(string); ok {
|
||||
return time.Parse(time.RFC3339Nano, tmpStr)
|
||||
}
|
||||
|
6
vendor/github.com/99designs/gqlgen/graphql/uint.go
generated
vendored
6
vendor/github.com/99designs/gqlgen/graphql/uint.go
generated
vendored
@@ -14,7 +14,7 @@ func MarshalUint(i uint) Marshaler {
|
||||
})
|
||||
}
|
||||
|
||||
func UnmarshalUint(v interface{}) (uint, error) {
|
||||
func UnmarshalUint(v any) (uint, error) {
|
||||
switch v := v.(type) {
|
||||
case string:
|
||||
u64, err := strconv.ParseUint(v, 10, 64)
|
||||
@@ -45,7 +45,7 @@ func MarshalUint64(i uint64) Marshaler {
|
||||
})
|
||||
}
|
||||
|
||||
func UnmarshalUint64(v interface{}) (uint64, error) {
|
||||
func UnmarshalUint64(v any) (uint64, error) {
|
||||
switch v := v.(type) {
|
||||
case string:
|
||||
return strconv.ParseUint(v, 10, 64)
|
||||
@@ -74,7 +74,7 @@ func MarshalUint32(i uint32) Marshaler {
|
||||
})
|
||||
}
|
||||
|
||||
func UnmarshalUint32(v interface{}) (uint32, error) {
|
||||
func UnmarshalUint32(v any) (uint32, error) {
|
||||
switch v := v.(type) {
|
||||
case string:
|
||||
iv, err := strconv.ParseUint(v, 10, 32)
|
||||
|
2
vendor/github.com/99designs/gqlgen/graphql/upload.go
generated
vendored
2
vendor/github.com/99designs/gqlgen/graphql/upload.go
generated
vendored
@@ -18,7 +18,7 @@ func MarshalUpload(f Upload) Marshaler {
|
||||
})
|
||||
}
|
||||
|
||||
func UnmarshalUpload(v interface{}) (Upload, error) {
|
||||
func UnmarshalUpload(v any) (Upload, error) {
|
||||
upload, ok := v.(Upload)
|
||||
if !ok {
|
||||
return Upload{}, fmt.Errorf("%T is not an Upload", v)
|
||||
|
2
vendor/github.com/99designs/gqlgen/graphql/version.go
generated
vendored
2
vendor/github.com/99designs/gqlgen/graphql/version.go
generated
vendored
@@ -1,3 +1,3 @@
|
||||
package graphql
|
||||
|
||||
const Version = "v0.17.47"
|
||||
const Version = "v0.17.49"
|
||||
|
5
vendor/github.com/99designs/gqlgen/internal/code/compare.go
generated
vendored
5
vendor/github.com/99designs/gqlgen/internal/code/compare.go
generated
vendored
@@ -1,6 +1,7 @@
|
||||
package code
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"go/types"
|
||||
)
|
||||
@@ -32,7 +33,7 @@ func CompatibleTypes(expected, actual types.Type) error {
|
||||
case *types.Array:
|
||||
if actual, ok := actual.(*types.Array); ok {
|
||||
if expected.Len() != actual.Len() {
|
||||
return fmt.Errorf("array length differs")
|
||||
return errors.New("array length differs")
|
||||
}
|
||||
|
||||
return CompatibleTypes(expected.Elem(), actual.Elem())
|
||||
@@ -50,7 +51,7 @@ func CompatibleTypes(expected, actual types.Type) error {
|
||||
case *types.Struct:
|
||||
if actual, ok := actual.(*types.Struct); ok {
|
||||
if expected.NumFields() != actual.NumFields() {
|
||||
return fmt.Errorf("number of struct fields differ")
|
||||
return errors.New("number of struct fields differ")
|
||||
}
|
||||
|
||||
for i := 0; i < expected.NumFields(); i++ {
|
||||
|
8
vendor/github.com/99designs/gqlgen/internal/code/imports.go
generated
vendored
8
vendor/github.com/99designs/gqlgen/internal/code/imports.go
generated
vendored
@@ -102,11 +102,12 @@ func goModuleRoot(dir string) (string, bool) {
|
||||
// go.mod is not found in the tree, so the same sentinel value fits all the directories in a tree
|
||||
goModuleRootCache[d] = result
|
||||
} else {
|
||||
if relPath, err := filepath.Rel(result.goModPath, d); err != nil {
|
||||
relPath, err := filepath.Rel(result.goModPath, d)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
} else {
|
||||
}
|
||||
path := result.moduleName
|
||||
relPath := filepath.ToSlash(relPath)
|
||||
relPath = filepath.ToSlash(relPath)
|
||||
if !strings.HasSuffix(relPath, "/") {
|
||||
path += "/"
|
||||
}
|
||||
@@ -119,7 +120,6 @@ func goModuleRoot(dir string) (string, bool) {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
res := goModuleRootCache[dir]
|
||||
if res.moduleName == "" {
|
||||
|
11
vendor/github.com/99designs/gqlgen/main.go
generated
vendored
11
vendor/github.com/99designs/gqlgen/main.go
generated
vendored
@@ -104,13 +104,13 @@ var initCmd = &cli.Command{
|
||||
}
|
||||
pkgName := code.ImportPathForDir(cwd)
|
||||
if pkgName == "" {
|
||||
return fmt.Errorf(
|
||||
return errors.New(
|
||||
"unable to determine import path for current directory, you probably need to run 'go mod init' first",
|
||||
)
|
||||
}
|
||||
modRoot := findModuleRoot(cwd)
|
||||
if modRoot == "" {
|
||||
return fmt.Errorf("go.mod is missing. Please, do 'go mod init' first\n")
|
||||
return errors.New("go.mod is missing. Please, do 'go mod init' first\n")
|
||||
}
|
||||
|
||||
// check schema and config don't already exist
|
||||
@@ -121,7 +121,7 @@ var initCmd = &cli.Command{
|
||||
}
|
||||
_, err = config.LoadConfigFromDefaultLocations()
|
||||
if err == nil {
|
||||
return fmt.Errorf("gqlgen.yml already exists in a parent directory\n")
|
||||
return errors.New("gqlgen.yml already exists in a parent directory\n")
|
||||
}
|
||||
|
||||
// create config
|
||||
@@ -187,10 +187,7 @@ var generateCmd = &cli.Command{
|
||||
}
|
||||
}
|
||||
|
||||
if err = api.Generate(cfg); err != nil {
|
||||
return err
|
||||
}
|
||||
return nil
|
||||
return api.Generate(cfg)
|
||||
},
|
||||
}
|
||||
|
||||
|
64
vendor/github.com/99designs/gqlgen/plugin/modelgen/models.go
generated
vendored
64
vendor/github.com/99designs/gqlgen/plugin/modelgen/models.go
generated
vendored
@@ -292,7 +292,7 @@ func (m *Plugin) MutateConfig(cfg *config.Config) error {
|
||||
getter += "\treturn interfaceSlice\n"
|
||||
getter += "}"
|
||||
return getter
|
||||
} else {
|
||||
}
|
||||
getter := fmt.Sprintf("func (this %s) Get%s() %s { return ", templates.ToGo(model.Name), field.GoName, goType)
|
||||
|
||||
if interfaceFieldTypeIsPointer && !structFieldTypeIsPointer {
|
||||
@@ -304,7 +304,6 @@ func (m *Plugin) MutateConfig(cfg *config.Config) error {
|
||||
getter += fmt.Sprintf("this.%s }", field.GoName)
|
||||
return getter
|
||||
}
|
||||
}
|
||||
funcMap := template.FuncMap{
|
||||
"getInterfaceByName": getInterfaceByName,
|
||||
"generateGetter": generateGetter,
|
||||
@@ -446,11 +445,22 @@ func (m *Plugin) generateFields(cfg *config.Config, schemaType *ast.Definition)
|
||||
fields = append(fields, f)
|
||||
}
|
||||
|
||||
// appending extra fields at the end of the fields list.
|
||||
modelcfg := cfg.Models[schemaType.Name]
|
||||
if len(modelcfg.ExtraFields) > 0 {
|
||||
ff := make([]*Field, 0, len(modelcfg.ExtraFields))
|
||||
for fname, fspec := range modelcfg.ExtraFields {
|
||||
fields = append(fields, getExtraFields(cfg, schemaType.Name)...)
|
||||
|
||||
return fields, nil
|
||||
}
|
||||
|
||||
func getExtraFields(cfg *config.Config, modelName string) []*Field {
|
||||
modelcfg := cfg.Models[modelName]
|
||||
|
||||
extraFieldsCount := len(modelcfg.ExtraFields) + len(modelcfg.EmbedExtraFields)
|
||||
if extraFieldsCount == 0 {
|
||||
return nil
|
||||
}
|
||||
|
||||
extraFields := make([]*Field, 0, extraFieldsCount)
|
||||
|
||||
makeExtraField := func(fname string, fspec config.ModelExtraField) *Field {
|
||||
ftype := buildType(fspec.Type)
|
||||
|
||||
tag := `json:"-"`
|
||||
@@ -458,24 +468,44 @@ func (m *Plugin) generateFields(cfg *config.Config, schemaType *ast.Definition)
|
||||
tag = fspec.OverrideTags
|
||||
}
|
||||
|
||||
ff = append(ff,
|
||||
&Field{
|
||||
return &Field{
|
||||
Name: fname,
|
||||
GoName: fname,
|
||||
Type: ftype,
|
||||
Description: fspec.Description,
|
||||
Tag: tag,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
sort.Slice(ff, func(i, j int) bool {
|
||||
return ff[i].Name < ff[j].Name
|
||||
})
|
||||
|
||||
fields = append(fields, ff...)
|
||||
if len(modelcfg.ExtraFields) > 0 {
|
||||
for fname, fspec := range modelcfg.ExtraFields {
|
||||
extraFields = append(extraFields, makeExtraField(fname, fspec))
|
||||
}
|
||||
}
|
||||
|
||||
return fields, nil
|
||||
if len(modelcfg.EmbedExtraFields) > 0 {
|
||||
for _, fspec := range modelcfg.EmbedExtraFields {
|
||||
extraFields = append(extraFields, makeExtraField("", fspec))
|
||||
}
|
||||
}
|
||||
|
||||
sort.Slice(extraFields, func(i, j int) bool {
|
||||
if extraFields[i].Name == "" && extraFields[j].Name == "" {
|
||||
return extraFields[i].Type.String() < extraFields[j].Type.String()
|
||||
}
|
||||
|
||||
if extraFields[i].Name == "" {
|
||||
return false
|
||||
}
|
||||
|
||||
if extraFields[j].Name == "" {
|
||||
return true
|
||||
}
|
||||
|
||||
return extraFields[i].Name < extraFields[j].Name
|
||||
})
|
||||
|
||||
return extraFields
|
||||
}
|
||||
|
||||
func getStructTagFromField(cfg *config.Config, field *ast.FieldDefinition) string {
|
||||
@@ -591,7 +621,7 @@ func removeDuplicateTags(t string) string {
|
||||
key := kv[0]
|
||||
value := strings.Join(kv[1:], ":")
|
||||
processed[key] = true
|
||||
if len(returnTags) > 0 {
|
||||
if returnTags != "" {
|
||||
returnTags = " " + returnTags
|
||||
}
|
||||
|
||||
|
4
vendor/github.com/99designs/gqlgen/plugin/resolvergen/resolver.go
generated
vendored
4
vendor/github.com/99designs/gqlgen/plugin/resolvergen/resolver.go
generated
vendored
@@ -138,7 +138,7 @@ func (m *Plugin) generatePerSchema(data *codegen.Data) error {
|
||||
continue
|
||||
}
|
||||
if implExists {
|
||||
return fmt.Errorf("multiple plugins implement ResolverImplementer")
|
||||
return errors.New("multiple plugins implement ResolverImplementer")
|
||||
}
|
||||
implExists = true
|
||||
resolver.ImplementationRender = rImpl.Implement
|
||||
@@ -269,7 +269,7 @@ func (r *Resolver) Implementation() string {
|
||||
return r.ImplementationStr
|
||||
}
|
||||
|
||||
func gqlToResolverName(base string, gqlname, filenameTmpl string) string {
|
||||
func gqlToResolverName(base, gqlname, filenameTmpl string) string {
|
||||
gqlname = filepath.Base(gqlname)
|
||||
ext := filepath.Ext(gqlname)
|
||||
if filenameTmpl == "" {
|
||||
|
1
vendor/github.com/casbin/casbin/v2/constant/constants.go
generated
vendored
1
vendor/github.com/casbin/casbin/v2/constant/constants.go
generated
vendored
@@ -15,6 +15,7 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
ActionIndex = "act"
|
||||
DomainIndex = "dom"
|
||||
SubjectIndex = "sub"
|
||||
ObjectIndex = "obj"
|
||||
|
46
vendor/github.com/casbin/casbin/v2/enforcer.go
generated
vendored
46
vendor/github.com/casbin/casbin/v2/enforcer.go
generated
vendored
@@ -323,11 +323,39 @@ func (e *Enforcer) ClearPolicy() {
|
||||
|
||||
// LoadPolicy reloads the policy from file/database.
|
||||
func (e *Enforcer) LoadPolicy() error {
|
||||
needToRebuild := false
|
||||
newModel := e.model.Copy()
|
||||
newModel, err := e.loadPolicyFromAdapter(e.model)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
err = e.applyModifiedModel(newModel)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (e *Enforcer) loadPolicyFromAdapter(baseModel model.Model) (model.Model, error) {
|
||||
newModel := baseModel.Copy()
|
||||
newModel.ClearPolicy()
|
||||
|
||||
if err := e.adapter.LoadPolicy(newModel); err != nil && err.Error() != "invalid file path, file path cannot be empty" {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
if err := newModel.SortPoliciesBySubjectHierarchy(); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
if err := newModel.SortPoliciesByPriority(); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return newModel, nil
|
||||
}
|
||||
|
||||
func (e *Enforcer) applyModifiedModel(newModel model.Model) error {
|
||||
var err error
|
||||
needToRebuild := false
|
||||
defer func() {
|
||||
if err != nil {
|
||||
if e.autoBuildRoleLinks && needToRebuild {
|
||||
@@ -336,20 +364,9 @@ func (e *Enforcer) LoadPolicy() error {
|
||||
}
|
||||
}()
|
||||
|
||||
if err = e.adapter.LoadPolicy(newModel); err != nil && err.Error() != "invalid file path, file path cannot be empty" {
|
||||
return err
|
||||
}
|
||||
|
||||
if err = newModel.SortPoliciesBySubjectHierarchy(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
if err = newModel.SortPoliciesByPriority(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
if e.autoBuildRoleLinks {
|
||||
needToRebuild = true
|
||||
|
||||
if err := e.rebuildRoleLinks(newModel); err != nil {
|
||||
return err
|
||||
}
|
||||
@@ -358,6 +375,7 @@ func (e *Enforcer) LoadPolicy() error {
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
||||
e.model = newModel
|
||||
e.invalidateMatcherMap()
|
||||
return nil
|
||||
|
11
vendor/github.com/casbin/casbin/v2/enforcer_cached.go
generated
vendored
11
vendor/github.com/casbin/casbin/v2/enforcer_cached.go
generated
vendored
@@ -172,3 +172,14 @@ func GetCacheKey(params ...interface{}) (string, bool) {
|
||||
}
|
||||
return key.String(), true
|
||||
}
|
||||
|
||||
// ClearPolicy clears all policy.
|
||||
func (e *CachedEnforcer) ClearPolicy() {
|
||||
if atomic.LoadInt32(&e.enableCache) != 0 {
|
||||
if err := e.cache.Clear(); err != nil {
|
||||
e.logger.LogError(err, "clear cache failed")
|
||||
return
|
||||
}
|
||||
}
|
||||
e.Enforcer.ClearPolicy()
|
||||
}
|
||||
|
44
vendor/github.com/casbin/casbin/v2/enforcer_synced.go
generated
vendored
44
vendor/github.com/casbin/casbin/v2/enforcer_synced.go
generated
vendored
@@ -22,8 +22,6 @@ import (
|
||||
"github.com/casbin/govaluate"
|
||||
|
||||
"github.com/casbin/casbin/v2/persist"
|
||||
"github.com/casbin/casbin/v2/rbac"
|
||||
defaultrolemanager "github.com/casbin/casbin/v2/rbac/default-role-manager"
|
||||
)
|
||||
|
||||
// SyncedEnforcer wraps Enforcer and provides synchronized access.
|
||||
@@ -117,48 +115,18 @@ func (e *SyncedEnforcer) ClearPolicy() {
|
||||
|
||||
// LoadPolicy reloads the policy from file/database.
|
||||
func (e *SyncedEnforcer) LoadPolicy() error {
|
||||
e.m.Lock()
|
||||
defer e.m.Unlock()
|
||||
return e.Enforcer.LoadPolicy()
|
||||
}
|
||||
|
||||
// LoadPolicyFast is not blocked when adapter calls LoadPolicy.
|
||||
func (e *SyncedEnforcer) LoadPolicyFast() error {
|
||||
e.m.RLock()
|
||||
newModel := e.model.Copy()
|
||||
newModel, err := e.loadPolicyFromAdapter(e.model)
|
||||
e.m.RUnlock()
|
||||
|
||||
newModel.ClearPolicy()
|
||||
newRmMap := map[string]rbac.RoleManager{}
|
||||
var err error
|
||||
|
||||
if err = e.adapter.LoadPolicy(newModel); err != nil && err.Error() != "invalid file path, file path cannot be empty" {
|
||||
return err
|
||||
}
|
||||
|
||||
if err = newModel.SortPoliciesBySubjectHierarchy(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
if err = newModel.SortPoliciesByPriority(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
if e.autoBuildRoleLinks {
|
||||
for ptype := range newModel["g"] {
|
||||
newRmMap[ptype] = defaultrolemanager.NewRoleManager(10)
|
||||
}
|
||||
err = newModel.BuildRoleLinks(newRmMap)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
||||
// reduce the lock range
|
||||
e.m.Lock()
|
||||
defer e.m.Unlock()
|
||||
e.model = newModel
|
||||
e.rmMap = newRmMap
|
||||
err = e.applyModifiedModel(newModel)
|
||||
e.m.Unlock()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
|
25
vendor/github.com/casbin/casbin/v2/management_api.go
generated
vendored
25
vendor/github.com/casbin/casbin/v2/management_api.go
generated
vendored
@@ -19,38 +19,51 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/casbin/casbin/v2/constant"
|
||||
"github.com/casbin/casbin/v2/util"
|
||||
"github.com/casbin/govaluate"
|
||||
)
|
||||
|
||||
// GetAllSubjects gets the list of subjects that show up in the current policy.
|
||||
func (e *Enforcer) GetAllSubjects() ([]string, error) {
|
||||
return e.model.GetValuesForFieldInPolicyAllTypes("p", 0)
|
||||
return e.model.GetValuesForFieldInPolicyAllTypesByName("p", constant.SubjectIndex)
|
||||
}
|
||||
|
||||
// GetAllNamedSubjects gets the list of subjects that show up in the current named policy.
|
||||
func (e *Enforcer) GetAllNamedSubjects(ptype string) ([]string, error) {
|
||||
return e.model.GetValuesForFieldInPolicy("p", ptype, 0)
|
||||
fieldIndex, err := e.model.GetFieldIndex(ptype, constant.SubjectIndex)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return e.model.GetValuesForFieldInPolicy("p", ptype, fieldIndex)
|
||||
}
|
||||
|
||||
// GetAllObjects gets the list of objects that show up in the current policy.
|
||||
func (e *Enforcer) GetAllObjects() ([]string, error) {
|
||||
return e.model.GetValuesForFieldInPolicyAllTypes("p", 1)
|
||||
return e.model.GetValuesForFieldInPolicyAllTypesByName("p", constant.ObjectIndex)
|
||||
}
|
||||
|
||||
// GetAllNamedObjects gets the list of objects that show up in the current named policy.
|
||||
func (e *Enforcer) GetAllNamedObjects(ptype string) ([]string, error) {
|
||||
return e.model.GetValuesForFieldInPolicy("p", ptype, 1)
|
||||
fieldIndex, err := e.model.GetFieldIndex(ptype, constant.ObjectIndex)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return e.model.GetValuesForFieldInPolicy("p", ptype, fieldIndex)
|
||||
}
|
||||
|
||||
// GetAllActions gets the list of actions that show up in the current policy.
|
||||
func (e *Enforcer) GetAllActions() ([]string, error) {
|
||||
return e.model.GetValuesForFieldInPolicyAllTypes("p", 2)
|
||||
return e.model.GetValuesForFieldInPolicyAllTypesByName("p", constant.ActionIndex)
|
||||
}
|
||||
|
||||
// GetAllNamedActions gets the list of actions that show up in the current named policy.
|
||||
func (e *Enforcer) GetAllNamedActions(ptype string) ([]string, error) {
|
||||
return e.model.GetValuesForFieldInPolicy("p", ptype, 2)
|
||||
fieldIndex, err := e.model.GetFieldIndex(ptype, constant.ActionIndex)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return e.model.GetValuesForFieldInPolicy("p", ptype, fieldIndex)
|
||||
}
|
||||
|
||||
// GetAllRoles gets the list of roles that show up in the current policy.
|
||||
|
22
vendor/github.com/casbin/casbin/v2/model/policy.go
generated
vendored
22
vendor/github.com/casbin/casbin/v2/model/policy.go
generated
vendored
@@ -458,3 +458,25 @@ func (model Model) GetValuesForFieldInPolicyAllTypes(sec string, fieldIndex int)
|
||||
|
||||
return values, nil
|
||||
}
|
||||
|
||||
// GetValuesForFieldInPolicyAllTypesByName gets all values for a field for all rules in a policy of all ptypes, duplicated values are removed.
|
||||
func (model Model) GetValuesForFieldInPolicyAllTypesByName(sec string, field string) ([]string, error) {
|
||||
values := []string{}
|
||||
|
||||
for ptype := range model[sec] {
|
||||
// GetFieldIndex will return (-1, err) if field is not found, ignore it
|
||||
index, err := model.GetFieldIndex(ptype, field)
|
||||
if err != nil {
|
||||
continue
|
||||
}
|
||||
v, err := model.GetValuesForFieldInPolicy(sec, ptype, index)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
values = append(values, v...)
|
||||
}
|
||||
|
||||
util.ArrayRemoveDuplicates(&values)
|
||||
|
||||
return values, nil
|
||||
}
|
||||
|
61
vendor/github.com/casbin/casbin/v2/rbac_api.go
generated
vendored
61
vendor/github.com/casbin/casbin/v2/rbac_api.go
generated
vendored
@@ -229,9 +229,35 @@ func (e *Enforcer) HasPermissionForUser(user string, permission ...string) (bool
|
||||
// GetRolesForUser("alice") can only get: ["role:admin"].
|
||||
// But GetImplicitRolesForUser("alice") will get: ["role:admin", "role:user"].
|
||||
func (e *Enforcer) GetImplicitRolesForUser(name string, domain ...string) ([]string, error) {
|
||||
res := []string{}
|
||||
var res []string
|
||||
|
||||
for _, rm := range e.rmMap {
|
||||
for v := range e.rmMap {
|
||||
roles, err := e.GetNamedImplicitRolesForUser(v, name, domain...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
res = append(res, roles...)
|
||||
}
|
||||
|
||||
return res, nil
|
||||
}
|
||||
|
||||
// GetNamedImplicitRolesForUser gets implicit roles that a user has by named role definition.
|
||||
// Compared to GetImplicitRolesForUser(), this function retrieves indirect roles besides direct roles.
|
||||
// For example:
|
||||
// g, alice, role:admin
|
||||
// g, role:admin, role:user
|
||||
// g2, alice, role:admin2
|
||||
//
|
||||
// GetImplicitRolesForUser("alice") can only get: ["role:admin", "role:user"].
|
||||
// But GetNamedImplicitRolesForUser("g2", "alice") will get: ["role:admin2"].
|
||||
func (e *Enforcer) GetNamedImplicitRolesForUser(ptype string, name string, domain ...string) ([]string, error) {
|
||||
var res []string
|
||||
|
||||
rm := e.GetNamedRoleManager(ptype)
|
||||
if rm == nil {
|
||||
return nil, fmt.Errorf("role manager %s is not initialized", ptype)
|
||||
}
|
||||
roleSet := make(map[string]bool)
|
||||
roleSet[name] = true
|
||||
q := make([]string, 0)
|
||||
@@ -253,7 +279,6 @@ func (e *Enforcer) GetImplicitRolesForUser(name string, domain ...string) ([]str
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return res, nil
|
||||
}
|
||||
@@ -299,7 +324,7 @@ func (e *Enforcer) GetImplicitUsersForRole(name string, domain ...string) ([]str
|
||||
// GetPermissionsForUser("alice") can only get: [["alice", "data2", "read"]].
|
||||
// But GetImplicitPermissionsForUser("alice") will get: [["admin", "data1", "read"], ["alice", "data2", "read"]].
|
||||
func (e *Enforcer) GetImplicitPermissionsForUser(user string, domain ...string) ([][]string, error) {
|
||||
return e.GetNamedImplicitPermissionsForUser("p", user, domain...)
|
||||
return e.GetNamedImplicitPermissionsForUser("p", "g", user, domain...)
|
||||
}
|
||||
|
||||
// GetNamedImplicitPermissionsForUser gets implicit permissions for a user or role by named policy.
|
||||
@@ -311,17 +336,27 @@ func (e *Enforcer) GetImplicitPermissionsForUser(user string, domain ...string)
|
||||
//
|
||||
// GetImplicitPermissionsForUser("alice") can only get: [["admin", "data1", "read"]], whose policy is default policy "p"
|
||||
// But you can specify the named policy "p2" to get: [["admin", "create"]] by GetNamedImplicitPermissionsForUser("p2","alice").
|
||||
func (e *Enforcer) GetNamedImplicitPermissionsForUser(ptype string, user string, domain ...string) ([][]string, error) {
|
||||
func (e *Enforcer) GetNamedImplicitPermissionsForUser(ptype string, gtype string, user string, domain ...string) ([][]string, error) {
|
||||
permission := make([][]string, 0)
|
||||
rm := e.GetRoleManager()
|
||||
rm := e.GetNamedRoleManager(gtype)
|
||||
if rm == nil {
|
||||
return nil, fmt.Errorf("role manager is not initialized")
|
||||
return nil, fmt.Errorf("role manager %s is not initialized", gtype)
|
||||
}
|
||||
domainIndex, _ := e.GetFieldIndex(ptype, constant.DomainIndex)
|
||||
|
||||
roles, err := e.GetNamedImplicitRolesForUser(gtype, user, domain...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
policyRoles := make(map[string]struct{}, len(roles)+1)
|
||||
policyRoles[user] = struct{}{}
|
||||
for _, r := range roles {
|
||||
policyRoles[r] = struct{}{}
|
||||
}
|
||||
|
||||
domainIndex, err := e.GetFieldIndex(ptype, constant.DomainIndex)
|
||||
for _, rule := range e.model["p"][ptype].Policy {
|
||||
if len(domain) == 0 {
|
||||
matched, _ := rm.HasLink(user, rule[0])
|
||||
if matched {
|
||||
if _, ok := policyRoles[rule[0]]; ok {
|
||||
permission = append(permission, deepCopyPolicy(rule))
|
||||
}
|
||||
continue
|
||||
@@ -329,13 +364,15 @@ func (e *Enforcer) GetNamedImplicitPermissionsForUser(ptype string, user string,
|
||||
if len(domain) > 1 {
|
||||
return nil, errors.ErrDomainParameter
|
||||
}
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
d := domain[0]
|
||||
matched := rm.Match(d, rule[domainIndex])
|
||||
if !matched {
|
||||
continue
|
||||
}
|
||||
matched, _ = rm.HasLink(user, rule[0], d)
|
||||
if matched {
|
||||
if _, ok := policyRoles[rule[0]]; ok {
|
||||
newRule := deepCopyPolicy(rule)
|
||||
newRule[domainIndex] = d
|
||||
permission = append(permission, newRule)
|
||||
|
4
vendor/github.com/casbin/casbin/v2/rbac_api_synced.go
generated
vendored
4
vendor/github.com/casbin/casbin/v2/rbac_api_synced.go
generated
vendored
@@ -182,10 +182,10 @@ func (e *SyncedEnforcer) GetImplicitPermissionsForUser(user string, domain ...st
|
||||
//
|
||||
// GetImplicitPermissionsForUser("alice") can only get: [["admin", "data1", "read"]], whose policy is default policy "p"
|
||||
// But you can specify the named policy "p2" to get: [["admin", "create"]] by GetNamedImplicitPermissionsForUser("p2","alice").
|
||||
func (e *SyncedEnforcer) GetNamedImplicitPermissionsForUser(ptype string, user string, domain ...string) ([][]string, error) {
|
||||
func (e *SyncedEnforcer) GetNamedImplicitPermissionsForUser(ptype string, gtype string, user string, domain ...string) ([][]string, error) {
|
||||
e.m.RLock()
|
||||
defer e.m.RUnlock()
|
||||
return e.Enforcer.GetNamedImplicitPermissionsForUser(ptype, user, domain...)
|
||||
return e.Enforcer.GetNamedImplicitPermissionsForUser(ptype, gtype, user, domain...)
|
||||
}
|
||||
|
||||
// GetImplicitUsersForPermission gets implicit users for a permission.
|
||||
|
2
vendor/github.com/casbin/govaluate/evaluationStage.go
generated
vendored
2
vendor/github.com/casbin/govaluate/evaluationStage.go
generated
vendored
@@ -355,7 +355,7 @@ func makeAccessorStage(pair []string) evaluationOperator {
|
||||
field = coreValue.MapIndex(reflect.ValueOf(pair[i]))
|
||||
if field != (reflect.Value{}) {
|
||||
inter := field.Interface()
|
||||
if reflect.TypeOf(inter).Kind() == reflect.Func {
|
||||
if inter != nil && reflect.TypeOf(inter).Kind() == reflect.Func {
|
||||
method = reflect.ValueOf(inter)
|
||||
} else {
|
||||
value = inter
|
||||
|
0
vendor/gopkg.in/ini.v1/.editorconfig → vendor/github.com/go-ini/ini/.editorconfig
generated
vendored
0
vendor/gopkg.in/ini.v1/.editorconfig → vendor/github.com/go-ini/ini/.editorconfig
generated
vendored
0
vendor/gopkg.in/ini.v1/.gitignore → vendor/github.com/go-ini/ini/.gitignore
generated
vendored
0
vendor/gopkg.in/ini.v1/.gitignore → vendor/github.com/go-ini/ini/.gitignore
generated
vendored
0
vendor/gopkg.in/ini.v1/.golangci.yml → vendor/github.com/go-ini/ini/.golangci.yml
generated
vendored
0
vendor/gopkg.in/ini.v1/.golangci.yml → vendor/github.com/go-ini/ini/.golangci.yml
generated
vendored
0
vendor/gopkg.in/ini.v1/LICENSE → vendor/github.com/go-ini/ini/LICENSE
generated
vendored
0
vendor/gopkg.in/ini.v1/LICENSE → vendor/github.com/go-ini/ini/LICENSE
generated
vendored
0
vendor/gopkg.in/ini.v1/Makefile → vendor/github.com/go-ini/ini/Makefile
generated
vendored
0
vendor/gopkg.in/ini.v1/Makefile → vendor/github.com/go-ini/ini/Makefile
generated
vendored
0
vendor/gopkg.in/ini.v1/README.md → vendor/github.com/go-ini/ini/README.md
generated
vendored
0
vendor/gopkg.in/ini.v1/README.md → vendor/github.com/go-ini/ini/README.md
generated
vendored
0
vendor/gopkg.in/ini.v1/codecov.yml → vendor/github.com/go-ini/ini/codecov.yml
generated
vendored
0
vendor/gopkg.in/ini.v1/codecov.yml → vendor/github.com/go-ini/ini/codecov.yml
generated
vendored
0
vendor/gopkg.in/ini.v1/data_source.go → vendor/github.com/go-ini/ini/data_source.go
generated
vendored
0
vendor/gopkg.in/ini.v1/data_source.go → vendor/github.com/go-ini/ini/data_source.go
generated
vendored
0
vendor/gopkg.in/ini.v1/deprecated.go → vendor/github.com/go-ini/ini/deprecated.go
generated
vendored
0
vendor/gopkg.in/ini.v1/deprecated.go → vendor/github.com/go-ini/ini/deprecated.go
generated
vendored
0
vendor/gopkg.in/ini.v1/error.go → vendor/github.com/go-ini/ini/error.go
generated
vendored
0
vendor/gopkg.in/ini.v1/error.go → vendor/github.com/go-ini/ini/error.go
generated
vendored
0
vendor/gopkg.in/ini.v1/file.go → vendor/github.com/go-ini/ini/file.go
generated
vendored
0
vendor/gopkg.in/ini.v1/file.go → vendor/github.com/go-ini/ini/file.go
generated
vendored
0
vendor/gopkg.in/ini.v1/helper.go → vendor/github.com/go-ini/ini/helper.go
generated
vendored
0
vendor/gopkg.in/ini.v1/helper.go → vendor/github.com/go-ini/ini/helper.go
generated
vendored
0
vendor/gopkg.in/ini.v1/ini.go → vendor/github.com/go-ini/ini/ini.go
generated
vendored
0
vendor/gopkg.in/ini.v1/ini.go → vendor/github.com/go-ini/ini/ini.go
generated
vendored
0
vendor/gopkg.in/ini.v1/key.go → vendor/github.com/go-ini/ini/key.go
generated
vendored
0
vendor/gopkg.in/ini.v1/key.go → vendor/github.com/go-ini/ini/key.go
generated
vendored
0
vendor/gopkg.in/ini.v1/parser.go → vendor/github.com/go-ini/ini/parser.go
generated
vendored
0
vendor/gopkg.in/ini.v1/parser.go → vendor/github.com/go-ini/ini/parser.go
generated
vendored
0
vendor/gopkg.in/ini.v1/section.go → vendor/github.com/go-ini/ini/section.go
generated
vendored
0
vendor/gopkg.in/ini.v1/section.go → vendor/github.com/go-ini/ini/section.go
generated
vendored
0
vendor/gopkg.in/ini.v1/struct.go → vendor/github.com/go-ini/ini/struct.go
generated
vendored
0
vendor/gopkg.in/ini.v1/struct.go → vendor/github.com/go-ini/ini/struct.go
generated
vendored
2
vendor/github.com/go-playground/validator/v10/README.md
generated
vendored
2
vendor/github.com/go-playground/validator/v10/README.md
generated
vendored
@@ -1,7 +1,7 @@
|
||||
Package validator
|
||||
=================
|
||||
<img align="right" src="logo.png">[](https://gitter.im/go-playground/validator?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||

|
||||

|
||||
[](https://travis-ci.org/go-playground/validator)
|
||||
[](https://coveralls.io/github/go-playground/validator?branch=master)
|
||||
[](https://goreportcard.com/report/github.com/go-playground/validator)
|
||||
|
125
vendor/github.com/go-playground/validator/v10/baked_in.go
generated
vendored
125
vendor/github.com/go-playground/validator/v10/baked_in.go
generated
vendored
@@ -253,7 +253,7 @@ func parseOneOfParam2(s string) []string {
|
||||
oneofValsCacheRWLock.RUnlock()
|
||||
if !ok {
|
||||
oneofValsCacheRWLock.Lock()
|
||||
vals = splitParamsRegex.FindAllString(s, -1)
|
||||
vals = splitParamsRegex().FindAllString(s, -1)
|
||||
for i := 0; i < len(vals); i++ {
|
||||
vals[i] = strings.Replace(vals[i], "'", "", -1)
|
||||
}
|
||||
@@ -264,15 +264,15 @@ func parseOneOfParam2(s string) []string {
|
||||
}
|
||||
|
||||
func isURLEncoded(fl FieldLevel) bool {
|
||||
return uRLEncodedRegex.MatchString(fl.Field().String())
|
||||
return uRLEncodedRegex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
func isHTMLEncoded(fl FieldLevel) bool {
|
||||
return hTMLEncodedRegex.MatchString(fl.Field().String())
|
||||
return hTMLEncodedRegex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
func isHTML(fl FieldLevel) bool {
|
||||
return hTMLRegex.MatchString(fl.Field().String())
|
||||
return hTMLRegex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
func isOneOf(fl FieldLevel) bool {
|
||||
@@ -429,7 +429,7 @@ func isSSN(fl FieldLevel) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
return sSNRegex.MatchString(field.String())
|
||||
return sSNRegex().MatchString(field.String())
|
||||
}
|
||||
|
||||
// isLongitude is the validation function for validating if the field's value is a valid longitude coordinate.
|
||||
@@ -452,7 +452,7 @@ func isLongitude(fl FieldLevel) bool {
|
||||
panic(fmt.Sprintf("Bad field type %T", field.Interface()))
|
||||
}
|
||||
|
||||
return longitudeRegex.MatchString(v)
|
||||
return longitudeRegex().MatchString(v)
|
||||
}
|
||||
|
||||
// isLatitude is the validation function for validating if the field's value is a valid latitude coordinate.
|
||||
@@ -475,7 +475,7 @@ func isLatitude(fl FieldLevel) bool {
|
||||
panic(fmt.Sprintf("Bad field type %T", field.Interface()))
|
||||
}
|
||||
|
||||
return latitudeRegex.MatchString(v)
|
||||
return latitudeRegex().MatchString(v)
|
||||
}
|
||||
|
||||
// isDataURI is the validation function for validating if the field's value is a valid data URI.
|
||||
@@ -486,11 +486,11 @@ func isDataURI(fl FieldLevel) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
if !dataURIRegex.MatchString(uri[0]) {
|
||||
if !dataURIRegex().MatchString(uri[0]) {
|
||||
return false
|
||||
}
|
||||
|
||||
return base64Regex.MatchString(uri[1])
|
||||
return base64Regex().MatchString(uri[1])
|
||||
}
|
||||
|
||||
// hasMultiByteCharacter is the validation function for validating if the field's value has a multi byte character.
|
||||
@@ -501,17 +501,17 @@ func hasMultiByteCharacter(fl FieldLevel) bool {
|
||||
return true
|
||||
}
|
||||
|
||||
return multibyteRegex.MatchString(field.String())
|
||||
return multibyteRegex().MatchString(field.String())
|
||||
}
|
||||
|
||||
// isPrintableASCII is the validation function for validating if the field's value is a valid printable ASCII character.
|
||||
func isPrintableASCII(fl FieldLevel) bool {
|
||||
return printableASCIIRegex.MatchString(fl.Field().String())
|
||||
return printableASCIIRegex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isASCII is the validation function for validating if the field's value is a valid ASCII character.
|
||||
func isASCII(fl FieldLevel) bool {
|
||||
return aSCIIRegex.MatchString(fl.Field().String())
|
||||
return aSCIIRegex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isUUID5 is the validation function for validating if the field's value is a valid v5 UUID.
|
||||
@@ -561,52 +561,52 @@ func isULID(fl FieldLevel) bool {
|
||||
|
||||
// isMD4 is the validation function for validating if the field's value is a valid MD4.
|
||||
func isMD4(fl FieldLevel) bool {
|
||||
return md4Regex.MatchString(fl.Field().String())
|
||||
return md4Regex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isMD5 is the validation function for validating if the field's value is a valid MD5.
|
||||
func isMD5(fl FieldLevel) bool {
|
||||
return md5Regex.MatchString(fl.Field().String())
|
||||
return md5Regex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isSHA256 is the validation function for validating if the field's value is a valid SHA256.
|
||||
func isSHA256(fl FieldLevel) bool {
|
||||
return sha256Regex.MatchString(fl.Field().String())
|
||||
return sha256Regex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isSHA384 is the validation function for validating if the field's value is a valid SHA384.
|
||||
func isSHA384(fl FieldLevel) bool {
|
||||
return sha384Regex.MatchString(fl.Field().String())
|
||||
return sha384Regex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isSHA512 is the validation function for validating if the field's value is a valid SHA512.
|
||||
func isSHA512(fl FieldLevel) bool {
|
||||
return sha512Regex.MatchString(fl.Field().String())
|
||||
return sha512Regex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isRIPEMD128 is the validation function for validating if the field's value is a valid PIPEMD128.
|
||||
func isRIPEMD128(fl FieldLevel) bool {
|
||||
return ripemd128Regex.MatchString(fl.Field().String())
|
||||
return ripemd128Regex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isRIPEMD160 is the validation function for validating if the field's value is a valid PIPEMD160.
|
||||
func isRIPEMD160(fl FieldLevel) bool {
|
||||
return ripemd160Regex.MatchString(fl.Field().String())
|
||||
return ripemd160Regex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isTIGER128 is the validation function for validating if the field's value is a valid TIGER128.
|
||||
func isTIGER128(fl FieldLevel) bool {
|
||||
return tiger128Regex.MatchString(fl.Field().String())
|
||||
return tiger128Regex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isTIGER160 is the validation function for validating if the field's value is a valid TIGER160.
|
||||
func isTIGER160(fl FieldLevel) bool {
|
||||
return tiger160Regex.MatchString(fl.Field().String())
|
||||
return tiger160Regex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isTIGER192 is the validation function for validating if the field's value is a valid isTIGER192.
|
||||
func isTIGER192(fl FieldLevel) bool {
|
||||
return tiger192Regex.MatchString(fl.Field().String())
|
||||
return tiger192Regex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isISBN is the validation function for validating if the field's value is a valid v10 or v13 ISBN.
|
||||
@@ -618,7 +618,7 @@ func isISBN(fl FieldLevel) bool {
|
||||
func isISBN13(fl FieldLevel) bool {
|
||||
s := strings.Replace(strings.Replace(fl.Field().String(), "-", "", 4), " ", "", 4)
|
||||
|
||||
if !iSBN13Regex.MatchString(s) {
|
||||
if !iSBN13Regex().MatchString(s) {
|
||||
return false
|
||||
}
|
||||
|
||||
@@ -638,7 +638,7 @@ func isISBN13(fl FieldLevel) bool {
|
||||
func isISBN10(fl FieldLevel) bool {
|
||||
s := strings.Replace(strings.Replace(fl.Field().String(), "-", "", 3), " ", "", 3)
|
||||
|
||||
if !iSBN10Regex.MatchString(s) {
|
||||
if !iSBN10Regex().MatchString(s) {
|
||||
return false
|
||||
}
|
||||
|
||||
@@ -662,7 +662,7 @@ func isISBN10(fl FieldLevel) bool {
|
||||
func isISSN(fl FieldLevel) bool {
|
||||
s := fl.Field().String()
|
||||
|
||||
if !iSSNRegex.MatchString(s) {
|
||||
if !iSSNRegex().MatchString(s) {
|
||||
return false
|
||||
}
|
||||
s = strings.ReplaceAll(s, "-", "")
|
||||
@@ -688,14 +688,14 @@ func isISSN(fl FieldLevel) bool {
|
||||
func isEthereumAddress(fl FieldLevel) bool {
|
||||
address := fl.Field().String()
|
||||
|
||||
return ethAddressRegex.MatchString(address)
|
||||
return ethAddressRegex().MatchString(address)
|
||||
}
|
||||
|
||||
// isEthereumAddressChecksum is the validation function for validating if the field's value is a valid checksummed Ethereum address.
|
||||
func isEthereumAddressChecksum(fl FieldLevel) bool {
|
||||
address := fl.Field().String()
|
||||
|
||||
if !ethAddressRegex.MatchString(address) {
|
||||
if !ethAddressRegex().MatchString(address) {
|
||||
return false
|
||||
}
|
||||
// Checksum validation. Reference: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-55.md
|
||||
@@ -721,7 +721,7 @@ func isEthereumAddressChecksum(fl FieldLevel) bool {
|
||||
func isBitcoinAddress(fl FieldLevel) bool {
|
||||
address := fl.Field().String()
|
||||
|
||||
if !btcAddressRegex.MatchString(address) {
|
||||
if !btcAddressRegex().MatchString(address) {
|
||||
return false
|
||||
}
|
||||
|
||||
@@ -758,7 +758,7 @@ func isBitcoinAddress(fl FieldLevel) bool {
|
||||
func isBitcoinBech32Address(fl FieldLevel) bool {
|
||||
address := fl.Field().String()
|
||||
|
||||
if !btcLowerAddressRegexBech32.MatchString(address) && !btcUpperAddressRegexBech32.MatchString(address) {
|
||||
if !btcLowerAddressRegexBech32().MatchString(address) && !btcUpperAddressRegexBech32().MatchString(address) {
|
||||
return false
|
||||
}
|
||||
|
||||
@@ -1370,6 +1370,7 @@ func isPostcodeByIso3166Alpha2(fl FieldLevel) bool {
|
||||
field := fl.Field()
|
||||
param := fl.Param()
|
||||
|
||||
postcodeRegexInit.Do(initPostcodes)
|
||||
reg, found := postCodeRegexDict[param]
|
||||
if !found {
|
||||
return false
|
||||
@@ -1407,22 +1408,22 @@ func isPostcodeByIso3166Alpha2Field(fl FieldLevel) bool {
|
||||
|
||||
// isBase32 is the validation function for validating if the current field's value is a valid base 32.
|
||||
func isBase32(fl FieldLevel) bool {
|
||||
return base32Regex.MatchString(fl.Field().String())
|
||||
return base32Regex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isBase64 is the validation function for validating if the current field's value is a valid base 64.
|
||||
func isBase64(fl FieldLevel) bool {
|
||||
return base64Regex.MatchString(fl.Field().String())
|
||||
return base64Regex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isBase64URL is the validation function for validating if the current field's value is a valid base64 URL safe string.
|
||||
func isBase64URL(fl FieldLevel) bool {
|
||||
return base64URLRegex.MatchString(fl.Field().String())
|
||||
return base64URLRegex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isBase64RawURL is the validation function for validating if the current field's value is a valid base64 URL safe string without '=' padding.
|
||||
func isBase64RawURL(fl FieldLevel) bool {
|
||||
return base64RawURLRegex.MatchString(fl.Field().String())
|
||||
return base64RawURLRegex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isURI is the validation function for validating if the current field's value is a valid URI.
|
||||
@@ -1668,42 +1669,42 @@ func isFilePath(fl FieldLevel) bool {
|
||||
|
||||
// isE164 is the validation function for validating if the current field's value is a valid e.164 formatted phone number.
|
||||
func isE164(fl FieldLevel) bool {
|
||||
return e164Regex.MatchString(fl.Field().String())
|
||||
return e164Regex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isEmail is the validation function for validating if the current field's value is a valid email address.
|
||||
func isEmail(fl FieldLevel) bool {
|
||||
return emailRegex.MatchString(fl.Field().String())
|
||||
return emailRegex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isHSLA is the validation function for validating if the current field's value is a valid HSLA color.
|
||||
func isHSLA(fl FieldLevel) bool {
|
||||
return hslaRegex.MatchString(fl.Field().String())
|
||||
return hslaRegex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isHSL is the validation function for validating if the current field's value is a valid HSL color.
|
||||
func isHSL(fl FieldLevel) bool {
|
||||
return hslRegex.MatchString(fl.Field().String())
|
||||
return hslRegex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isRGBA is the validation function for validating if the current field's value is a valid RGBA color.
|
||||
func isRGBA(fl FieldLevel) bool {
|
||||
return rgbaRegex.MatchString(fl.Field().String())
|
||||
return rgbaRegex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isRGB is the validation function for validating if the current field's value is a valid RGB color.
|
||||
func isRGB(fl FieldLevel) bool {
|
||||
return rgbRegex.MatchString(fl.Field().String())
|
||||
return rgbRegex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isHEXColor is the validation function for validating if the current field's value is a valid HEX color.
|
||||
func isHEXColor(fl FieldLevel) bool {
|
||||
return hexColorRegex.MatchString(fl.Field().String())
|
||||
return hexColorRegex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isHexadecimal is the validation function for validating if the current field's value is a valid hexadecimal.
|
||||
func isHexadecimal(fl FieldLevel) bool {
|
||||
return hexadecimalRegex.MatchString(fl.Field().String())
|
||||
return hexadecimalRegex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isNumber is the validation function for validating if the current field's value is a valid number.
|
||||
@@ -1712,7 +1713,7 @@ func isNumber(fl FieldLevel) bool {
|
||||
case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64, reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr, reflect.Float32, reflect.Float64:
|
||||
return true
|
||||
default:
|
||||
return numberRegex.MatchString(fl.Field().String())
|
||||
return numberRegex().MatchString(fl.Field().String())
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1722,28 +1723,28 @@ func isNumeric(fl FieldLevel) bool {
|
||||
case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64, reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr, reflect.Float32, reflect.Float64:
|
||||
return true
|
||||
default:
|
||||
return numericRegex.MatchString(fl.Field().String())
|
||||
return numericRegex().MatchString(fl.Field().String())
|
||||
}
|
||||
}
|
||||
|
||||
// isAlphanum is the validation function for validating if the current field's value is a valid alphanumeric value.
|
||||
func isAlphanum(fl FieldLevel) bool {
|
||||
return alphaNumericRegex.MatchString(fl.Field().String())
|
||||
return alphaNumericRegex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isAlpha is the validation function for validating if the current field's value is a valid alpha value.
|
||||
func isAlpha(fl FieldLevel) bool {
|
||||
return alphaRegex.MatchString(fl.Field().String())
|
||||
return alphaRegex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isAlphanumUnicode is the validation function for validating if the current field's value is a valid alphanumeric unicode value.
|
||||
func isAlphanumUnicode(fl FieldLevel) bool {
|
||||
return alphaUnicodeNumericRegex.MatchString(fl.Field().String())
|
||||
return alphaUnicodeNumericRegex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isAlphaUnicode is the validation function for validating if the current field's value is a valid alpha unicode value.
|
||||
func isAlphaUnicode(fl FieldLevel) bool {
|
||||
return alphaUnicodeRegex.MatchString(fl.Field().String())
|
||||
return alphaUnicodeRegex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isBoolean is the validation function for validating if the current field's value is a valid boolean value or can be safely converted to a boolean value.
|
||||
@@ -2566,11 +2567,11 @@ func isIP6Addr(fl FieldLevel) bool {
|
||||
}
|
||||
|
||||
func isHostnameRFC952(fl FieldLevel) bool {
|
||||
return hostnameRegexRFC952.MatchString(fl.Field().String())
|
||||
return hostnameRegexRFC952().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
func isHostnameRFC1123(fl FieldLevel) bool {
|
||||
return hostnameRegexRFC1123.MatchString(fl.Field().String())
|
||||
return hostnameRegexRFC1123().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
func isFQDN(fl FieldLevel) bool {
|
||||
@@ -2580,7 +2581,7 @@ func isFQDN(fl FieldLevel) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
return fqdnRegexRFC1123.MatchString(val)
|
||||
return fqdnRegexRFC1123().MatchString(val)
|
||||
}
|
||||
|
||||
// isDir is the validation function for validating if the current field's value is a valid existing directory.
|
||||
@@ -2679,7 +2680,7 @@ func isJSON(fl FieldLevel) bool {
|
||||
|
||||
// isJWT is the validation function for validating if the current field's value is a valid JWT string.
|
||||
func isJWT(fl FieldLevel) bool {
|
||||
return jWTRegex.MatchString(fl.Field().String())
|
||||
return jWTRegex().MatchString(fl.Field().String())
|
||||
}
|
||||
|
||||
// isHostnamePort validates a <dns>:<port> combination for fields typically used for socket address.
|
||||
@@ -2698,7 +2699,7 @@ func isHostnamePort(fl FieldLevel) bool {
|
||||
|
||||
// If host is specified, it should match a DNS name
|
||||
if host != "" {
|
||||
return hostnameRegexRFC1123.MatchString(host)
|
||||
return hostnameRegexRFC1123().MatchString(host)
|
||||
}
|
||||
return true
|
||||
}
|
||||
@@ -2885,21 +2886,21 @@ func isBCP47LanguageTag(fl FieldLevel) bool {
|
||||
func isIsoBicFormat(fl FieldLevel) bool {
|
||||
bicString := fl.Field().String()
|
||||
|
||||
return bicRegex.MatchString(bicString)
|
||||
return bicRegex().MatchString(bicString)
|
||||
}
|
||||
|
||||
// isSemverFormat is the validation function for validating if the current field's value is a valid semver version, defined in Semantic Versioning 2.0.0
|
||||
func isSemverFormat(fl FieldLevel) bool {
|
||||
semverString := fl.Field().String()
|
||||
|
||||
return semverRegex.MatchString(semverString)
|
||||
return semverRegex().MatchString(semverString)
|
||||
}
|
||||
|
||||
// isCveFormat is the validation function for validating if the current field's value is a valid cve id, defined in CVE mitre org
|
||||
func isCveFormat(fl FieldLevel) bool {
|
||||
cveString := fl.Field().String()
|
||||
|
||||
return cveRegex.MatchString(cveString)
|
||||
return cveRegex().MatchString(cveString)
|
||||
}
|
||||
|
||||
// isDnsRFC1035LabelFormat is the validation function
|
||||
@@ -2907,7 +2908,7 @@ func isCveFormat(fl FieldLevel) bool {
|
||||
// a valid dns RFC 1035 label, defined in RFC 1035.
|
||||
func isDnsRFC1035LabelFormat(fl FieldLevel) bool {
|
||||
val := fl.Field().String()
|
||||
return dnsRegexRFC1035Label.MatchString(val)
|
||||
return dnsRegexRFC1035Label().MatchString(val)
|
||||
}
|
||||
|
||||
// digitsHaveLuhnChecksum returns true if and only if the last element of the given digits slice is the Luhn checksum of the previous elements
|
||||
@@ -2936,13 +2937,13 @@ func digitsHaveLuhnChecksum(digits []string) bool {
|
||||
// isMongoDBObjectId is the validation function for validating if the current field's value is valid MongoDB ObjectID
|
||||
func isMongoDBObjectId(fl FieldLevel) bool {
|
||||
val := fl.Field().String()
|
||||
return mongodbIdRegex.MatchString(val)
|
||||
return mongodbIdRegex().MatchString(val)
|
||||
}
|
||||
|
||||
// isMongoDBConnectionString is the validation function for validating if the current field's value is valid MongoDB Connection String
|
||||
func isMongoDBConnectionString(fl FieldLevel) bool {
|
||||
val := fl.Field().String()
|
||||
return mongodbConnectionRegex.MatchString(val)
|
||||
return mongodbConnectionRegex().MatchString(val)
|
||||
}
|
||||
|
||||
// isSpiceDB is the validation function for validating if the current field's value is valid for use with Authzed SpiceDB in the indicated way
|
||||
@@ -2952,11 +2953,11 @@ func isSpiceDB(fl FieldLevel) bool {
|
||||
|
||||
switch param {
|
||||
case "permission":
|
||||
return spicedbPermissionRegex.MatchString(val)
|
||||
return spicedbPermissionRegex().MatchString(val)
|
||||
case "type":
|
||||
return spicedbTypeRegex.MatchString(val)
|
||||
return spicedbTypeRegex().MatchString(val)
|
||||
case "id", "":
|
||||
return spicedbIDRegex.MatchString(val)
|
||||
return spicedbIDRegex().MatchString(val)
|
||||
}
|
||||
|
||||
panic("Unrecognized parameter: " + param)
|
||||
@@ -3008,5 +3009,5 @@ func hasLuhnChecksum(fl FieldLevel) bool {
|
||||
// isCron is the validation function for validating if the current field's value is a valid cron expression
|
||||
func isCron(fl FieldLevel) bool {
|
||||
cronString := fl.Field().String()
|
||||
return cronRegex.MatchString(cronString)
|
||||
return cronRegex().MatchString(cronString)
|
||||
}
|
||||
|
12
vendor/github.com/go-playground/validator/v10/postcode_regexes.go
generated
vendored
12
vendor/github.com/go-playground/validator/v10/postcode_regexes.go
generated
vendored
@@ -1,6 +1,9 @@
|
||||
package validator
|
||||
|
||||
import "regexp"
|
||||
import (
|
||||
"regexp"
|
||||
"sync"
|
||||
)
|
||||
|
||||
var postCodePatternDict = map[string]string{
|
||||
"GB": `^GIR[ ]?0AA|((AB|AL|B|BA|BB|BD|BH|BL|BN|BR|BS|BT|CA|CB|CF|CH|CM|CO|CR|CT|CV|CW|DA|DD|DE|DG|DH|DL|DN|DT|DY|E|EC|EH|EN|EX|FK|FY|G|GL|GY|GU|HA|HD|HG|HP|HR|HS|HU|HX|IG|IM|IP|IV|JE|KA|KT|KW|KY|L|LA|LD|LE|LL|LN|LS|LU|M|ME|MK|ML|N|NE|NG|NN|NP|NR|NW|OL|OX|PA|PE|PH|PL|PO|PR|RG|RH|RM|S|SA|SE|SG|SK|SL|SM|SN|SO|SP|SR|SS|ST|SW|SY|TA|TD|TF|TN|TQ|TR|TS|TW|UB|W|WA|WC|WD|WF|WN|WR|WS|WV|YO|ZE)(\d[\dA-Z]?[ ]?\d[ABD-HJLN-UW-Z]{2}))|BFPO[ ]?\d{1,4}$`,
|
||||
@@ -164,9 +167,12 @@ var postCodePatternDict = map[string]string{
|
||||
"YT": `^976\d{2}$`,
|
||||
}
|
||||
|
||||
var postCodeRegexDict = map[string]*regexp.Regexp{}
|
||||
var (
|
||||
postcodeRegexInit sync.Once
|
||||
postCodeRegexDict = map[string]*regexp.Regexp{}
|
||||
)
|
||||
|
||||
func init() {
|
||||
func initPostcodes() {
|
||||
for countryCode, pattern := range postCodePatternDict {
|
||||
postCodeRegexDict[countryCode] = regexp.MustCompile(pattern)
|
||||
}
|
||||
|
154
vendor/github.com/go-playground/validator/v10/regexes.go
generated
vendored
154
vendor/github.com/go-playground/validator/v10/regexes.go
generated
vendored
@@ -1,6 +1,9 @@
|
||||
package validator
|
||||
|
||||
import "regexp"
|
||||
import (
|
||||
"regexp"
|
||||
"sync"
|
||||
)
|
||||
|
||||
const (
|
||||
alphaRegexString = "^[a-zA-Z]+$"
|
||||
@@ -76,74 +79,85 @@ const (
|
||||
spicedbTypeRegexString = "^([a-z][a-z0-9_]{1,61}[a-z0-9]/)?[a-z][a-z0-9_]{1,62}[a-z0-9]$"
|
||||
)
|
||||
|
||||
func lazyRegexCompile(str string) func() *regexp.Regexp {
|
||||
var regex *regexp.Regexp
|
||||
var once sync.Once
|
||||
return func() *regexp.Regexp {
|
||||
once.Do(func() {
|
||||
regex = regexp.MustCompile(str)
|
||||
})
|
||||
return regex
|
||||
}
|
||||
}
|
||||
|
||||
var (
|
||||
alphaRegex = regexp.MustCompile(alphaRegexString)
|
||||
alphaNumericRegex = regexp.MustCompile(alphaNumericRegexString)
|
||||
alphaUnicodeRegex = regexp.MustCompile(alphaUnicodeRegexString)
|
||||
alphaUnicodeNumericRegex = regexp.MustCompile(alphaUnicodeNumericRegexString)
|
||||
numericRegex = regexp.MustCompile(numericRegexString)
|
||||
numberRegex = regexp.MustCompile(numberRegexString)
|
||||
hexadecimalRegex = regexp.MustCompile(hexadecimalRegexString)
|
||||
hexColorRegex = regexp.MustCompile(hexColorRegexString)
|
||||
rgbRegex = regexp.MustCompile(rgbRegexString)
|
||||
rgbaRegex = regexp.MustCompile(rgbaRegexString)
|
||||
hslRegex = regexp.MustCompile(hslRegexString)
|
||||
hslaRegex = regexp.MustCompile(hslaRegexString)
|
||||
e164Regex = regexp.MustCompile(e164RegexString)
|
||||
emailRegex = regexp.MustCompile(emailRegexString)
|
||||
base32Regex = regexp.MustCompile(base32RegexString)
|
||||
base64Regex = regexp.MustCompile(base64RegexString)
|
||||
base64URLRegex = regexp.MustCompile(base64URLRegexString)
|
||||
base64RawURLRegex = regexp.MustCompile(base64RawURLRegexString)
|
||||
iSBN10Regex = regexp.MustCompile(iSBN10RegexString)
|
||||
iSBN13Regex = regexp.MustCompile(iSBN13RegexString)
|
||||
iSSNRegex = regexp.MustCompile(iSSNRegexString)
|
||||
uUID3Regex = regexp.MustCompile(uUID3RegexString)
|
||||
uUID4Regex = regexp.MustCompile(uUID4RegexString)
|
||||
uUID5Regex = regexp.MustCompile(uUID5RegexString)
|
||||
uUIDRegex = regexp.MustCompile(uUIDRegexString)
|
||||
uUID3RFC4122Regex = regexp.MustCompile(uUID3RFC4122RegexString)
|
||||
uUID4RFC4122Regex = regexp.MustCompile(uUID4RFC4122RegexString)
|
||||
uUID5RFC4122Regex = regexp.MustCompile(uUID5RFC4122RegexString)
|
||||
uUIDRFC4122Regex = regexp.MustCompile(uUIDRFC4122RegexString)
|
||||
uLIDRegex = regexp.MustCompile(uLIDRegexString)
|
||||
md4Regex = regexp.MustCompile(md4RegexString)
|
||||
md5Regex = regexp.MustCompile(md5RegexString)
|
||||
sha256Regex = regexp.MustCompile(sha256RegexString)
|
||||
sha384Regex = regexp.MustCompile(sha384RegexString)
|
||||
sha512Regex = regexp.MustCompile(sha512RegexString)
|
||||
ripemd128Regex = regexp.MustCompile(ripemd128RegexString)
|
||||
ripemd160Regex = regexp.MustCompile(ripemd160RegexString)
|
||||
tiger128Regex = regexp.MustCompile(tiger128RegexString)
|
||||
tiger160Regex = regexp.MustCompile(tiger160RegexString)
|
||||
tiger192Regex = regexp.MustCompile(tiger192RegexString)
|
||||
aSCIIRegex = regexp.MustCompile(aSCIIRegexString)
|
||||
printableASCIIRegex = regexp.MustCompile(printableASCIIRegexString)
|
||||
multibyteRegex = regexp.MustCompile(multibyteRegexString)
|
||||
dataURIRegex = regexp.MustCompile(dataURIRegexString)
|
||||
latitudeRegex = regexp.MustCompile(latitudeRegexString)
|
||||
longitudeRegex = regexp.MustCompile(longitudeRegexString)
|
||||
sSNRegex = regexp.MustCompile(sSNRegexString)
|
||||
hostnameRegexRFC952 = regexp.MustCompile(hostnameRegexStringRFC952)
|
||||
hostnameRegexRFC1123 = regexp.MustCompile(hostnameRegexStringRFC1123)
|
||||
fqdnRegexRFC1123 = regexp.MustCompile(fqdnRegexStringRFC1123)
|
||||
btcAddressRegex = regexp.MustCompile(btcAddressRegexString)
|
||||
btcUpperAddressRegexBech32 = regexp.MustCompile(btcAddressUpperRegexStringBech32)
|
||||
btcLowerAddressRegexBech32 = regexp.MustCompile(btcAddressLowerRegexStringBech32)
|
||||
ethAddressRegex = regexp.MustCompile(ethAddressRegexString)
|
||||
uRLEncodedRegex = regexp.MustCompile(uRLEncodedRegexString)
|
||||
hTMLEncodedRegex = regexp.MustCompile(hTMLEncodedRegexString)
|
||||
hTMLRegex = regexp.MustCompile(hTMLRegexString)
|
||||
jWTRegex = regexp.MustCompile(jWTRegexString)
|
||||
splitParamsRegex = regexp.MustCompile(splitParamsRegexString)
|
||||
bicRegex = regexp.MustCompile(bicRegexString)
|
||||
semverRegex = regexp.MustCompile(semverRegexString)
|
||||
dnsRegexRFC1035Label = regexp.MustCompile(dnsRegexStringRFC1035Label)
|
||||
cveRegex = regexp.MustCompile(cveRegexString)
|
||||
mongodbIdRegex = regexp.MustCompile(mongodbIdRegexString)
|
||||
mongodbConnectionRegex = regexp.MustCompile(mongodbConnStringRegexString)
|
||||
cronRegex = regexp.MustCompile(cronRegexString)
|
||||
spicedbIDRegex = regexp.MustCompile(spicedbIDRegexString)
|
||||
spicedbPermissionRegex = regexp.MustCompile(spicedbPermissionRegexString)
|
||||
spicedbTypeRegex = regexp.MustCompile(spicedbTypeRegexString)
|
||||
alphaRegex = lazyRegexCompile(alphaRegexString)
|
||||
alphaNumericRegex = lazyRegexCompile(alphaNumericRegexString)
|
||||
alphaUnicodeRegex = lazyRegexCompile(alphaUnicodeRegexString)
|
||||
alphaUnicodeNumericRegex = lazyRegexCompile(alphaUnicodeNumericRegexString)
|
||||
numericRegex = lazyRegexCompile(numericRegexString)
|
||||
numberRegex = lazyRegexCompile(numberRegexString)
|
||||
hexadecimalRegex = lazyRegexCompile(hexadecimalRegexString)
|
||||
hexColorRegex = lazyRegexCompile(hexColorRegexString)
|
||||
rgbRegex = lazyRegexCompile(rgbRegexString)
|
||||
rgbaRegex = lazyRegexCompile(rgbaRegexString)
|
||||
hslRegex = lazyRegexCompile(hslRegexString)
|
||||
hslaRegex = lazyRegexCompile(hslaRegexString)
|
||||
e164Regex = lazyRegexCompile(e164RegexString)
|
||||
emailRegex = lazyRegexCompile(emailRegexString)
|
||||
base32Regex = lazyRegexCompile(base32RegexString)
|
||||
base64Regex = lazyRegexCompile(base64RegexString)
|
||||
base64URLRegex = lazyRegexCompile(base64URLRegexString)
|
||||
base64RawURLRegex = lazyRegexCompile(base64RawURLRegexString)
|
||||
iSBN10Regex = lazyRegexCompile(iSBN10RegexString)
|
||||
iSBN13Regex = lazyRegexCompile(iSBN13RegexString)
|
||||
iSSNRegex = lazyRegexCompile(iSSNRegexString)
|
||||
uUID3Regex = lazyRegexCompile(uUID3RegexString)
|
||||
uUID4Regex = lazyRegexCompile(uUID4RegexString)
|
||||
uUID5Regex = lazyRegexCompile(uUID5RegexString)
|
||||
uUIDRegex = lazyRegexCompile(uUIDRegexString)
|
||||
uUID3RFC4122Regex = lazyRegexCompile(uUID3RFC4122RegexString)
|
||||
uUID4RFC4122Regex = lazyRegexCompile(uUID4RFC4122RegexString)
|
||||
uUID5RFC4122Regex = lazyRegexCompile(uUID5RFC4122RegexString)
|
||||
uUIDRFC4122Regex = lazyRegexCompile(uUIDRFC4122RegexString)
|
||||
uLIDRegex = lazyRegexCompile(uLIDRegexString)
|
||||
md4Regex = lazyRegexCompile(md4RegexString)
|
||||
md5Regex = lazyRegexCompile(md5RegexString)
|
||||
sha256Regex = lazyRegexCompile(sha256RegexString)
|
||||
sha384Regex = lazyRegexCompile(sha384RegexString)
|
||||
sha512Regex = lazyRegexCompile(sha512RegexString)
|
||||
ripemd128Regex = lazyRegexCompile(ripemd128RegexString)
|
||||
ripemd160Regex = lazyRegexCompile(ripemd160RegexString)
|
||||
tiger128Regex = lazyRegexCompile(tiger128RegexString)
|
||||
tiger160Regex = lazyRegexCompile(tiger160RegexString)
|
||||
tiger192Regex = lazyRegexCompile(tiger192RegexString)
|
||||
aSCIIRegex = lazyRegexCompile(aSCIIRegexString)
|
||||
printableASCIIRegex = lazyRegexCompile(printableASCIIRegexString)
|
||||
multibyteRegex = lazyRegexCompile(multibyteRegexString)
|
||||
dataURIRegex = lazyRegexCompile(dataURIRegexString)
|
||||
latitudeRegex = lazyRegexCompile(latitudeRegexString)
|
||||
longitudeRegex = lazyRegexCompile(longitudeRegexString)
|
||||
sSNRegex = lazyRegexCompile(sSNRegexString)
|
||||
hostnameRegexRFC952 = lazyRegexCompile(hostnameRegexStringRFC952)
|
||||
hostnameRegexRFC1123 = lazyRegexCompile(hostnameRegexStringRFC1123)
|
||||
fqdnRegexRFC1123 = lazyRegexCompile(fqdnRegexStringRFC1123)
|
||||
btcAddressRegex = lazyRegexCompile(btcAddressRegexString)
|
||||
btcUpperAddressRegexBech32 = lazyRegexCompile(btcAddressUpperRegexStringBech32)
|
||||
btcLowerAddressRegexBech32 = lazyRegexCompile(btcAddressLowerRegexStringBech32)
|
||||
ethAddressRegex = lazyRegexCompile(ethAddressRegexString)
|
||||
uRLEncodedRegex = lazyRegexCompile(uRLEncodedRegexString)
|
||||
hTMLEncodedRegex = lazyRegexCompile(hTMLEncodedRegexString)
|
||||
hTMLRegex = lazyRegexCompile(hTMLRegexString)
|
||||
jWTRegex = lazyRegexCompile(jWTRegexString)
|
||||
splitParamsRegex = lazyRegexCompile(splitParamsRegexString)
|
||||
bicRegex = lazyRegexCompile(bicRegexString)
|
||||
semverRegex = lazyRegexCompile(semverRegexString)
|
||||
dnsRegexRFC1035Label = lazyRegexCompile(dnsRegexStringRFC1035Label)
|
||||
cveRegex = lazyRegexCompile(cveRegexString)
|
||||
mongodbIdRegex = lazyRegexCompile(mongodbIdRegexString)
|
||||
mongodbConnectionRegex = lazyRegexCompile(mongodbConnStringRegexString)
|
||||
cronRegex = lazyRegexCompile(cronRegexString)
|
||||
spicedbIDRegex = lazyRegexCompile(spicedbIDRegexString)
|
||||
spicedbPermissionRegex = lazyRegexCompile(spicedbPermissionRegexString)
|
||||
spicedbTypeRegex = lazyRegexCompile(spicedbTypeRegexString)
|
||||
)
|
||||
|
3
vendor/github.com/go-playground/validator/v10/util.go
generated
vendored
3
vendor/github.com/go-playground/validator/v10/util.go
generated
vendored
@@ -297,7 +297,8 @@ func panicIf(err error) {
|
||||
|
||||
// Checks if field value matches regex. If fl.Field can be cast to Stringer, it uses the Stringer interfaces
|
||||
// String() return value. Otherwise, it uses fl.Field's String() value.
|
||||
func fieldMatchesRegexByStringerValOrString(regex *regexp.Regexp, fl FieldLevel) bool {
|
||||
func fieldMatchesRegexByStringerValOrString(regexFn func() *regexp.Regexp, fl FieldLevel) bool {
|
||||
regex := regexFn()
|
||||
switch fl.Field().Kind() {
|
||||
case reflect.String:
|
||||
return regex.MatchString(fl.Field().String())
|
||||
|
20
vendor/github.com/gorilla/websocket/.editorconfig
generated
vendored
20
vendor/github.com/gorilla/websocket/.editorconfig
generated
vendored
@@ -1,20 +0,0 @@
|
||||
; https://editorconfig.org/
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[{Makefile,go.mod,go.sum,*.go,.gitmodules}]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
[*.md]
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
eclint_indent_style = unset
|
26
vendor/github.com/gorilla/websocket/.gitignore
generated
vendored
26
vendor/github.com/gorilla/websocket/.gitignore
generated
vendored
@@ -1 +1,25 @@
|
||||
coverage.coverprofile
|
||||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
|
||||
# Folders
|
||||
_obj
|
||||
_test
|
||||
|
||||
# Architecture specific extensions/prefixes
|
||||
*.[568vq]
|
||||
[568vq].out
|
||||
|
||||
*.cgo1.go
|
||||
*.cgo2.c
|
||||
_cgo_defun.c
|
||||
_cgo_gotypes.go
|
||||
_cgo_export.*
|
||||
|
||||
_testmain.go
|
||||
|
||||
*.exe
|
||||
|
||||
.idea/
|
||||
*.iml
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user