Skip to content

Commit 6b8ec65

Browse files
chore(deps): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.13.0
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.11.0 to 5.13.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.11.0...v5.13.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fb93afe commit 6b8ec65

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
lines changed

go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/italia/publiccode-crawler/v4
22

33
require (
44
github.com/alranel/go-vcsurl/v2 v2.0.2
5-
github.com/go-git/go-git/v5 v5.11.0
5+
github.com/go-git/go-git/v5 v5.13.0
66
github.com/google/go-github/v43 v43.0.0
77
github.com/hashicorp/go-retryablehttp v0.7.7
88
github.com/italia/httpclient-lib-go v0.0.2
@@ -13,30 +13,30 @@ require (
1313
github.com/sirupsen/logrus v1.9.0
1414
github.com/spf13/cobra v1.0.0
1515
github.com/spf13/viper v1.7.0
16-
github.com/stretchr/testify v1.8.4
16+
github.com/stretchr/testify v1.10.0
1717
github.com/xanzy/go-gitlab v0.57.0
18-
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91
18+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
1919
golang.org/x/oauth2 v0.10.0
20-
gopkg.in/yaml.v2 v2.3.0
20+
gopkg.in/yaml.v2 v2.4.0
2121
gopkg.in/yaml.v3 v3.0.1
2222
)
2323

2424
require (
2525
dario.cat/mergo v1.0.0 // indirect
2626
github.com/Jeffail/gabs v1.4.0 // indirect
2727
github.com/Microsoft/go-winio v0.6.1 // indirect
28-
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
28+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
2929
github.com/beorn7/perks v1.0.1 // indirect
3030
github.com/cespare/xxhash/v2 v2.2.0 // indirect
3131
github.com/cloudflare/circl v1.3.7 // indirect
32-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
32+
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
3333
github.com/davecgh/go-spew v1.1.1 // indirect
3434
github.com/dyatlov/go-oembed v0.0.0-20191103150536-a57c85b3b37c // indirect
3535
github.com/emirpasic/gods v1.18.1 // indirect
3636
github.com/fsnotify/fsnotify v1.4.7 // indirect
3737
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
3838
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
39-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
39+
github.com/go-git/go-billy/v5 v5.6.0 // indirect
4040
github.com/go-playground/locales v0.14.1 // indirect
4141
github.com/go-playground/universal-translator v0.18.1 // indirect
4242
github.com/go-playground/validator/v10 v10.18.0 // indirect
@@ -59,8 +59,8 @@ require (
5959
github.com/prometheus/common v0.26.0 // indirect
6060
github.com/prometheus/procfs v0.6.0 // indirect
6161
github.com/rivo/uniseg v0.4.2 // indirect
62-
github.com/sergi/go-diff v1.1.0 // indirect
63-
github.com/skeema/knownhosts v1.2.1 // indirect
62+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
63+
github.com/skeema/knownhosts v1.3.0 // indirect
6464
github.com/smartystreets/assertions v1.1.1 // indirect
6565
github.com/spf13/afero v1.9.2 // indirect
6666
github.com/spf13/cast v1.3.0 // indirect
@@ -70,13 +70,13 @@ require (
7070
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
7171
github.com/xanzy/ssh-agent v0.3.3 // indirect
7272
golang.org/x/crypto v0.35.0 // indirect
73-
golang.org/x/mod v0.17.0 // indirect
74-
golang.org/x/net v0.25.0 // indirect
73+
golang.org/x/mod v0.19.0 // indirect
74+
golang.org/x/net v0.33.0 // indirect
7575
golang.org/x/sync v0.11.0 // indirect
7676
golang.org/x/sys v0.30.0 // indirect
7777
golang.org/x/text v0.22.0 // indirect
7878
golang.org/x/time v0.3.0 // indirect
79-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
79+
golang.org/x/tools v0.23.0 // indirect
8080
google.golang.org/appengine v1.6.7 // indirect
8181
google.golang.org/protobuf v1.33.0 // indirect
8282
gopkg.in/ini.v1 v1.57.0 // indirect

0 commit comments

Comments
 (0)