From 8628ccfe72e11d449816296a0e86a3e95bccef36 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 29 Aug 2026 09:58:45 +0000 Subject: [PATCH 1/2] chore: deps(go): bump module github.com/stephenafamo/bob to v0.50.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2d0f3a9a..4c6dfa2a 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/sirupsen/logrus v1.10.2 github.com/spf13/cobra v1.10.2 github.com/spf13/viper v1.21.0 - github.com/stephenafamo/bob v0.49.0 + github.com/stephenafamo/bob v0.50.0 github.com/stretchr/testify v1.12.1 github.com/swaggo/files v1.0.1 github.com/swaggo/gin-swagger v1.6.1 From 774406043aa4b7d33222dfc0855f95b7a7ae11cc Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 29 Aug 2026 09:58:50 +0000 Subject: [PATCH 2/2] chore: clean: go mod tidy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4c6dfa2a..e0162876 100644 --- a/go.mod +++ b/go.mod @@ -22,6 +22,7 @@ require ( github.com/testcontainers/testcontainers-go v0.44.0 github.com/testcontainers/testcontainers-go/modules/postgres v0.44.0 github.com/updatecli/updatecli v0.120.1 + github.com/zitadel/oidc/v3 v3.49.2 github.com/zitadel/zitadel-go/v3 v3.29.3 ) @@ -258,7 +259,6 @@ require ( github.com/yuin/goldmark v1.8.5 // indirect github.com/yusufpapurcu/wmi v1.2.4 // indirect github.com/zclconf/go-cty v1.19.0 // indirect - github.com/zitadel/oidc/v3 v3.49.2 // indirect github.com/zitadel/schema v1.3.2 // indirect gitlab.com/gitlab-org/api/client-go v1.46.0 // indirect go.mongodb.org/mongo-driver/v2 v2.5.0 // indirect diff --git a/go.sum b/go.sum index b33e0e83..35e88c7c 100644 --- a/go.sum +++ b/go.sum @@ -599,8 +599,8 @@ github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk= github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/viper v1.21.0 h1:x5S+0EU27Lbphp4UKm1C+1oQO+rKx36vfCoaVebLFSU= github.com/spf13/viper v1.21.0/go.mod h1:P0lhsswPGWD/1lZJ9ny3fYnVqxiegrlNrEmgLjbTCAY= -github.com/stephenafamo/bob v0.49.0 h1:HRnPXWoKAx/LuSNK3Ko3eNgRmSuRrXmfyD0xV11KJAo= -github.com/stephenafamo/bob v0.49.0/go.mod h1:pz+z6oJa2PU6jGo+uWvaWcbNlXPVwkt5d9nW8kHWfJ0= +github.com/stephenafamo/bob v0.50.0 h1:CsG9JSfJt4RLZiuHdf39LK98Jx5QBkNAIymqtVwnCqY= +github.com/stephenafamo/bob v0.50.0/go.mod h1:pz+z6oJa2PU6jGo+uWvaWcbNlXPVwkt5d9nW8kHWfJ0= github.com/stephenafamo/fakedb v0.0.0-20221230081958-0b86f816ed97 h1:XItoZNmhOih06TC02jK7l3wlpZ0XT/sPQYutDcGOQjg= github.com/stephenafamo/fakedb v0.0.0-20221230081958-0b86f816ed97/go.mod h1:bM3Vmw1IakoaXocHmMIGgJFYob0vuK+CFWiJHQvz0jQ= github.com/stephenafamo/scan v0.9.0 h1:11Rf0cW1KjMLoTEa5uNO9FTRFDFc4BgJJi9LIQz1cmQ=