1
1
module github.com/fluxcd/go-git-providers
2
2
3
- go 1.22
3
+ go 1.22.0
4
4
5
- // Includes fix: https://github.com/google/go-github/pull/3249
6
- replace github.com/google/go-github/v64 => github.com/google/go-github/v64 v64.0.1-0.20240826145430-da7d01467641
5
+ toolchain go1.22.3
7
6
8
7
require (
9
8
code.gitea.io/sdk/gitea v0.19.0
10
- github.com/ProtonMail/go-crypto v1.0.0
11
- github.com/go-git/go-billy/v5 v5.5 .0
9
+ github.com/ProtonMail/go-crypto v1.1.2
10
+ github.com/go-git/go-billy/v5 v5.6 .0
12
11
github.com/go-git/go-git/v5 v5.12.0
13
12
github.com/go-logr/logr v1.4.2
14
13
github.com/go-logr/zapr v1.3.0
15
14
github.com/google/go-cmp v0.6.0
16
- github.com/google/go-github/v64 v64 .0.0
15
+ github.com/google/go-github/v66 v66 .0.0
17
16
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
18
17
github.com/hashicorp/go-cleanhttp v0.5.2
19
18
github.com/hashicorp/go-multierror v1.1.1
20
19
github.com/hashicorp/go-retryablehttp v0.7.7
21
- github.com/ktrysmt/go-bitbucket v0.9.80
20
+ github.com/ktrysmt/go-bitbucket v0.9.81
22
21
github.com/onsi/ginkgo v1.16.5
23
- github.com/onsi/gomega v1.32.0
24
- github.com/xanzy/go-gitlab v0.107 .0
22
+ github.com/onsi/gomega v1.34.1
23
+ github.com/xanzy/go-gitlab v0.114 .0
25
24
go.uber.org/zap v1.27.0
26
- golang.org/x/crypto v0.26 .0
27
- golang.org/x/oauth2 v0.20 .0
28
- golang.org/x/time v0.5 .0
25
+ golang.org/x/crypto v0.29 .0
26
+ golang.org/x/oauth2 v0.24 .0
27
+ golang.org/x/time v0.8 .0
29
28
k8s.io/utils v0.0.0-20240310230437-4693a0247e57
30
29
)
31
30
32
31
require (
33
- dario.cat/mergo v1.0.0 // indirect
32
+ dario.cat/mergo v1.0.1 // indirect
34
33
github.com/Microsoft/go-winio v0.6.2 // indirect
35
- github.com/cloudflare/circl v1.3.9 // indirect
36
- github.com/cyphar/filepath-securejoin v0.3.1 // indirect
34
+ github.com/cloudflare/circl v1.5.0 // indirect
35
+ github.com/cyphar/filepath-securejoin v0.3.4 // indirect
37
36
github.com/davidmz/go-pageant v1.0.2 // indirect
38
37
github.com/emirpasic/gods v1.18.1 // indirect
39
38
github.com/fsnotify/fsnotify v1.4.9 // indirect
@@ -52,9 +51,10 @@ require (
52
51
github.com/skeema/knownhosts v1.3.0 // indirect
53
52
github.com/xanzy/ssh-agent v0.3.3 // indirect
54
53
go.uber.org/multierr v1.10.0 // indirect
55
- golang.org/x/net v0.28.0 // indirect
56
- golang.org/x/sys v0.24.0 // indirect
57
- golang.org/x/text v0.17.0 // indirect
54
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
55
+ golang.org/x/net v0.31.0 // indirect
56
+ golang.org/x/sys v0.27.0 // indirect
57
+ golang.org/x/text v0.20.0 // indirect
58
58
golang.org/x/tools v0.24.0 // indirect
59
59
google.golang.org/protobuf v1.34.2 // indirect
60
60
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
0 commit comments