Skip to content

Commit d60bb26

Browse files
build(deps): bump the github-actions-backward-compatible group with 3 updates
Bumps the github-actions-backward-compatible group with 3 updates: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git), [github.com/google/go-cmp](https://github.com/google/go-cmp) and [github.com/otiai10/copy](https://github.com/otiai10/copy). Updates `github.com/go-git/go-git/v5` from 5.5.0 to 5.16.2 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.5.0...v5.16.2) Updates `github.com/google/go-cmp` from 0.5.9 to 0.7.0 - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](google/go-cmp@v0.5.9...v0.7.0) Updates `github.com/otiai10/copy` from 1.7.0 to 1.14.1 - [Release notes](https://github.com/otiai10/copy/releases) - [Commits](otiai10/copy@v1.7.0...v1.14.1) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.16.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-backward-compatible - dependency-name: github.com/google/go-cmp dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-backward-compatible - dependency-name: github.com/otiai10/copy dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-backward-compatible ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9e0faf7 commit d60bb26

2 files changed

Lines changed: 80 additions & 118 deletions

File tree

go.mod

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,31 @@ module github.com/hashicorp/composite-action-framework-go
33
go 1.24
44

55
require (
6-
github.com/go-git/go-git/v5 v5.5.0
7-
github.com/google/go-cmp v0.5.9
8-
github.com/otiai10/copy v1.7.0
6+
github.com/go-git/go-git/v5 v5.16.2
7+
github.com/google/go-cmp v0.7.0
8+
github.com/otiai10/copy v1.14.1
99
)
1010

1111
require (
12-
github.com/Microsoft/go-winio v0.6.0 // indirect
13-
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4 // indirect
14-
github.com/acomagu/bufpipe v1.0.3 // indirect
15-
github.com/cloudflare/circl v1.3.3 // indirect
12+
dario.cat/mergo v1.0.0 // indirect
13+
github.com/Microsoft/go-winio v0.6.2 // indirect
14+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
15+
github.com/cloudflare/circl v1.6.1 // indirect
16+
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
1617
github.com/emirpasic/gods v1.18.1 // indirect
17-
github.com/go-git/gcfg v1.5.0 // indirect
18-
github.com/go-git/go-billy/v5 v5.3.1 // indirect
19-
github.com/imdario/mergo v0.3.13 // indirect
18+
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
19+
github.com/go-git/go-billy/v5 v5.6.2 // indirect
20+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
2021
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
2122
github.com/kevinburke/ssh_config v1.2.0 // indirect
22-
github.com/pjbgf/sha1cd v0.2.3 // indirect
23-
github.com/sergi/go-diff v1.2.0 // indirect
24-
github.com/skeema/knownhosts v1.1.0 // indirect
23+
github.com/otiai10/mint v1.6.3 // indirect
24+
github.com/pjbgf/sha1cd v0.3.2 // indirect
25+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
26+
github.com/skeema/knownhosts v1.3.1 // indirect
2527
github.com/xanzy/ssh-agent v0.3.3 // indirect
26-
golang.org/x/crypto v0.4.0 // indirect
27-
golang.org/x/mod v0.7.0 // indirect
28-
golang.org/x/net v0.4.0 // indirect
29-
golang.org/x/sys v0.3.0 // indirect
30-
golang.org/x/tools v0.4.0 // indirect
28+
golang.org/x/crypto v0.37.0 // indirect
29+
golang.org/x/net v0.39.0 // indirect
30+
golang.org/x/sync v0.8.0 // indirect
31+
golang.org/x/sys v0.32.0 // indirect
3132
gopkg.in/warnings.v0 v0.1.2 // indirect
3233
)

0 commit comments

Comments
 (0)