Skip to content

Commit

Permalink
fix: upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco committed Jan 28, 2023
1 parent 95e7abc commit b9a79a8
Show file tree
Hide file tree
Showing 17 changed files with 44 additions and 18 deletions.
1 change: 0 additions & 1 deletion .github/deploy-cloud-run-button.svg

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ jobs:

- name: Run GoReleaser
if: success() && startsWith(github.ref, 'refs/tags/v')
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
args: release --rm-dist
env:
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
[![GoDoc](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=for-the-badge&logo=appveyor&logo=appveyor)](https://pkg.go.dev/github.com/dosco/graphjin/v2)
[![GoReport](https://goreportcard.com/badge/github.com/gojp/goreportcard?style=for-the-badge)](https://goreportcard.com/report/github.com/dosco/graphjin/v2)

<!-- [![Run on Google Cloud](./.github/deploy-cloud-run-button.svg)](https://deploy.cloud.run)
-->

## Build APIs in 5 minutes not weeks
## Build APIs in 5 minutes not weeks

GraphJin gives you an instant secure and fast GraphQL API without code. Just use a GraphQL query to define your API and GraphJin automagically converts it into a full featured API. Build your backend APIs **100X** faster. Works with **NodeJS** and **GO**. Supports several databases, **Postgres**, **MySQL**, **Yugabyte**, **AWS Aurora/RDS** and **Google Cloud SQL**

Expand Down
2 changes: 1 addition & 1 deletion auth/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/adjust/gorails v0.0.0-20171013043634-2786ed0c03d3
github.com/bradfitz/gomemcache v0.0.0-20230124162541-5f7a7d875746
github.com/dosco/graphjin/core/v3 v3.0.0-20230127082222-13448e4d7160
github.com/dosco/graphjin/core/v3 v3.0.0-20230128064639-95e7abc910b9
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/gomodule/redigo v1.8.9
github.com/gorilla/websocket v1.5.0
Expand Down
2 changes: 2 additions & 0 deletions auth/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 h1:HbphB4TFFXpv7MNrT52FGrrgVXF1
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0/go.mod h1:DZGJHZMqrU4JJqFAWUS2UO1+lbSKsdiOoYi9Zzey7Fc=
github.com/dosco/graphjin/core/v3 v3.0.0-20230127082222-13448e4d7160 h1:1OTSZXcTzPHGTBtyX3NIuicSlBBofGPN7rs+axyzdqk=
github.com/dosco/graphjin/core/v3 v3.0.0-20230127082222-13448e4d7160/go.mod h1:JNJBiJJCh9VzcEr8tx8yN2BddDvxCBrk8S4bO6dcw5U=
github.com/dosco/graphjin/core/v3 v3.0.0-20230128064639-95e7abc910b9 h1:Z+1Wu43UcWuYCvsANeKq0hmhGhk/ALigcHHtQNluUDQ=
github.com/dosco/graphjin/core/v3 v3.0.0-20230128064639-95e7abc910b9/go.mod h1:JNJBiJJCh9VzcEr8tx8yN2BddDvxCBrk8S4bO6dcw5U=
github.com/goccy/go-json v0.9.7/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I=
github.com/goccy/go-json v0.10.0 h1:mXKd9Qw4NuzShiRlOXKews24ufknHO7gx30lsDyokKA=
github.com/goccy/go-json v0.10.0/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I=
Expand Down
7 changes: 4 additions & 3 deletions cmd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.18
require (
github.com/brianvoe/gofakeit/v6 v6.20.1
github.com/dop251/goja v0.0.0-20230111111035-473251c96b4c
github.com/dosco/graphjin/core/v3 v3.0.0-20230127082222-13448e4d7160
github.com/dosco/graphjin/serv/v3 v3.0.0-20230127082222-13448e4d7160
github.com/dosco/graphjin/core/v3 v3.0.0-20230128064639-95e7abc910b9
github.com/dosco/graphjin/serv/v3 v3.0.0-20230128064639-95e7abc910b9
github.com/gosimple/slug v1.13.1
github.com/jackc/pgx/v5 v5.2.0
github.com/jvatic/goja-babel v0.0.0-20230111121754-c57c791c6a80
Expand Down Expand Up @@ -45,12 +45,13 @@ require (
github.com/dlclark/regexp2 v1.7.0 // indirect
github.com/dosco/graphjin/auth/v3 v3.0.0-20230127082222-13448e4d7160 // indirect
github.com/dosco/graphjin/plugin/afero/v3 v3.0.0-20230125090031-062b181a2f0f // indirect
github.com/dosco/graphjin/plugin/osfs/v3 v3.0.0-20230125090031-062b181a2f0f // indirect
github.com/dosco/graphjin/plugin/osfs/v3 v3.0.0-20230127082222-13448e4d7160 // indirect
github.com/dosco/graphjin/plugin/otel/v3 v3.0.0-20230127082222-13448e4d7160 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-chi/chi v1.5.4 // indirect
github.com/go-chi/chi/v5 v5.0.8 // indirect
github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
Expand Down
8 changes: 8 additions & 0 deletions cmd/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,20 @@ github.com/dosco/graphjin/auth/v3 v3.0.0-20230127082222-13448e4d7160 h1:H8AvshLu
github.com/dosco/graphjin/auth/v3 v3.0.0-20230127082222-13448e4d7160/go.mod h1:RYIyGIrtw5lwIsScyL9XNRxX6LGVqv1BazRjgtEpTCk=
github.com/dosco/graphjin/core/v3 v3.0.0-20230127082222-13448e4d7160 h1:1OTSZXcTzPHGTBtyX3NIuicSlBBofGPN7rs+axyzdqk=
github.com/dosco/graphjin/core/v3 v3.0.0-20230127082222-13448e4d7160/go.mod h1:JNJBiJJCh9VzcEr8tx8yN2BddDvxCBrk8S4bO6dcw5U=
github.com/dosco/graphjin/core/v3 v3.0.0-20230128064639-95e7abc910b9 h1:Z+1Wu43UcWuYCvsANeKq0hmhGhk/ALigcHHtQNluUDQ=
github.com/dosco/graphjin/core/v3 v3.0.0-20230128064639-95e7abc910b9/go.mod h1:JNJBiJJCh9VzcEr8tx8yN2BddDvxCBrk8S4bO6dcw5U=
github.com/dosco/graphjin/plugin/afero/v3 v3.0.0-20230125090031-062b181a2f0f h1:fHDgBTvUtKMShr/ZaYibqEmcov0+Yr5JLu0kl9+Jr6g=
github.com/dosco/graphjin/plugin/afero/v3 v3.0.0-20230125090031-062b181a2f0f/go.mod h1:LBuqdgz7Fi9/Wz0iAqSV2FeWu2k5mOBzt+WN/ZJ2pSs=
github.com/dosco/graphjin/plugin/osfs/v3 v3.0.0-20230125090031-062b181a2f0f h1:EBPKpvgo5lb4FJudBcgLZsbZeDD0VcqXzFHC0QWpspY=
github.com/dosco/graphjin/plugin/osfs/v3 v3.0.0-20230125090031-062b181a2f0f/go.mod h1:lg2ZkWi2PmA8d8t0vL7fgyFc1bKAkSIb6sWnOWmaseQ=
github.com/dosco/graphjin/plugin/osfs/v3 v3.0.0-20230127082222-13448e4d7160 h1:E5TTZbVxsp31LkvNosi9gqarp95Hh6fRwKqAVMn0keo=
github.com/dosco/graphjin/plugin/osfs/v3 v3.0.0-20230127082222-13448e4d7160/go.mod h1:lg2ZkWi2PmA8d8t0vL7fgyFc1bKAkSIb6sWnOWmaseQ=
github.com/dosco/graphjin/plugin/otel/v3 v3.0.0-20230127082222-13448e4d7160 h1:XYXEOW8yUXdB6Pc3J3EVtZ5LzP91UV8siKEB7G25ryc=
github.com/dosco/graphjin/plugin/otel/v3 v3.0.0-20230127082222-13448e4d7160/go.mod h1:fnsF4DMvvl5Duh+wQVBOgTUqSYc8Wi+4dXQZxHGL9pI=
github.com/dosco/graphjin/serv/v3 v3.0.0-20230127082222-13448e4d7160 h1:cUNRW3AYbENvdNeU4akIotUIsnmlLw9lVu5JtzE9j/w=
github.com/dosco/graphjin/serv/v3 v3.0.0-20230127082222-13448e4d7160/go.mod h1:pEhXC+N5pX/G8CeNMEfkQVzed9THcuAqopU5PssWNws=
github.com/dosco/graphjin/serv/v3 v3.0.0-20230128064639-95e7abc910b9 h1:oqqR1tu7Q6VsTM7p5W9VVSdVW5CH6m+e7bknwrkHFqY=
github.com/dosco/graphjin/serv/v3 v3.0.0-20230128064639-95e7abc910b9/go.mod h1:ZyjQFjtT2ZvqpBJbQv3W2R5cDJvDYg9ny8DjMQ4HyJE=
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
Expand All @@ -179,6 +185,8 @@ github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeME
github.com/go-asn1-ber/asn1-ber v1.3.1/go.mod h1:hEBeB/ic+5LoWskz+yKT7vGhhPYkProFKoKdwZRWMe0=
github.com/go-chi/chi v1.5.4 h1:QHdzF2szwjqVV4wmByUnTcsbIg7UGaQ0tPF2t5GcAIs=
github.com/go-chi/chi v1.5.4/go.mod h1:uaf8YgoFazUOkPBG7fxPftUylNumIev9awIWOENIuEg=
github.com/go-chi/chi/v5 v5.0.8 h1:lD+NLqFcAi1ovnVZpsnObHGW4xb4J8lNmoYVfECH1Y0=
github.com/go-chi/chi/v5 v5.0.8/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8=
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
Expand Down
2 changes: 1 addition & 1 deletion conf/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dosco/graphjin/conf/v3
go 1.18

require (
github.com/dosco/graphjin/core/v3 v3.0.0-20230127082222-13448e4d7160
github.com/dosco/graphjin/core/v3 v3.0.0-20230128064639-95e7abc910b9
gopkg.in/yaml.v3 v3.0.1
)

Expand Down
2 changes: 2 additions & 0 deletions conf/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
github.com/dosco/graphjin/core/v3 v3.0.0-20230127082222-13448e4d7160 h1:1OTSZXcTzPHGTBtyX3NIuicSlBBofGPN7rs+axyzdqk=
github.com/dosco/graphjin/core/v3 v3.0.0-20230127082222-13448e4d7160/go.mod h1:JNJBiJJCh9VzcEr8tx8yN2BddDvxCBrk8S4bO6dcw5U=
github.com/dosco/graphjin/core/v3 v3.0.0-20230128064639-95e7abc910b9 h1:Z+1Wu43UcWuYCvsANeKq0hmhGhk/ALigcHHtQNluUDQ=
github.com/dosco/graphjin/core/v3 v3.0.0-20230128064639-95e7abc910b9/go.mod h1:JNJBiJJCh9VzcEr8tx8yN2BddDvxCBrk8S4bO6dcw5U=
github.com/hashicorp/golang-lru v0.5.4 h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc=
github.com/hashicorp/golang-lru v0.5.4/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
golang.org/x/sync v0.1.0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=
Expand Down
2 changes: 1 addition & 1 deletion examples/nodejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphjin",
"version": "3.0.8",
"version": "3.0.9",
"description": "GraphJin - Build APIs in 5 minutes with GraphQL",
"type": "module",
"main": "./wasm/js/graphjin.js",
Expand Down
4 changes: 3 additions & 1 deletion plugin/otel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@ module github.com/dosco/graphjin/plugin/otel/v3
go 1.18

require (
github.com/dosco/graphjin/core/v3 v3.0.0-20230127063635-357767ee278d
github.com/dosco/graphjin/core/v3 v3.0.0-20230128064639-95e7abc910b9
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.37.0
go.opentelemetry.io/otel v1.11.2
go.opentelemetry.io/otel/trace v1.11.2
)

require (
github.com/dosco/graphjin/conf/v3 v3.0.0-20230128064639-95e7abc910b9 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
go.opentelemetry.io/otel/metric v0.34.0 // indirect
golang.org/x/sync v0.1.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
6 changes: 6 additions & 0 deletions plugin/otel/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/dosco/graphjin/conf/v3 v3.0.0-20230128064639-95e7abc910b9 h1:xruBL6/HxvqDmVKMOT0ZG8AhcAqzXeOBYirXMSkg/vk=
github.com/dosco/graphjin/conf/v3 v3.0.0-20230128064639-95e7abc910b9/go.mod h1:fkN8BPgJgnXNXH5QpIR6d3pYzFMyONtkA/1FTahWvoo=
github.com/dosco/graphjin/core/v3 v3.0.0-20230127063635-357767ee278d h1:nlQgn6S3i/gYIUQ5f/MzymWuxrXMnCe3qhkSYdGijFo=
github.com/dosco/graphjin/core/v3 v3.0.0-20230127063635-357767ee278d/go.mod h1:JNJBiJJCh9VzcEr8tx8yN2BddDvxCBrk8S4bO6dcw5U=
github.com/dosco/graphjin/core/v3 v3.0.0-20230128064639-95e7abc910b9 h1:Z+1Wu43UcWuYCvsANeKq0hmhGhk/ALigcHHtQNluUDQ=
github.com/dosco/graphjin/core/v3 v3.0.0-20230128064639-95e7abc910b9/go.mod h1:JNJBiJJCh9VzcEr8tx8yN2BddDvxCBrk8S4bO6dcw5U=
github.com/felixge/httpsnoop v1.0.3 h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk=
github.com/felixge/httpsnoop v1.0.3/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
Expand All @@ -23,4 +27,6 @@ go.opentelemetry.io/otel/trace v1.11.2 h1:Xf7hWSF2Glv0DE3MH7fBHvtpSBsjcBUe5MYAmZ
go.opentelemetry.io/otel/trace v1.11.2/go.mod h1:4N+yC7QEz7TTsG9BSRLNAa63eg5E06ObSbKPmxQ/pKA=
golang.org/x/sync v0.1.0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
4 changes: 2 additions & 2 deletions serv/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/dosco/graphjin/serv/v3
go 1.18

require (
github.com/dosco/graphjin/auth/v3 v3.0.0-20230127082222-13448e4d7160
github.com/dosco/graphjin/core/v3 v3.0.0-20230127082222-13448e4d7160
github.com/dosco/graphjin/auth/v3 v3.0.0-20230128064639-95e7abc910b9
github.com/dosco/graphjin/core/v3 v3.0.0-20230128064639-95e7abc910b9
github.com/dosco/graphjin/plugin/otel/v3 v3.0.0-20230127082222-13448e4d7160
github.com/fsnotify/fsnotify v1.6.0
github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a
Expand Down
4 changes: 4 additions & 0 deletions serv/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,12 @@ github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKoh
github.com/docker/go-units v0.4.0 h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=
github.com/dosco/graphjin/auth/v3 v3.0.0-20230127082222-13448e4d7160 h1:H8AvshLuo1NVq/FvqPQ6Lv1IhEy0sTnPvBwDFOyyCEE=
github.com/dosco/graphjin/auth/v3 v3.0.0-20230127082222-13448e4d7160/go.mod h1:RYIyGIrtw5lwIsScyL9XNRxX6LGVqv1BazRjgtEpTCk=
github.com/dosco/graphjin/auth/v3 v3.0.0-20230128064639-95e7abc910b9 h1:9Xc2GYlyw7otkB2PQDRdape2fFsdl5/xOEi2LphNX7o=
github.com/dosco/graphjin/auth/v3 v3.0.0-20230128064639-95e7abc910b9/go.mod h1:yxZ/EJNJKAOSkamqT6OAQ5RixWG8AIzcirAhTxlKNtk=
github.com/dosco/graphjin/core/v3 v3.0.0-20230127082222-13448e4d7160 h1:1OTSZXcTzPHGTBtyX3NIuicSlBBofGPN7rs+axyzdqk=
github.com/dosco/graphjin/core/v3 v3.0.0-20230127082222-13448e4d7160/go.mod h1:JNJBiJJCh9VzcEr8tx8yN2BddDvxCBrk8S4bO6dcw5U=
github.com/dosco/graphjin/core/v3 v3.0.0-20230128064639-95e7abc910b9 h1:Z+1Wu43UcWuYCvsANeKq0hmhGhk/ALigcHHtQNluUDQ=
github.com/dosco/graphjin/core/v3 v3.0.0-20230128064639-95e7abc910b9/go.mod h1:JNJBiJJCh9VzcEr8tx8yN2BddDvxCBrk8S4bO6dcw5U=
github.com/dosco/graphjin/plugin/osfs/v3 v3.0.0-20230127082222-13448e4d7160 h1:E5TTZbVxsp31LkvNosi9gqarp95Hh6fRwKqAVMn0keo=
github.com/dosco/graphjin/plugin/osfs/v3 v3.0.0-20230127082222-13448e4d7160/go.mod h1:lg2ZkWi2PmA8d8t0vL7fgyFc1bKAkSIb6sWnOWmaseQ=
github.com/dosco/graphjin/plugin/otel/v3 v3.0.0-20230127082222-13448e4d7160 h1:XYXEOW8yUXdB6Pc3J3EVtZ5LzP91UV8siKEB7G25ryc=
Expand Down
Loading

1 comment on commit b9a79a8

@vercel
Copy link

@vercel vercel bot commented on b9a79a8 Jan 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.