summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-10 00:00:23 +0000
committerGitHub <noreply@github.com>2024-06-10 00:00:23 +0000
commitb9e6f0ff87f73dd237c5725fe95e619fead14331 (patch)
tree9c622c9afe3953eb42f9f892feddd4f99ba85792 /go.mod
parent8c904628ec2f4d0af21db4d9ea223efddec5c660 (diff)
Build(deps): Bump cuelang.org/go from 0.8.2 to 0.9.0 (#2102)
Bumps cuelang.org/go from 0.8.2 to 0.9.0. --- updated-dependencies: - dependency-name: cuelang.org/go dependency-type: direct:production update-type: version-update:semver-minor ... 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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 65e8c9fc..badc8f9b 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/hairyhenderson/gomplate/v4
go 1.22.3
require (
- cuelang.org/go v0.8.2
+ cuelang.org/go v0.9.0
github.com/Masterminds/goutils v1.1.1
github.com/Masterminds/semver/v3 v3.2.1
github.com/Shopify/ejson v1.5.2