From 302ec65a85d7e99cd19d9489bb82fbefcaa9fff6 Mon Sep 17 00:00:00 2001 From: Peter Sanchez Date: Tue, 27 Aug 2024 16:22:53 -0600 Subject: [PATCH] gobwebs-graphql bump and adjustments --- cmd/api/main.go | 1 + cmd/test/helpers.go | 1 + go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/cmd/api/main.go b/cmd/api/main.go index 5361e64..9f8509e 100644 --- a/cmd/api/main.go +++ b/cmd/api/main.go @@ -131,6 +131,7 @@ func run() error { "BILLING", "ANALYTICS", "LISTS", "SHORTS", "QRCODES", }) + ext.GQL.ScopesPath = "/query/api-scopes.json" srv, err = srv.Extend(ext) if err != nil { diff --git a/cmd/test/helpers.go b/cmd/test/helpers.go index 5e500f6..5e03b55 100644 --- a/cmd/test/helpers.go +++ b/cmd/test/helpers.go @@ -181,6 +181,7 @@ func NewAPITestServer(t *testing.T) (*server.Server, *echo.Echo, string) { "BILLING", "ANALYTICS", "LISTS", "SHORTS", "QRCODES", }) + ext.GQL.ScopesPath = "/query/api-scopes.json" srv, err = srv.Extend(ext) if err != nil { diff --git a/go.mod b/go.mod index 4e6f027..c23eb34 100644 --- a/go.mod +++ b/go.mod @@ -28,7 +28,7 @@ require ( golang.org/x/text v0.16.0 netlandish.com/x/gobwebs v0.0.0-20240815220346-26dc25c49eef netlandish.com/x/gobwebs-formguard v0.0.0-20231224192353-29706d23f156 - netlandish.com/x/gobwebs-graphql v0.0.0-20240815220450-3adf35e18aaf + netlandish.com/x/gobwebs-graphql v0.0.0-20240827211219-adfac6aa2e95 netlandish.com/x/gobwebs-oauth2 v0.0.0-20240216010400-f0f42e2e3a7c netlandish.com/x/gobwebs-ses-feedback v0.0.0-20231224192331-d90c2b73e55d petersanchez.com/x/carrier v0.2.1 diff --git a/go.sum b/go.sum index da70601..fba4066 100644 --- a/go.sum +++ b/go.sum @@ -2585,8 +2585,8 @@ netlandish.com/x/gobwebs v0.0.0-20240815220346-26dc25c49eef h1:5uEkE9EFyWvar1zMH netlandish.com/x/gobwebs v0.0.0-20240815220346-26dc25c49eef/go.mod h1:9uw5D9T02tPpMMr58nThmVp8ZcdrRIAq/SAHsOIim5g= netlandish.com/x/gobwebs-formguard v0.0.0-20231224192353-29706d23f156 h1:kbYL/3PDS6Pt5uE5QJWkVIgd+kzUgUUb3IKhAth35Bc= netlandish.com/x/gobwebs-formguard v0.0.0-20231224192353-29706d23f156/go.mod h1:+73MG8iQ7+cs1rbcbgBEJd5so1TyFNmqrwLNKtDUAvg= -netlandish.com/x/gobwebs-graphql v0.0.0-20240815220450-3adf35e18aaf h1:9UqPVdLMtW3zppUmBM7Sw2ZnLJSKxBw4qcAUhaOe1O0= -netlandish.com/x/gobwebs-graphql v0.0.0-20240815220450-3adf35e18aaf/go.mod h1:+lWd9obRk/mhwuUJoMEW4likynIxICcZRJz0Hs3frl8= +netlandish.com/x/gobwebs-graphql v0.0.0-20240827211219-adfac6aa2e95 h1:LKkykMipupeHJRDavc8GNSD5sQTq94mvVGkVq4Obf7M= +netlandish.com/x/gobwebs-graphql v0.0.0-20240827211219-adfac6aa2e95/go.mod h1:+lWd9obRk/mhwuUJoMEW4likynIxICcZRJz0Hs3frl8= netlandish.com/x/gobwebs-oauth2 v0.0.0-20240216010400-f0f42e2e3a7c h1:OiR7uZB8Ix33d6uZcNucqWC53XQlJLqH5MyskIaFD20= netlandish.com/x/gobwebs-oauth2 v0.0.0-20240216010400-f0f42e2e3a7c/go.mod h1:YFuvoy5GEi60A+UfPZyC87DTAwFLrvUldZL6dr+ks1o= netlandish.com/x/gobwebs-ses-feedback v0.0.0-20231224192331-d90c2b73e55d h1:Qof6jqwfFMcmw08Qh5UocDsqjNIvpsZwZuxGqhbh8GE= -- 2.45.2