Skip to content

Commit 5c32415

Browse files
committed
Update gqlgen and gqlgenc
1 parent f8a108b commit 5c32415

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ declared in the [`./src`](./src) directory of this repository.
1919
"ghcr.io/devcontainers/features/go:1": {
2020
"version": "1.21"
2121
},
22-
"ghcr.io/bryk-io/devcontainers-features/buf:1.30.0": {},
22+
"ghcr.io/bryk-io/devcontainers-features/buf:1.56.0": {},
2323
"ghcr.io/bryk-io/devcontainers-features/live-share:1": {},
24-
"ghcr.io/bryk-io/devcontainers-features/gqlgen:0.17.45": {},
25-
"ghcr.io/bryk-io/devcontainers-features/gqlgenc:0.18.0": {}
24+
"ghcr.io/bryk-io/devcontainers-features/gqlgen:0.17.78": {},
25+
"ghcr.io/bryk-io/devcontainers-features/gqlgenc:0.31.0": {}
2626
}
2727
```
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "gqlgen",
33
"id": "gqlgen",
4-
"version": "0.17.45",
4+
"version": "0.17.78",
55
"description": "Schema-first GraphQL server library written in Go",
66
"documentationURL": "https://gqlgen.com/",
77
"licenseURL": "https://github.com/99designs/gqlgen/blob/master/LICENSE",
8-
"installsAfter": ["ghcr.io/devcontainers/features/go:1"],
8+
"installsAfter": [ "ghcr.io/devcontainers/features/go:1" ],
99
"customizations": {
1010
"vscode": {
11-
"extensions": ["kumar-harsh.graphql-for-vscode"]
11+
"extensions": [ "kumar-harsh.graphql-for-vscode" ]
1212
}
1313
}
1414
}

src/gqlgen/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fi
3434

3535
echo -e "Activating feature: 'gqlgen'"
3636
echo -e "Installing tools"
37-
GQLGEN="0.17.45"
37+
GQLGEN="0.17.78"
3838
GO_TOOLS="\
3939
github.com/99designs/gqlgen@v${GQLGEN}"
4040
export PATH=/go/bin:${PATH}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "gqlgenc",
33
"id": "gqlgenc",
4-
"version": "0.18.0",
4+
"version": "0.31.0",
55
"description": "Tools for creating strictly typed GraphQL clients in Go",
66
"documentationURL": "https://github.com/Yamashou/gqlgenc",
77
"licenseURL": "https://github.com/Yamashou/gqlgenc/blob/master/LICENSE",
8-
"installsAfter": ["ghcr.io/devcontainers/features/go:1"],
8+
"installsAfter": [ "ghcr.io/devcontainers/features/go:1" ],
99
"customizations": {
1010
"vscode": {
11-
"extensions": ["kumar-harsh.graphql-for-vscode"]
11+
"extensions": [ "kumar-harsh.graphql-for-vscode" ]
1212
}
1313
}
1414
}

src/gqlgenc/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fi
3434

3535
echo -e "Activating feature: 'gqlgenc'"
3636
echo -e "Installing tools"
37-
GQLGENC="0.18.0"
37+
GQLGENC="0.31.0"
3838
GO_TOOLS="\
3939
github.com/Yamashou/gqlgenc@v${GQLGENC}"
4040
export PATH=/go/bin:${PATH}

0 commit comments

Comments
 (0)