diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-24 22:28:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-24 22:28:49 +0000 |
| commit | 7b89601c28b586d0f9bcc181f0adbbcf57fda3e4 (patch) | |
| tree | 3316a01b58c63d2811e903b61681a3b40dbb479a /go.mod | |
| parent | 478b745e75c3e03a96fff7af39128e63dc356e34 (diff) | |
deps(go): Bump cuelang.org/go from 0.10.1 to 0.11.0 (#2267)
* deps(go): Bump cuelang.org/go from 0.10.1 to 0.11.0
Bumps cuelang.org/go from 0.10.1 to 0.11.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>
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -3,7 +3,7 @@ module github.com/hairyhenderson/gomplate/v4 go 1.22.5 require ( - cuelang.org/go v0.10.1 + cuelang.org/go v0.11.0 github.com/Masterminds/goutils v1.1.1 github.com/Masterminds/semver/v3 v3.3.0 github.com/Shopify/ejson v1.5.3 @@ -139,6 +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/pjbgf/sha1cd v0.3.0 // indirect github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect github.com/pkg/errors v0.9.1 // indirect @@ -163,12 +164,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.20.0 // indirect + golang.org/x/mod v0.21.0 // indirect golang.org/x/net v0.30.0 // indirect golang.org/x/oauth2 v0.23.0 // indirect golang.org/x/sync v0.9.0 // indirect golang.org/x/time v0.7.0 // indirect - golang.org/x/tools v0.24.0 // indirect + golang.org/x/tools v0.26.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 |
