Skip to content

Commit 5f02292

Browse files
fix(deps): update module github.com/google/go-github/v55 to v61 (#1400)
* fix(deps): update module github.com/google/go-github/v55 to v61 * fix tests --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: motatoes <moe.habib9@gmail.com>
1 parent 868f9d6 commit 5f02292

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/controllers/projects_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"github.com/diggerhq/digger/backend/models"
55
"github.com/diggerhq/digger/backend/utils"
66
orchestrator_scheduler "github.com/diggerhq/digger/libs/orchestrator/scheduler"
7-
"github.com/google/go-github/v55/github"
7+
"github.com/google/go-github/v61/github"
88
"github.com/google/uuid"
99
"github.com/migueleliasweb/go-github-mock/src/mock"
1010
"github.com/stretchr/testify/assert"

backend/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/gin-gonic/gin v1.10.0
2020
github.com/go-git/go-git/v5 v5.11.0
2121
github.com/golang-jwt/jwt v3.2.2+incompatible
22-
github.com/google/go-github/v55 v55.0.0
22+
github.com/google/go-github/v61 v61.0.0
2323
github.com/google/go-github/v58 v58.0.0
2424
github.com/google/go-github/v61 v61.0.0
2525
github.com/google/uuid v1.6.0

0 commit comments

Comments
 (0)