From ca531f23bcadfcf56f4b5fb6067c3a75e2d964a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 21:01:56 +0000 Subject: deps(go): Bump cuelang.org/go from 0.9.2 to 0.10.1 (#2241) Bumps cuelang.org/go from 0.9.2 to 0.10.1. --- updated-dependencies: - dependency-name: cuelang.org/go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 230855b3..e1f5079e 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/hairyhenderson/gomplate/v4 go 1.22.5 require ( - cuelang.org/go v0.9.2 + cuelang.org/go v0.10.1 github.com/Masterminds/goutils v1.1.1 github.com/Masterminds/semver/v3 v3.2.1 github.com/Shopify/ejson v1.5.2 @@ -150,11 +150,12 @@ require ( go4.org/intern v0.0.0-20230525184215-6c62f75575cb // indirect go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6 // indirect gocloud.dev v0.37.0 // indirect - golang.org/x/net v0.26.0 // indirect - golang.org/x/oauth2 v0.21.0 // indirect + golang.org/x/mod v0.20.0 // indirect + golang.org/x/net v0.28.0 // indirect + golang.org/x/oauth2 v0.22.0 // indirect golang.org/x/sync v0.8.0 // indirect golang.org/x/time v0.5.0 // indirect - golang.org/x/tools v0.22.0 // indirect + golang.org/x/tools v0.24.0 // indirect golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect google.golang.org/api v0.184.0 // indirect google.golang.org/genproto v0.0.0-20240610135401-a8a62080eff3 // indirect -- cgit v1.2.3