diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-12 21:34:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 21:34:41 -0400 |
| commit | 40eab0b7df39f7751578fc85e5cd133b86fb2812 (patch) | |
| tree | c983a43dec29b11d311cfac81509492e10394a6f /go.mod | |
| parent | c2b5f756b909734413c0645d01a1c72b9e87f659 (diff) | |
deps(go): Bump cuelang.org/go from 0.12.0 to 0.12.1 (#2360)
Bumps cuelang.org/go from 0.12.0 to 0.12.1.
---
updated-dependencies:
- dependency-name: cuelang.org/go
dependency-version: 0.12.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.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.12.0 + cuelang.org/go v0.12.1 github.com/Masterminds/goutils v1.1.1 github.com/Masterminds/semver/v3 v3.3.1 github.com/Shopify/ejson v1.5.4 |
