Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit d7b76b6

Browse files
Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.2
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.12.0 to 5.13.2. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.12.0...v5.13.2) --- 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 4a2a008 commit d7b76b6

File tree

2 files changed

+57
-75
lines changed

2 files changed

+57
-75
lines changed

go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ require (
77
github.com/didip/tollbooth/v6 v6.1.2
88
github.com/dop251/goja v0.0.0-20230806174421-c933cf95e127
99
github.com/ethereum/go-ethereum v1.13.14
10-
github.com/go-git/go-billy/v5 v5.5.0
11-
github.com/go-git/go-git/v5 v5.12.0
10+
github.com/go-git/go-billy/v5 v5.6.2
11+
github.com/go-git/go-git/v5 v5.13.2
1212
github.com/gobuffalo/packr/v2 v2.8.3
1313
github.com/google/uuid v1.6.0
1414
github.com/habx/pg-commands v0.6.1
@@ -23,13 +23,13 @@ require (
2323
github.com/rubenv/sql-migrate v1.6.1
2424
github.com/spf13/afero v1.11.0
2525
github.com/spf13/viper v1.18.2
26-
github.com/stretchr/testify v1.9.0
26+
github.com/stretchr/testify v1.10.0
2727
github.com/umbracle/ethgo v0.1.3
2828
github.com/urfave/cli/v2 v2.27.2
2929
go.uber.org/zap v1.27.0
30-
golang.org/x/crypto v0.28.0
31-
golang.org/x/net v0.30.0
32-
golang.org/x/sync v0.8.0
30+
golang.org/x/crypto v0.32.0
31+
golang.org/x/net v0.34.0
32+
golang.org/x/sync v0.10.0
3333
google.golang.org/grpc v1.65.0
3434
google.golang.org/protobuf v1.34.2
3535
gopkg.in/yaml.v2 v2.4.0
@@ -40,7 +40,7 @@ require (
4040
dario.cat/mergo v1.0.0 // indirect
4141
github.com/DataDog/zstd v1.5.2 // indirect
4242
github.com/Microsoft/go-winio v0.6.1 // indirect
43-
github.com/ProtonMail/go-crypto v1.0.0 // indirect
43+
github.com/ProtonMail/go-crypto v1.1.5 // indirect
4444
github.com/StackExchange/wmi v1.2.1 // indirect
4545
github.com/VictoriaMetrics/fastcache v1.12.1 // indirect
4646
github.com/bahlo/generic-list-go v0.2.0 // indirect
@@ -60,7 +60,7 @@ require (
6060
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
6161
github.com/crate-crypto/go-ipa v0.0.0-20231025140028-3c0104f4b233 // indirect
6262
github.com/crate-crypto/go-kzg-4844 v0.7.0 // indirect
63-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
63+
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
6464
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6565
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
6666
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
@@ -118,20 +118,20 @@ require (
118118
github.com/mmcloughlin/addchain v0.4.0 // indirect
119119
github.com/olekukonko/tablewriter v0.0.5 // indirect
120120
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
121-
github.com/pjbgf/sha1cd v0.3.0 // indirect
121+
github.com/pjbgf/sha1cd v0.3.2 // indirect
122122
github.com/pkg/errors v0.9.1 // indirect
123123
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
124124
github.com/prometheus/procfs v0.12.0 // indirect
125125
github.com/rivo/uniseg v0.2.0 // indirect
126-
github.com/rogpeppe/go-internal v1.11.0 // indirect
126+
github.com/rogpeppe/go-internal v1.12.0 // indirect
127127
github.com/rs/cors v1.7.0 // indirect
128128
github.com/russross/blackfriday/v2 v2.1.0 // indirect
129129
github.com/sagikazarmark/locafero v0.4.0 // indirect
130130
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
131131
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
132132
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
133133
github.com/sirupsen/logrus v1.9.0 // indirect
134-
github.com/skeema/knownhosts v1.2.2 // indirect
134+
github.com/skeema/knownhosts v1.3.0 // indirect
135135
github.com/sourcegraph/conc v0.3.0 // indirect
136136
github.com/spf13/cast v1.6.0 // indirect
137137
github.com/spf13/pflag v1.0.5 // indirect
@@ -148,12 +148,12 @@ require (
148148
github.com/xanzy/ssh-agent v0.3.3 // indirect
149149
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
150150
go.uber.org/multierr v1.10.0 // indirect
151-
golang.org/x/mod v0.17.0 // indirect
152-
golang.org/x/sys v0.26.0 // indirect
153-
golang.org/x/term v0.25.0 // indirect
154-
golang.org/x/text v0.19.0 // indirect
151+
golang.org/x/mod v0.19.0 // indirect
152+
golang.org/x/sys v0.29.0 // indirect
153+
golang.org/x/term v0.28.0 // indirect
154+
golang.org/x/text v0.21.0 // indirect
155155
golang.org/x/time v0.5.0 // indirect
156-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
156+
golang.org/x/tools v0.23.0 // indirect
157157
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
158158
gopkg.in/ini.v1 v1.67.0 // indirect
159159
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
@@ -170,5 +170,5 @@ require (
170170
require (
171171
github.com/fatih/color v1.17.0
172172
github.com/prometheus/client_golang v1.19.1
173-
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
173+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
174174
)

0 commit comments

Comments
 (0)