File tree 6 files changed +10
-7
lines changed
6 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/cidverse/go-ptr v0.0.0-20240331160646-489e694bebbf
8
8
github.com/cidverse/go-vcs v0.0.0-20250227174958-f70c3e161d9e
9
9
github.com/go-git/go-git/v5 v5.14.0
10
- github.com/google/go-github/v69 v69.2 .0
10
+ github.com/google/go-github/v70 v70.0 .0
11
11
github.com/rs/zerolog v1.33.0
12
12
github.com/stretchr/testify v1.10.0
13
13
gitlab.com/gitlab-org/api/client-go v0.126.0
@@ -26,6 +26,7 @@ require (
26
26
github.com/go-git/go-billy/v5 v5.6.2 // indirect
27
27
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
28
28
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
29
+ github.com/google/go-github/v69 v69.0.0 // indirect
29
30
github.com/google/go-querystring v1.1.0 // indirect
30
31
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
31
32
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
Original file line number Diff line number Diff line change @@ -49,8 +49,10 @@ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8/go.mod h1:wcDNUv
49
49
github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
50
50
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
51
51
github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
52
- github.com/google/go-github/v69 v69.2.0 h1:wR+Wi/fN2zdUx9YxSmYE0ktiX9IAR/BeePzeaUUbEHE =
53
- github.com/google/go-github/v69 v69.2.0 /go.mod h1:xne4jymxLR6Uj9b7J7PyTpkMYstEMMwGZa0Aehh1azM =
52
+ github.com/google/go-github/v69 v69.0.0 h1:YnFvZ3pEIZF8KHmI8xyQQe3mYACdkhnaTV2hr7CP2/w =
53
+ github.com/google/go-github/v69 v69.0.0 /go.mod h1:xne4jymxLR6Uj9b7J7PyTpkMYstEMMwGZa0Aehh1azM =
54
+ github.com/google/go-github/v70 v70.0.0 h1:/tqCp5KPrcvqCc7vIvYyFYTiCGrYvaWoYMGHSQbo55o =
55
+ github.com/google/go-github/v70 v70.0.0 /go.mod h1:xBUZgo8MI3lUL/hwxl3hlceJW1U8MVnXP3zUyI+rhQY =
54
56
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
55
57
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
56
58
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ =
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
15
15
"github.com/cidverse/go-vcsapp/pkg/platform/githubcommon"
16
16
"github.com/go-git/go-git/v5"
17
17
githttp "github.com/go-git/go-git/v5/plumbing/transport/http"
18
- "github.com/google/go-github/v69 /github"
18
+ "github.com/google/go-github/v70 /github"
19
19
"github.com/rs/zerolog/log"
20
20
)
21
21
Original file line number Diff line number Diff line change 9
9
"github.com/bradleyfalzon/ghinstallation/v2"
10
10
"github.com/cidverse/go-ptr"
11
11
"github.com/cidverse/go-vcsapp/pkg/platform/api"
12
- "github.com/google/go-github/v69 /github"
12
+ "github.com/google/go-github/v70 /github"
13
13
)
14
14
15
15
// BranchSliceToNameSlice converts a slice of branches to a slice of branch names
Original file line number Diff line number Diff line change 5
5
"strings"
6
6
7
7
"github.com/cidverse/go-vcsapp/pkg/platform/api"
8
- "github.com/google/go-github/v69 /github"
8
+ "github.com/google/go-github/v70 /github"
9
9
)
10
10
11
11
func convertRepository (repo * github.Repository ) api.Repository {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
"github.com/cidverse/go-vcsapp/pkg/platform/githubcommon"
13
13
"github.com/go-git/go-git/v5"
14
14
githttp "github.com/go-git/go-git/v5/plumbing/transport/http"
15
- "github.com/google/go-github/v69 /github"
15
+ "github.com/google/go-github/v70 /github"
16
16
"github.com/rs/zerolog/log"
17
17
)
18
18
You can’t perform that action at this time.
0 commit comments