diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-07-12 17:25:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-12 17:25:52 +0000 |
| commit | 91bf028924efaf046950bf30977fc6fd2a55f1b2 (patch) | |
| tree | cbaae945e6e71da72ae27c2e4b88bbe111c5f036 /go.mod | |
| parent | 18998579a7bf381d94a2ae09bf900fcbc02e38d6 (diff) | |
deps(go): Bump cuelang.org/go from 0.13.1 to 0.13.2 (#2403)
Bumps cuelang.org/go from 0.13.1 to 0.13.2.
---
updated-dependencies:
- dependency-name: cuelang.org/go
dependency-version: 0.13.2
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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ module github.com/hairyhenderson/gomplate/v4 go 1.24.1 require ( - cuelang.org/go v0.13.1 + cuelang.org/go v0.13.2 github.com/Masterminds/goutils v1.1.1 github.com/Masterminds/semver/v3 v3.4.0 github.com/Shopify/ejson v1.5.4 |
