File tree Expand file tree Collapse file tree 20 files changed +21
-21
lines changed Expand file tree Collapse file tree 20 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
15
15
16
16
"github.com/gin-gonic/gin"
17
17
"github.com/google/go-cmp/cmp"
18
- "github.com/google/go-github/v65 /github"
18
+ "github.com/google/go-github/v68 /github"
19
19
"github.com/urfave/cli/v2"
20
20
yml "gopkg.in/yaml.v3"
21
21
Original file line number Diff line number Diff line change 7
7
"net/url"
8
8
"strings"
9
9
10
- "github.com/google/go-github/v65 /github"
10
+ "github.com/google/go-github/v68 /github"
11
11
"golang.org/x/oauth2"
12
12
)
13
13
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"reflect"
11
11
"testing"
12
12
13
- "github.com/google/go-github/v65 /github"
13
+ "github.com/google/go-github/v68 /github"
14
14
"golang.org/x/oauth2"
15
15
)
16
16
Original file line number Diff line number Diff line change 7
7
"fmt"
8
8
"net/http"
9
9
10
- "github.com/google/go-github/v65 /github"
10
+ "github.com/google/go-github/v68 /github"
11
11
12
12
api "github.com/go-vela/server/api/types"
13
13
"github.com/go-vela/server/compiler/registry"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
18
18
github.com/go-playground/assert/v2 v2.2.0
19
19
github.com/golang-jwt/jwt/v5 v5.2.1
20
20
github.com/google/go-cmp v0.6.0
21
- github.com/google/go-github/v65 v65 .0.0
21
+ github.com/google/go-github/v68 v68 .0.0
22
22
github.com/google/uuid v1.6.0
23
23
github.com/goware/urlx v0.3.2
24
24
github.com/hashicorp/go-cleanhttp v0.5.2
Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5a
121
121
github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
122
122
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
123
123
github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
124
- github.com/google/go-github/v65 v65 .0.0 h1:pQ7BmO3DZivvFk92geC0jB0q2m3gyn8vnYPgV7GSLhQ =
125
- github.com/google/go-github/v65 v65 .0.0/go.mod h1:DvrqWo5hvsdhJvHd4WyVF9ttANN3BniqjP8uTFMNb60 =
124
+ github.com/google/go-github/v68 v68 .0.0 h1:ZW57zeNZiXTdQ16qrDiZ0k6XucrxZ2CGmoTvcCyQG6s =
125
+ github.com/google/go-github/v68 v68 .0.0/go.mod h1:K9HAUBovM2sLwM408A18h+wd9vqdLOEqTUCbnRIcx68 =
126
126
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
127
127
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
128
128
github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
Original file line number Diff line number Diff line change 6
6
"context"
7
7
"strings"
8
8
9
- "github.com/google/go-github/v65 /github"
9
+ "github.com/google/go-github/v68 /github"
10
10
"github.com/sirupsen/logrus"
11
11
12
12
api "github.com/go-vela/server/api/types"
Original file line number Diff line number Diff line change 6
6
"fmt"
7
7
"strings"
8
8
9
- "github.com/google/go-github/v65 /github"
9
+ "github.com/google/go-github/v68 /github"
10
10
)
11
11
12
12
// see: https://docs.github.com/en/rest/authentication/permissions-required-for-github-apps?apiVersion=2022-11-28
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package github
5
5
import (
6
6
"testing"
7
7
8
- "github.com/google/go-github/v65 /github"
8
+ "github.com/google/go-github/v68 /github"
9
9
)
10
10
11
11
func TestGetInstallationPermission (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
19
19
"time"
20
20
21
21
"github.com/golang-jwt/jwt/v5"
22
- "github.com/google/go-github/v65 /github"
22
+ "github.com/google/go-github/v68 /github"
23
23
"go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace"
24
24
"go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp"
25
25
)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"net/url"
11
11
"strings"
12
12
13
- "github.com/google/go-github/v65 /github"
13
+ "github.com/google/go-github/v68 /github"
14
14
15
15
api "github.com/go-vela/server/api/types"
16
16
"github.com/go-vela/server/random"
Original file line number Diff line number Diff line change 6
6
"context"
7
7
"fmt"
8
8
9
- "github.com/google/go-github/v65 /github"
9
+ "github.com/google/go-github/v68 /github"
10
10
"github.com/sirupsen/logrus"
11
11
12
12
api "github.com/go-vela/server/api/types"
Original file line number Diff line number Diff line change 6
6
"context"
7
7
"encoding/json"
8
8
9
- "github.com/google/go-github/v65 /github"
9
+ "github.com/google/go-github/v68 /github"
10
10
"github.com/sirupsen/logrus"
11
11
12
12
api "github.com/go-vela/server/api/types"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
"os"
13
13
"strings"
14
14
15
- "github.com/google/go-github/v65 /github"
15
+ "github.com/google/go-github/v68 /github"
16
16
"github.com/sirupsen/logrus"
17
17
"golang.org/x/oauth2"
18
18
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"net/url"
12
12
"strings"
13
13
14
- "github.com/google/go-github/v65 /github"
14
+ "github.com/google/go-github/v68 /github"
15
15
"go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace"
16
16
"go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp"
17
17
"golang.org/x/oauth2"
Original file line number Diff line number Diff line change 9
9
"testing"
10
10
11
11
"github.com/gin-gonic/gin"
12
- "github.com/google/go-github/v65 /github"
12
+ "github.com/google/go-github/v68 /github"
13
13
14
14
api "github.com/go-vela/server/api/types"
15
15
"github.com/go-vela/server/constants"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"reflect"
11
11
"testing"
12
12
13
- "github.com/google/go-github/v65 /github"
13
+ "github.com/google/go-github/v68 /github"
14
14
"golang.org/x/oauth2"
15
15
)
16
16
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"strings"
11
11
"time"
12
12
13
- "github.com/google/go-github/v65 /github"
13
+ "github.com/google/go-github/v68 /github"
14
14
"github.com/sirupsen/logrus"
15
15
16
16
api "github.com/go-vela/server/api/types"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
15
15
"github.com/gin-gonic/gin"
16
16
"github.com/google/go-cmp/cmp"
17
- "github.com/google/go-github/v65 /github"
17
+ "github.com/google/go-github/v68 /github"
18
18
19
19
api "github.com/go-vela/server/api/types"
20
20
"github.com/go-vela/server/compiler/types/yaml/yaml"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
"strings"
14
14
"time"
15
15
16
- "github.com/google/go-github/v65 /github"
16
+ "github.com/google/go-github/v68 /github"
17
17
"github.com/sirupsen/logrus"
18
18
19
19
api "github.com/go-vela/server/api/types"
You can’t perform that action at this time.
0 commit comments