From 7b89601c28b586d0f9bcc181f0adbbcf57fda3e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 22:28:49 +0000 Subject: deps(go): Bump cuelang.org/go from 0.10.1 to 0.11.0 (#2267) * deps(go): Bump cuelang.org/go from 0.10.1 to 0.11.0 Bumps cuelang.org/go from 0.10.1 to 0.11.0. --- updated-dependencies: - dependency-name: cuelang.org/go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: Dave Henderson Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dave Henderson --- go.mod | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index ab500525..34d2052a 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.10.1 + cuelang.org/go v0.11.0 github.com/Masterminds/goutils v1.1.1 github.com/Masterminds/semver/v3 v3.3.0 github.com/Shopify/ejson v1.5.3 @@ -139,6 +139,7 @@ require ( github.com/mattn/go-isatty v0.0.20 // indirect github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect + github.com/pelletier/go-toml/v2 v2.2.3 // indirect github.com/pjbgf/sha1cd v0.3.0 // indirect github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect github.com/pkg/errors v0.9.1 // indirect @@ -163,12 +164,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.40.0 // indirect - golang.org/x/mod v0.20.0 // indirect + golang.org/x/mod v0.21.0 // indirect golang.org/x/net v0.30.0 // indirect golang.org/x/oauth2 v0.23.0 // indirect golang.org/x/sync v0.9.0 // indirect golang.org/x/time v0.7.0 // indirect - golang.org/x/tools v0.24.0 // indirect + golang.org/x/tools v0.26.0 // indirect golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect google.golang.org/api v0.201.0 // indirect google.golang.org/genproto v0.0.0-20241007155032-5fefd90f89a9 // indirect -- cgit v1.2.3