Skip to content

Commit 3556281

Browse files
fix(deps): update module github.com/go-git/go-git/v5 to v5.16.2
1 parent 2942d8f commit 3556281

File tree

2 files changed

+50
-58
lines changed

2 files changed

+50
-58
lines changed

go.mod

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
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.2
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
@@ -42,7 +42,7 @@ require (
4242
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
4343
github.com/gin-contrib/sse v0.1.0 // indirect
4444
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
45-
github.com/go-git/go-billy/v5 v5.6.0 // indirect
45+
github.com/go-git/go-billy/v5 v5.6.2 // indirect
4646
github.com/go-kit/log v0.2.1 // indirect
4747
github.com/go-logfmt/logfmt v0.6.0 // indirect
4848
github.com/go-logr/logr v1.4.2 // indirect
@@ -52,7 +52,7 @@ require (
5252
github.com/go-playground/validator/v10 v10.20.0 // indirect
5353
github.com/goccy/go-json v0.10.2 // indirect
5454
github.com/gogo/protobuf v1.3.2 // indirect
55-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
55+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
5656
github.com/google/gofuzz v1.2.0 // indirect
5757
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
5858
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -66,13 +66,12 @@ require (
6666
github.com/modern-go/reflect2 v1.0.2 // indirect
6767
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6868
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
69-
github.com/pjbgf/sha1cd v0.3.0 // indirect
69+
github.com/pjbgf/sha1cd v0.3.2 // indirect
7070
github.com/prometheus/client_golang v1.19.1 // indirect
7171
github.com/prometheus/client_model v0.6.1 // indirect
7272
github.com/prometheus/procfs v0.15.1 // indirect
73-
github.com/rogpeppe/go-internal v1.12.0 // indirect
7473
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
75-
github.com/skeema/knownhosts v1.3.0 // indirect
74+
github.com/skeema/knownhosts v1.3.1 // indirect
7675
github.com/spf13/pflag v1.0.5 // indirect
7776
github.com/tidwall/match v1.1.1 // indirect
7877
github.com/tidwall/pretty v1.2.0 // indirect
@@ -84,15 +83,12 @@ require (
8483
go.opentelemetry.io/otel/trace v1.28.0 // indirect
8584
go.uber.org/atomic v1.11.0 // indirect
8685
golang.org/x/arch v0.8.0 // indirect
87-
golang.org/x/crypto v0.36.0 // indirect
88-
golang.org/x/mod v0.19.0 // indirect
89-
golang.org/x/net v0.38.0 // indirect
90-
golang.org/x/sync v0.12.0 // indirect
91-
golang.org/x/sys v0.31.0 // indirect
92-
golang.org/x/term v0.30.0 // indirect
93-
golang.org/x/text v0.23.0 // indirect
86+
golang.org/x/crypto v0.37.0 // indirect
87+
golang.org/x/net v0.39.0 // indirect
88+
golang.org/x/sys v0.32.0 // indirect
89+
golang.org/x/term v0.31.0 // indirect
90+
golang.org/x/text v0.24.0 // indirect
9491
golang.org/x/time v0.5.0 // indirect
95-
golang.org/x/tools v0.23.0 // indirect
9692
google.golang.org/protobuf v1.34.2 // indirect
9793
gopkg.in/inf.v0 v0.9.1 // indirect
9894
gopkg.in/warnings.v0 v0.1.2 // indirect

0 commit comments

Comments
 (0)