1
1
module github.com/fluxcd/go-git-providers
2
2
3
- go 1.20
3
+ go 1.21
4
4
5
5
require (
6
- code.gitea.io/sdk/gitea v0.16 .0
6
+ code.gitea.io/sdk/gitea v0.17 .0
7
7
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371
8
8
github.com/go-git/go-billy/v5 v5.5.0
9
9
github.com/go-git/go-git/v5 v5.9.0
10
- github.com/go-logr/logr v1.2.4
11
- github.com/go-logr/zapr v1.2.3
12
- github.com/google/go-cmp v0.5.9
13
- github.com/google/go-github/v55 v55 .0.0
10
+ github.com/go-logr/logr v1.3.0
11
+ github.com/go-logr/zapr v1.3.0
12
+ github.com/google/go-cmp v0.6.0
13
+ github.com/google/go-github/v57 v57 .0.0
14
14
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
15
15
github.com/hashicorp/go-cleanhttp v0.5.2
16
16
github.com/hashicorp/go-multierror v1.1.1
17
- github.com/hashicorp/go-retryablehttp v0.7.4
18
- github.com/ktrysmt/go-bitbucket v0.9.68
17
+ github.com/hashicorp/go-retryablehttp v0.7.5
18
+ github.com/ktrysmt/go-bitbucket v0.9.73
19
19
github.com/onsi/ginkgo v1.16.5
20
- github.com/onsi/gomega v1.28 .0
21
- github.com/xanzy/go-gitlab v0.93 .1
20
+ github.com/onsi/gomega v1.30 .0
21
+ github.com/xanzy/go-gitlab v0.95 .1
22
22
go.uber.org/zap v1.26.0
23
- golang.org/x/crypto v0.14 .0
24
- golang.org/x/oauth2 v0.13 .0
25
- golang.org/x/time v0.3 .0
23
+ golang.org/x/crypto v0.16 .0
24
+ golang.org/x/oauth2 v0.15 .0
25
+ golang.org/x/time v0.5 .0
26
26
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
27
27
)
28
28
29
- // Fix CVE-2022-28948
30
- replace gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.1
31
-
32
29
require (
33
30
dario.cat/mergo v1.0.0 // indirect
34
31
github.com/Microsoft/go-winio v0.6.1 // indirect
@@ -55,9 +52,9 @@ require (
55
52
github.com/xanzy/ssh-agent v0.3.3 // indirect
56
53
go.uber.org/multierr v1.10.0 // indirect
57
54
golang.org/x/mod v0.12.0 // indirect
58
- golang.org/x/net v0.17 .0 // indirect
59
- golang.org/x/sys v0.13 .0 // indirect
60
- golang.org/x/text v0.13 .0 // indirect
55
+ golang.org/x/net v0.19 .0 // indirect
56
+ golang.org/x/sys v0.15 .0 // indirect
57
+ golang.org/x/text v0.14 .0 // indirect
61
58
golang.org/x/tools v0.13.0 // indirect
62
59
google.golang.org/appengine v1.6.7 // indirect
63
60
google.golang.org/protobuf v1.31.0 // indirect
0 commit comments