Skip to content

Commit

Permalink
Update to gqlgen master
Browse files Browse the repository at this point in the history
Normally we'd wait for a release, but I don't know when the next one is due and
master has a fix for upbound#78.

Signed-off-by: Nic Cope <negz@rk0n.org>
  • Loading branch information
negz committed Nov 19, 2021
1 parent 3156583 commit 3aacff2
Show file tree
Hide file tree
Showing 3 changed files with 2,429 additions and 468 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ module github.com/upbound/xgql
go 1.16

require (
github.com/99designs/gqlgen v0.13.0
github.com/99designs/gqlgen v0.14.1-0.20211024211745-3bbc2a342fc7
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v0.20.1
github.com/crossplane/crossplane v1.2.1
github.com/crossplane/crossplane-runtime v0.13.0
github.com/go-chi/chi/v5 v5.0.3
github.com/google/go-cmp v0.5.6
github.com/kjk/smaz v0.0.0-20151202183815-c61c680e82ff
github.com/pkg/errors v0.9.1
github.com/vektah/gqlparser/v2 v2.1.0
github.com/vektah/gqlparser/v2 v2.2.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0
go.opentelemetry.io/contrib/instrumentation/runtime v0.20.0
go.opentelemetry.io/otel v0.20.0
Expand Down
Loading

0 comments on commit 3aacff2

Please sign in to comment.