11module github.com/fluxcd/go-git-providers
22
3- go 1.20
3+ go 1.22
44
55require (
66 code.gitea.io/sdk/gitea v0.17.1
77 github.com/ProtonMail/go-crypto v1.0.0
88 github.com/go-git/go-billy/v5 v5.5.0
9- github.com/go-git/go-git/v5 v5.11 .0
9+ github.com/go-git/go-git/v5 v5.12 .0
1010 github.com/go-logr/logr v1.4.1
1111 github.com/go-logr/zapr v1.3.0
1212 github.com/google/go-cmp v0.6.0
@@ -15,15 +15,15 @@ require (
1515 github.com/hashicorp/go-cleanhttp v0.5.2
1616 github.com/hashicorp/go-multierror v1.1.1
1717 github.com/hashicorp/go-retryablehttp v0.7.5
18- github.com/ktrysmt/go-bitbucket v0.9.74
18+ github.com/ktrysmt/go-bitbucket v0.9.77
1919 github.com/onsi/ginkgo v1.16.5
20- github.com/onsi/gomega v1.30 .0
21- github.com/xanzy/go-gitlab v0.96 .0
22- go.uber.org/zap v1.26 .0
23- golang.org/x/crypto v0.18 .0
24- golang.org/x/oauth2 v0.16 .0
20+ github.com/onsi/gomega v1.32 .0
21+ github.com/xanzy/go-gitlab v0.101 .0
22+ go.uber.org/zap v1.27 .0
23+ golang.org/x/crypto v0.21 .0
24+ golang.org/x/oauth2 v0.18 .0
2525 golang.org/x/time v0.5.0
26- k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
26+ k8s.io/utils v0.0.0-20240310230437-4693a0247e57
2727)
2828
2929require (
@@ -46,17 +46,17 @@ require (
4646 github.com/mitchellh/mapstructure v1.5.0 // indirect
4747 github.com/nxadm/tail v1.4.8 // indirect
4848 github.com/pjbgf/sha1cd v0.3.0 // indirect
49- github.com/sergi/go-diff v1.3.1 // indirect
50- github.com/skeema/knownhosts v1.2.1 // indirect
49+ github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
50+ github.com/skeema/knownhosts v1.2.2 // indirect
5151 github.com/xanzy/ssh-agent v0.3.3 // indirect
5252 go.uber.org/multierr v1.10.0 // indirect
53- golang.org/x/mod v0.14 .0 // indirect
54- golang.org/x/net v0.20 .0 // indirect
55- golang.org/x/sys v0.16 .0 // indirect
53+ golang.org/x/mod v0.16 .0 // indirect
54+ golang.org/x/net v0.22 .0 // indirect
55+ golang.org/x/sys v0.18 .0 // indirect
5656 golang.org/x/text v0.14.0 // indirect
57- golang.org/x/tools v0.17 .0 // indirect
57+ golang.org/x/tools v0.19 .0 // indirect
5858 google.golang.org/appengine v1.6.8 // indirect
59- google.golang.org/protobuf v1.32 .0 // indirect
59+ google.golang.org/protobuf v1.33 .0 // indirect
6060 gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
6161 gopkg.in/warnings.v0 v0.1.2 // indirect
6262 gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments