File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ import (
16
16
"unicode/utf8"
17
17
18
18
"github.com/google/go-github/v56/github"
19
+ gitlab "gitlab.com/gitlab-org/api/client-go"
19
20
20
- "github.com/xanzy/go-gitlab"
21
21
"golang.org/x/oauth2"
22
22
git "gopkg.in/src-d/go-git.v4"
23
23
"gopkg.in/src-d/go-git.v4/plumbing/format/diff"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/fatih/camelcase v1.0.0
7
7
github.com/google/go-github/v56 v56.0.0
8
8
github.com/joho/godotenv v1.5.1
9
- github .com/xanzy/go-gitlab v0.115 .0
9
+ gitlab .com/gitlab-org/api/client-go v0.123 .0
10
10
golang.org/x/oauth2 v0.26.0
11
11
gopkg.in/src-d/go-git.v4 v4.13.1
12
12
gopkg.in/yaml.v3 v3.0.1
Original file line number Diff line number Diff line change @@ -71,13 +71,13 @@ github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoH
71
71
github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
72
72
github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
73
73
github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
74
- github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk =
75
- github.com/stretchr/testify v1.8.1 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
76
- github.com/xanzy/go-gitlab v0.115.0 h1:6DmtItNcVe+At/liXSgfE/DZNZrGfalQmBRmOcJjOn8 =
77
- github.com/xanzy/go-gitlab v0.115.0 /go.mod h1:5XCDtM7AM6WMKmfDdOiEpyRWUqui2iS9ILfvCZ2gJ5M =
74
+ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
75
+ github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
78
76
github.com/xanzy/ssh-agent v0.2.1 /go.mod h1:mLlQY/MoOhWBj+gOGMQkOeiEvkx+8pJSI+0Bx9h2kr4 =
79
77
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM =
80
78
github.com/xanzy/ssh-agent v0.3.3 /go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw =
79
+ gitlab.com/gitlab-org/api/client-go v0.123.0 h1:W3LZ5QNyiSCJA0Zchkwz8nQIUzOuDoSWMZtRDT5DjPI =
80
+ gitlab.com/gitlab-org/api/client-go v0.123.0 /go.mod h1:Jh0qjLILEdbO6z/OY94RD+3NDQRUKiuFSFYozN6cpKM =
81
81
golang.org/x/crypto v0.0.0-20190219172222-a4c6cb3142f2 /go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4 =
82
82
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
83
83
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
You can’t perform that action at this time.
0 commit comments