Skip to content

Commit 8da48de

Browse files
tatianabgopherbot
authored andcommitted
go.mod: update github.com/go-git/go-git/v5 to 5.13.0
Change-Id: Icfac6f84635daca82d7f6bcf55082c55f3786f01 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/641735 Auto-Submit: Tatiana Bradley <[email protected]> Reviewed-by: Damien Neil <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent a3adcec commit 8da48de

File tree

2 files changed

+29
-62
lines changed

2 files changed

+29
-62
lines changed

go.mod

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ require (
1010
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.21.0
1111
github.com/GoogleCloudPlatform/opentelemetry-operations-go/propagator v0.45.0
1212
github.com/client9/misspell v0.3.4
13-
github.com/go-git/go-billy/v5 v5.5.0
14-
github.com/go-git/go-git/v5 v5.11.0
13+
github.com/go-git/go-billy/v5 v5.6.0
14+
github.com/go-git/go-git/v5 v5.13.0
1515
github.com/google/generative-ai-go v0.5.0
1616
github.com/google/go-cmp v0.6.0
1717
github.com/google/go-github/v41 v41.0.0
@@ -24,7 +24,7 @@ require (
2424
go.opentelemetry.io/otel v1.21.0
2525
go.opentelemetry.io/otel/sdk v1.21.0
2626
go.opentelemetry.io/otel/trace v1.21.0
27-
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
27+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
2828
golang.org/x/mod v0.22.0
2929
golang.org/x/oauth2 v0.25.0
3030
golang.org/x/sync v0.10.0
@@ -49,9 +49,9 @@ require (
4949
github.com/BurntSushi/toml v1.3.2 // indirect
5050
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.45.0 // indirect
5151
github.com/Microsoft/go-winio v0.6.1 // indirect
52-
github.com/ProtonMail/go-crypto v1.0.0 // indirect
52+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
5353
github.com/cloudflare/circl v1.3.7 // indirect
54-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
54+
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
5555
github.com/emirpasic/gods v1.18.1 // indirect
5656
github.com/felixge/httpsnoop v1.0.4 // indirect
5757
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
@@ -66,9 +66,9 @@ require (
6666
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
6767
github.com/kevinburke/ssh_config v1.2.0 // indirect
6868
github.com/pjbgf/sha1cd v0.3.0 // indirect
69-
github.com/sergi/go-diff v1.3.1 // indirect
69+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
7070
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
71-
github.com/skeema/knownhosts v1.2.1 // indirect
71+
github.com/skeema/knownhosts v1.3.0 // indirect
7272
github.com/xanzy/ssh-agent v0.3.3 // indirect
7373
go.opencensus.io v0.24.0 // indirect
7474
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 // indirect

0 commit comments

Comments
 (0)