From 7c2d5d3ffdecc31b60be14147c70c2739334e7bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 04:50:08 +0000 Subject: [PATCH] fix(deps): update module gopkg.in/guregu/null.v4 to v5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1b08b9734..84ead88b9 100644 --- a/go.mod +++ b/go.mod @@ -50,7 +50,7 @@ require ( golang.org/x/oauth2 v0.24.0 golang.org/x/tools v0.27.0 google.golang.org/api v0.205.0 - gopkg.in/guregu/null.v4 v4.0.0 + gopkg.in/guregu/null.v5 v5.0.0 gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect sigs.k8s.io/yaml v1.4.0