Skip to content

Commit 11d308d

Browse files
chore(deps): bump github.com/go-git/go-git/v5 from 5.13.1 to 5.14.0
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.13.1 to 5.14.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.13.1...v5.14.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e3f10c1 commit 11d308d

File tree

175 files changed

+4589
-35928
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+4589
-35928
lines changed

go.mod

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/launchdarkly/ld-find-code-refs/v2
22

33
go 1.22
4-
toolchain go1.22.5
4+
toolchain go1.23.6
55

66
require (
77
github.com/bmatcuk/doublestar/v4 v4.7.1
8-
github.com/go-git/go-git/v5 v5.13.1
8+
github.com/go-git/go-git/v5 v5.14.0
99
github.com/hashicorp/go-retryablehttp v0.7.7
1010
github.com/iancoleman/strcase v0.3.0
1111
github.com/launchdarkly/json-patch v0.0.0-20180720210516-dd68d883319f
@@ -23,16 +23,16 @@ require github.com/launchdarkly/api-client-go/v15 v15.1.0
2323

2424
require (
2525
dario.cat/mergo v1.0.0 // indirect
26-
github.com/Microsoft/go-winio v0.6.1 // indirect
27-
github.com/ProtonMail/go-crypto v1.1.3 // indirect
28-
github.com/cloudflare/circl v1.3.7 // indirect
29-
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
26+
github.com/Microsoft/go-winio v0.6.2 // indirect
27+
github.com/ProtonMail/go-crypto v1.1.5 // indirect
28+
github.com/cloudflare/circl v1.6.0 // indirect
29+
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
3030
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3131
github.com/emirpasic/gods v1.18.1 // indirect
3232
github.com/fsnotify/fsnotify v1.7.0 // indirect
3333
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
34-
github.com/go-git/go-billy/v5 v5.6.1 // indirect
35-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
34+
github.com/go-git/go-billy/v5 v5.6.2 // indirect
35+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
3636
github.com/golang/protobuf v1.5.4 // indirect
3737
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
3838
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -43,27 +43,25 @@ require (
4343
github.com/mattn/go-runewidth v0.0.9 // indirect
4444
github.com/mitchellh/mapstructure v1.5.0 // indirect
4545
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
46-
github.com/pjbgf/sha1cd v0.3.0 // indirect
46+
github.com/pjbgf/sha1cd v0.3.2 // indirect
4747
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4848
github.com/sagikazarmark/locafero v0.4.0 // indirect
4949
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
5050
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
51-
github.com/skeema/knownhosts v1.3.0 // indirect
51+
github.com/skeema/knownhosts v1.3.1 // indirect
5252
github.com/sourcegraph/conc v0.3.0 // indirect
5353
github.com/spf13/afero v1.11.0 // indirect
5454
github.com/spf13/cast v1.6.0 // indirect
5555
github.com/subosito/gotenv v1.6.0 // indirect
5656
github.com/xanzy/ssh-agent v0.3.3 // indirect
5757
go.uber.org/atomic v1.9.0 // indirect
5858
go.uber.org/multierr v1.9.0 // indirect
59-
golang.org/x/crypto v0.31.0 // indirect
59+
golang.org/x/crypto v0.35.0 // indirect
6060
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
61-
golang.org/x/mod v0.22.0 // indirect
62-
golang.org/x/net v0.33.0 // indirect
61+
golang.org/x/net v0.35.0 // indirect
6362
golang.org/x/oauth2 v0.18.0 // indirect
64-
golang.org/x/sync v0.10.0 // indirect
65-
golang.org/x/sys v0.28.0 // indirect
66-
golang.org/x/text v0.21.0 // indirect
63+
golang.org/x/sys v0.30.0 // indirect
64+
golang.org/x/text v0.22.0 // indirect
6765
google.golang.org/appengine v1.6.8 // indirect
6866
google.golang.org/protobuf v1.33.0 // indirect
6967
gopkg.in/ini.v1 v1.67.0 // indirect

go.sum

Lines changed: 34 additions & 38 deletions
Large diffs are not rendered by default.

vendor/github.com/Microsoft/go-winio/.golangci.yml

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/go-winio/backup.go

Lines changed: 15 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)