@@ -4,26 +4,26 @@ go 1.20
44
55require (
66github.com/gfleury/go-bitbucket-v1 v0.0.0-20230825095122-9bc1711434ab
7- github.com/go-git/go-git/v5 v5.10 .0
7+ github.com/go-git/go-git/v5 v5.11 .0
88github.com/google/go-github/v56 v56.0.0
9- github.com/google/uuid v1.3 .0
10- github.com/grokify/mogo v0.50.0
11- github.com/jfrog/gofrog v1.3.1
12- github.com/ktrysmt/go-bitbucket v0.9.63
9+ github.com/google/uuid v1.5 .0
10+ github.com/grokify/mogo v0.62.6
11+ github.com/jfrog/gofrog v1.4.0
12+ github.com/ktrysmt/go-bitbucket v0.9.73
1313github.com/microsoft/azure-devops-go-api/azuredevops/v7 v7.1.0
1414github.com/mitchellh/mapstructure v1.5.0
1515github.com/stretchr/testify v1.8.4
16- github.com/xanzy/go-gitlab v0.94.0
17- golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
18- golang.org/x/oauth2 v0.10.0
16+ github.com/xanzy/go-gitlab v0.95.2
17+ golang.org/x/exp v0.0.0-20231226003508-02704c960a9b
18+ golang.org/x/oauth2 v0.15.0
19+
1920)
2021
2122require (
2223dario.cat/mergo v1.0.0 // indirect
2324github.com/Microsoft/go-winio v0.6.1 // indirect
24- github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
25- github.com/acomagu/bufpipe v1.0.4 // indirect
26- github.com/cloudflare/circl v1.3.3 // indirect
25+ github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c // indirect
26+ github.com/cloudflare/circl v1.3.6 // indirect
2727github.com/cyphar/filepath-securejoin v0.2.4 // indirect
2828github.com/davecgh/go-spew v1.1.1 // indirect
2929github.com/emirpasic/gods v1.18.1 // indirect
@@ -39,16 +39,16 @@ require (
3939github.com/pjbgf/sha1cd v0.3.0 // indirect
4040github.com/pmezard/go-difflib v1.0.0 // indirect
4141github.com/sergi/go-diff v1.1.0 // indirect
42- github.com/skeema/knownhosts v1.2.0 // indirect
42+ github.com/skeema/knownhosts v1.2.1 // indirect
4343github.com/xanzy/ssh-agent v0.3.3 // indirect
4444golang.org/x/crypto v0.17.0 // indirect
45- golang.org/x/mod v0.12 .0 // indirect
46- golang.org/x/net v0.17 .0 // indirect
45+ golang.org/x/mod v0.14 .0 // indirect
46+ golang.org/x/net v0.19 .0 // indirect
4747golang.org/x/sys v0.15.0 // indirect
4848golang.org/x/time v0.3.0 // indirect
49- golang.org/x/tools v0.13 .0 // indirect
49+ golang.org/x/tools v0.16 .0 // indirect
5050google.golang.org/appengine v1.6.7 // indirect
51- google.golang.org/protobuf v1.31 .0 // indirect
51+ google.golang.org/protobuf v1.32 .0 // indirect
5252gopkg.in/warnings.v0 v0.1.2 // indirect
5353gopkg.in/yaml.v3 v3.0.1 // indirect
5454)