Skip to content

Commit 9d152d9

Browse files
dependabot[bot]softwaredevelop
authored andcommitted
chore(deps): Bump github.com/go-git/go-git/v5 in /iac/lcs
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.12.0 to 5.13.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.12.0...v5.13.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f34b1e commit 9d152d9

File tree

2 files changed

+48
-78
lines changed

2 files changed

+48
-78
lines changed

iac/lcs/go.mod

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ go 1.21
44

55
require (
66
github.com/pulumi/pulumi/sdk/v3 v3.120.0
7-
github.com/stretchr/testify v1.9.0
7+
github.com/stretchr/testify v1.10.0
88
)
99

1010
require (
1111
dario.cat/mergo v1.0.0 // indirect
1212
github.com/Microsoft/go-winio v0.6.2 // indirect
13-
github.com/ProtonMail/go-crypto v1.0.0 // indirect
13+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
1414
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
1515
github.com/agext/levenshtein v1.2.3 // indirect
1616
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
@@ -33,8 +33,8 @@ require (
3333
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
3434
github.com/fsnotify/fsnotify v1.7.0 // indirect
3535
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
36-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
37-
github.com/go-git/go-git/v5 v5.12.0 // indirect
36+
github.com/go-git/go-billy/v5 v5.6.0 // indirect
37+
github.com/go-git/go-git/v5 v5.13.0 // indirect
3838
github.com/gogo/protobuf v1.3.2 // indirect
3939
github.com/golang/glog v1.2.4 // indirect
4040
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -70,7 +70,7 @@ require (
7070
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
7171
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
7272
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
73-
github.com/skeema/knownhosts v1.2.2 // indirect
73+
github.com/skeema/knownhosts v1.3.0 // indirect
7474
github.com/spf13/cobra v1.8.0 // indirect
7575
github.com/spf13/pflag v1.0.5 // indirect
7676
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
@@ -81,15 +81,15 @@ require (
8181
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
8282
github.com/zclconf/go-cty v1.14.4 // indirect
8383
go.uber.org/atomic v1.11.0 // indirect
84-
golang.org/x/crypto v0.24.0 // indirect
85-
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
86-
golang.org/x/mod v0.18.0 // indirect
87-
golang.org/x/net v0.26.0 // indirect
88-
golang.org/x/sync v0.7.0 // indirect
89-
golang.org/x/sys v0.21.0 // indirect
90-
golang.org/x/term v0.21.0 // indirect
91-
golang.org/x/text v0.16.0 // indirect
92-
golang.org/x/tools v0.22.0 // indirect
84+
golang.org/x/crypto v0.31.0 // indirect
85+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
86+
golang.org/x/mod v0.19.0 // indirect
87+
golang.org/x/net v0.33.0 // indirect
88+
golang.org/x/sync v0.10.0 // indirect
89+
golang.org/x/sys v0.28.0 // indirect
90+
golang.org/x/term v0.27.0 // indirect
91+
golang.org/x/text v0.21.0 // indirect
92+
golang.org/x/tools v0.23.0 // indirect
9393
google.golang.org/genproto/googleapis/rpc v0.0.0-20240610135401-a8a62080eff3 // indirect
9494
google.golang.org/grpc v1.64.1 // indirect
9595
google.golang.org/protobuf v1.34.2 // indirect

0 commit comments

Comments
 (0)