~netlandish/links

302ec65a85d7e99cd19d9489bb82fbefcaa9fff6 — Peter Sanchez a month ago ffcad47
gobwebs-graphql bump and adjustments
4 files changed, 5 insertions(+), 3 deletions(-)

M cmd/api/main.go
M cmd/test/helpers.go
M go.mod
M go.sum
M cmd/api/main.go => cmd/api/main.go +1 -0
@@ 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 {

M cmd/test/helpers.go => cmd/test/helpers.go +1 -0
@@ 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 {

M go.mod => go.mod +1 -1
@@ 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

M go.sum => go.sum +2 -2
@@ 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=