summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-06-11 18:01:41 +0000
committerGitHub <noreply@github.com>2025-06-11 18:01:41 +0000
commit8a96151298bf30626e0a0e97a5baf247ae7e7b02 (patch)
treec5778737e5c16f058481505b3e088cd61d9827df /go.mod
parent68faa6b783ca9aa781aa69d47d77c1f0f3e9edb2 (diff)
deps(go): Bump cuelang.org/go from 0.13.0 to 0.13.1 (#2395)
Bumps cuelang.org/go from 0.13.0 to 0.13.1. --- updated-dependencies: - dependency-name: cuelang.org/go dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 065c21a8..71facf6b 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/hairyhenderson/gomplate/v4
go 1.24.1
require (
- cuelang.org/go v0.13.0
+ cuelang.org/go v0.13.1
github.com/Masterminds/goutils v1.1.1
github.com/Masterminds/semver/v3 v3.3.1
github.com/Shopify/ejson v1.5.4
@@ -167,7 +167,6 @@ 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.41.0 // indirect
- golang.org/x/mod v0.25.0 // indirect
golang.org/x/net v0.40.0 // indirect
golang.org/x/oauth2 v0.29.0 // indirect
golang.org/x/sync v0.15.0 // indirect