From fbe6af5cd598b8757f7e60c313b59e2aae89ab32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 08:39:34 +0000 Subject: [PATCH] build(deps): bump github.com/supabase/cli from 1.128.1 to 1.129.0 Bumps [github.com/supabase/cli](https://github.com/supabase/cli) from 1.128.1 to 1.129.0. - [Release notes](https://github.com/supabase/cli/releases) - [Changelog](https://github.com/supabase/cli/blob/main/.goreleaser.yml) - [Commits](https://github.com/supabase/cli/compare/v1.128.1...v1.129.0) --- updated-dependencies: - dependency-name: github.com/supabase/cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4905887..cf32b0f 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/tensorchord/supabase-cli-image go 1.19 -require github.com/supabase/cli v1.128.1 +require github.com/supabase/cli v1.129.0 require ( github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect diff --git a/go.sum b/go.sum index 6b4007b..36d39fe 100644 --- a/go.sum +++ b/go.sum @@ -15,6 +15,6 @@ github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad/go.mod h1:qLr4V1qq6nMqFKk github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= -github.com/supabase/cli v1.128.1 h1:ZbSwQOYb5BwfP3arc/OTzsMZtgThIhI/XRhpa1ShtmQ= -github.com/supabase/cli v1.128.1/go.mod h1:XrQtu5mdNQwNOnJDit0tjVq2cgKFSesV87qHK0Zd1kc= +github.com/supabase/cli v1.129.0 h1:j9BAnFg+TmEuP1BgianQzBoryjpkvHCXq9I4G0vUg8o= +github.com/supabase/cli v1.129.0/go.mod h1:XrQtu5mdNQwNOnJDit0tjVq2cgKFSesV87qHK0Zd1kc= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=