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 (
1616 "unicode/utf8"
1717
1818 "github.com/google/go-github/v56/github"
19+ gitlab "gitlab.com/gitlab-org/api/client-go"
1920
20- "github.com/xanzy/go-gitlab"
2121 "golang.org/x/oauth2"
2222 git "gopkg.in/src-d/go-git.v4"
2323 "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 (
66 github.com/fatih/camelcase v1.0.0
77 github.com/google/go-github/v56 v56.0.0
88 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
1010 golang.org/x/oauth2 v0.26.0
1111 gopkg.in/src-d/go-git.v4 v4.13.1
1212 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
7171github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
7272github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
7373github.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 =
7876github.com/xanzy/ssh-agent v0.2.1 /go.mod h1:mLlQY/MoOhWBj+gOGMQkOeiEvkx+8pJSI+0Bx9h2kr4 =
7977github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM =
8078github.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 =
8181golang.org/x/crypto v0.0.0-20190219172222-a4c6cb3142f2 /go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4 =
8282golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
8383golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
You can’t perform that action at this time.
0 commit comments