diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-26 00:42:38 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-26 00:42:38 +0000 |
| commit | f80f64c9fdefd23960e787a9e7f48da638144b9c (patch) | |
| tree | 218341dabf70fceeb1355e4164516274702427b2 /go.mod | |
| parent | 7375cf03990db67f628a046b45fb760be1d248d9 (diff) | |
deps(go): Bump cuelang.org/go from 0.12.1 to 0.13.0 (#2380)
Bumps cuelang.org/go from 0.12.1 to 0.13.0.
---
updated-dependencies:
- dependency-name: cuelang.org/go
dependency-version: 0.13.0
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.24.1 require ( - cuelang.org/go v0.12.1 + cuelang.org/go v0.13.0 github.com/Masterminds/goutils v1.1.1 github.com/Masterminds/semver/v3 v3.3.1 github.com/Shopify/ejson v1.5.4 @@ -139,7 +139,7 @@ require ( github.com/mattn/go-isatty v0.0.20 // indirect github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect - github.com/pelletier/go-toml/v2 v2.2.3 // indirect + github.com/pelletier/go-toml/v2 v2.2.4 // indirect github.com/pjbgf/sha1cd v0.3.2 // indirect github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect github.com/pkg/errors v0.9.1 // indirect @@ -167,10 +167,10 @@ require ( gocloud.dev v0.41.0 // indirect golang.org/x/mod v0.24.0 // indirect golang.org/x/net v0.39.0 // indirect - golang.org/x/oauth2 v0.28.0 // indirect + golang.org/x/oauth2 v0.29.0 // indirect golang.org/x/sync v0.14.0 // indirect golang.org/x/time v0.11.0 // indirect - golang.org/x/tools v0.31.0 // indirect + golang.org/x/tools v0.32.0 // indirect golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect google.golang.org/api v0.228.0 // indirect google.golang.org/genproto v0.0.0-20250324211829-b45e905df463 // indirect |
