Skip to content

Commit a6cf30a

Browse files
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] <[email protected]>
1 parent 0f1c1e9 commit a6cf30a

File tree

2 files changed

+48
-80
lines changed

2 files changed

+48
-80
lines changed

iac/lcs/go.mod

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@ module lcs
22

33
go 1.21
44

5-
toolchain go1.22.3
6-
75
require (
86
github.com/pulumi/pulumi/sdk/v3 v3.120.0
9-
github.com/stretchr/testify v1.9.0
7+
github.com/stretchr/testify v1.10.0
108
)
119

1210
require (
1311
dario.cat/mergo v1.0.0 // indirect
1412
github.com/Microsoft/go-winio v0.6.2 // indirect
15-
github.com/ProtonMail/go-crypto v1.0.0 // indirect
13+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
1614
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
1715
github.com/agext/levenshtein v1.2.3 // indirect
1816
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
@@ -35,8 +33,8 @@ require (
3533
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
3634
github.com/fsnotify/fsnotify v1.7.0 // indirect
3735
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
38-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
39-
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
4038
github.com/gogo/protobuf v1.3.2 // indirect
4139
github.com/golang/glog v1.2.1 // indirect
4240
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -72,7 +70,7 @@ require (
7270
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
7371
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
7472
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
75-
github.com/skeema/knownhosts v1.2.2 // indirect
73+
github.com/skeema/knownhosts v1.3.0 // indirect
7674
github.com/spf13/cobra v1.8.0 // indirect
7775
github.com/spf13/pflag v1.0.5 // indirect
7876
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
@@ -83,15 +81,15 @@ require (
8381
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
8482
github.com/zclconf/go-cty v1.14.4 // indirect
8583
go.uber.org/atomic v1.11.0 // indirect
86-
golang.org/x/crypto v0.24.0 // indirect
87-
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
88-
golang.org/x/mod v0.18.0 // indirect
89-
golang.org/x/net v0.26.0 // indirect
90-
golang.org/x/sync v0.7.0 // indirect
91-
golang.org/x/sys v0.21.0 // indirect
92-
golang.org/x/term v0.21.0 // indirect
93-
golang.org/x/text v0.16.0 // indirect
94-
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
9593
google.golang.org/genproto/googleapis/rpc v0.0.0-20240610135401-a8a62080eff3 // indirect
9694
google.golang.org/grpc v1.64.1 // indirect
9795
google.golang.org/protobuf v1.34.2 // indirect

0 commit comments

Comments
 (0)