diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-09 16:16:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-09 16:16:05 +0000 |
| commit | 9785caa0f50f609c1f9eb1dc0242ff87efdd6d88 (patch) | |
| tree | fc3e322c5766e50be7fb185e938bbc61e7cbe6c7 /go.mod | |
| parent | 16dc98fb50e7fabe1150b1cfb9fdba3042c6f907 (diff) | |
deps(go): Bump cuelang.org/go from 0.11.0 to 0.12.0 (#2310)
Bumps cuelang.org/go from 0.11.0 to 0.12.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.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,7 +3,7 @@ module github.com/hairyhenderson/gomplate/v4 go 1.23.4 require ( - cuelang.org/go v0.11.0 + cuelang.org/go v0.12.0 github.com/Masterminds/goutils v1.1.1 github.com/Masterminds/semver/v3 v3.3.1 github.com/Shopify/ejson v1.5.4 @@ -165,12 +165,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.21.0 // indirect + golang.org/x/mod v0.22.0 // indirect golang.org/x/net v0.34.0 // indirect - golang.org/x/oauth2 v0.24.0 // indirect + golang.org/x/oauth2 v0.25.0 // indirect golang.org/x/sync v0.12.0 // indirect golang.org/x/time v0.7.0 // indirect - golang.org/x/tools v0.26.0 // indirect + golang.org/x/tools v0.29.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 |
