Skip to content

Commit e5322f0

Browse files
fix(deps): update module github.com/go-git/go-git/v5 to v5.16.5 [security]
1 parent 8498d31 commit e5322f0

File tree

2 files changed

+50
-57
lines changed

2 files changed

+50
-57
lines changed

go.mod

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.5
55
require (
66
github.com/fsnotify/fsnotify v1.7.0
77
github.com/gin-gonic/gin v1.10.0
8-
github.com/go-git/go-git/v5 v5.13.0
8+
github.com/go-git/go-git/v5 v5.16.5
99
github.com/google/go-github/v66 v66.0.0
1010
github.com/google/go-querystring v1.1.0
1111
github.com/hashicorp/go-version v1.7.0
@@ -24,16 +24,16 @@ require (
2424

2525
require (
2626
dario.cat/mergo v1.0.0 // indirect
27-
github.com/Microsoft/go-winio v0.6.1 // indirect
28-
github.com/ProtonMail/go-crypto v1.1.3 // indirect
27+
github.com/Microsoft/go-winio v0.6.2 // indirect
28+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
2929
github.com/beorn7/perks v1.0.1 // indirect
3030
github.com/bytedance/sonic v1.11.6 // indirect
3131
github.com/bytedance/sonic/loader v0.1.1 // indirect
3232
github.com/cespare/xxhash/v2 v2.3.0 // indirect
33-
github.com/cloudflare/circl v1.3.7 // indirect
33+
github.com/cloudflare/circl v1.6.1 // indirect
3434
github.com/cloudwego/base64x v0.1.4 // indirect
3535
github.com/cloudwego/iasm v0.2.0 // indirect
36-
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
36+
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
3737
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3838
github.com/dennwc/varint v1.0.0 // indirect
3939
github.com/edsrzf/mmap-go v1.1.0 // indirect
@@ -43,7 +43,7 @@ require (
4343
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
4444
github.com/gin-contrib/sse v0.1.0 // indirect
4545
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
46-
github.com/go-git/go-billy/v5 v5.6.0 // indirect
46+
github.com/go-git/go-billy/v5 v5.6.2 // indirect
4747
github.com/go-kit/log v0.2.1 // indirect
4848
github.com/go-logfmt/logfmt v0.6.0 // indirect
4949
github.com/go-logr/logr v1.4.2 // indirect
@@ -53,7 +53,7 @@ require (
5353
github.com/go-playground/validator/v10 v10.20.0 // indirect
5454
github.com/goccy/go-json v0.10.2 // indirect
5555
github.com/gogo/protobuf v1.3.2 // indirect
56-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
56+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
5757
github.com/google/gofuzz v1.2.0 // indirect
5858
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
5959
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -67,12 +67,12 @@ require (
6767
github.com/modern-go/reflect2 v1.0.2 // indirect
6868
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6969
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
70-
github.com/pjbgf/sha1cd v0.3.0 // indirect
70+
github.com/pjbgf/sha1cd v0.3.2 // indirect
7171
github.com/prometheus/client_golang v1.20.3 // indirect
7272
github.com/prometheus/client_model v0.6.1 // indirect
7373
github.com/prometheus/procfs v0.15.1 // indirect
7474
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
75-
github.com/skeema/knownhosts v1.3.0 // indirect
75+
github.com/skeema/knownhosts v1.3.1 // indirect
7676
github.com/spf13/pflag v1.0.5 // indirect
7777
github.com/tidwall/match v1.1.1 // indirect
7878
github.com/tidwall/pretty v1.2.0 // indirect
@@ -85,15 +85,12 @@ require (
8585
go.opentelemetry.io/otel/trace v1.29.0 // indirect
8686
go.uber.org/atomic v1.11.0 // indirect
8787
golang.org/x/arch v0.8.0 // indirect
88-
golang.org/x/crypto v0.36.0 // indirect
89-
golang.org/x/mod v0.20.0 // indirect
90-
golang.org/x/net v0.38.0 // indirect
91-
golang.org/x/sync v0.12.0 // indirect
92-
golang.org/x/sys v0.31.0 // indirect
93-
golang.org/x/term v0.30.0 // indirect
94-
golang.org/x/text v0.23.0 // indirect
88+
golang.org/x/crypto v0.45.0 // indirect
89+
golang.org/x/net v0.47.0 // indirect
90+
golang.org/x/sys v0.38.0 // indirect
91+
golang.org/x/term v0.37.0 // indirect
92+
golang.org/x/text v0.31.0 // indirect
9593
golang.org/x/time v0.6.0 // indirect
96-
golang.org/x/tools v0.24.0 // indirect
9794
google.golang.org/protobuf v1.34.2 // indirect
9895
gopkg.in/inf.v0 v0.9.1 // indirect
9996
gopkg.in/warnings.v0 v0.1.2 // indirect

0 commit comments

Comments
 (0)