@@ -2,7 +2,7 @@ module github.com/italia/publiccode-crawler/v4
2
2
3
3
require (
4
4
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
6
6
github.com/google/go-github/v43 v43.0.0
7
7
github.com/hashicorp/go-retryablehttp v0.7.7
8
8
github.com/italia/httpclient-lib-go v0.0.2
@@ -13,30 +13,30 @@ require (
13
13
github.com/sirupsen/logrus v1.9.0
14
14
github.com/spf13/cobra v1.0.0
15
15
github.com/spf13/viper v1.7.0
16
- github.com/stretchr/testify v1.8.4
16
+ github.com/stretchr/testify v1.10.0
17
17
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
19
19
golang.org/x/oauth2 v0.10.0
20
- gopkg.in/yaml.v2 v2.3 .0
20
+ gopkg.in/yaml.v2 v2.4 .0
21
21
gopkg.in/yaml.v3 v3.0.1
22
22
)
23
23
24
24
require (
25
25
dario.cat/mergo v1.0.0 // indirect
26
26
github.com/Jeffail/gabs v1.4.0 // indirect
27
27
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
29
29
github.com/beorn7/perks v1.0.1 // indirect
30
30
github.com/cespare/xxhash/v2 v2.2.0 // indirect
31
31
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
33
33
github.com/davecgh/go-spew v1.1.1 // indirect
34
34
github.com/dyatlov/go-oembed v0.0.0-20191103150536-a57c85b3b37c // indirect
35
35
github.com/emirpasic/gods v1.18.1 // indirect
36
36
github.com/fsnotify/fsnotify v1.4.7 // indirect
37
37
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
38
38
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
40
40
github.com/go-playground/locales v0.14.1 // indirect
41
41
github.com/go-playground/universal-translator v0.18.1 // indirect
42
42
github.com/go-playground/validator/v10 v10.18.0 // indirect
@@ -59,8 +59,8 @@ require (
59
59
github.com/prometheus/common v0.26.0 // indirect
60
60
github.com/prometheus/procfs v0.6.0 // indirect
61
61
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
64
64
github.com/smartystreets/assertions v1.1.1 // indirect
65
65
github.com/spf13/afero v1.9.2 // indirect
66
66
github.com/spf13/cast v1.3.0 // indirect
@@ -70,13 +70,13 @@ require (
70
70
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
71
71
github.com/xanzy/ssh-agent v0.3.3 // indirect
72
72
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
75
75
golang.org/x/sync v0.11.0 // indirect
76
76
golang.org/x/sys v0.30.0 // indirect
77
77
golang.org/x/text v0.22.0 // indirect
78
78
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
80
80
google.golang.org/appengine v1.6.7 // indirect
81
81
google.golang.org/protobuf v1.33.0 // indirect
82
82
gopkg.in/ini.v1 v1.57.0 // indirect
0 commit comments