File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 3434
3535echo -e " Activating feature: 'gqlgen'"
3636echo -e " Installing tools"
37- GQLGEN=" 0.17.45 "
37+ GQLGEN=" 0.17.78 "
3838GO_TOOLS=" \
3939 github.com/99designs/gqlgen@v${GQLGEN} "
4040export PATH=/go/bin:${PATH}
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 3434
3535echo -e " Activating feature: 'gqlgenc'"
3636echo -e " Installing tools"
37- GQLGENC=" 0.18 .0"
37+ GQLGENC=" 0.31 .0"
3838GO_TOOLS=" \
3939 github.com/Yamashou/gqlgenc@v${GQLGENC} "
4040export PATH=/go/bin:${PATH}
You can’t perform that action at this time.
0 commit comments