Skip to content

Commit 14441bd

Browse files
committed
Update github.com/google/go-github
1 parent f117e7e commit 14441bd

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ module github.com/Staffbase/yamllint-action
33
go 1.24.0
44

55
require (
6-
github.com/google/go-github/v68 v68.0.0
6+
github.com/google/go-github/v71 v71.0.0
77
github.com/ldez/ghactions v1.12.0
88
)
99

1010
require (
11-
github.com/google/go-github/v71 v71.0.0 // indirect
1211
github.com/google/go-querystring v1.1.0 // indirect
1312
golang.org/x/oauth2 v0.29.0 // indirect
1413
)

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
22
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
33
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
4-
github.com/google/go-github/v68 v68.0.0 h1:ZW57zeNZiXTdQ16qrDiZ0k6XucrxZ2CGmoTvcCyQG6s=
5-
github.com/google/go-github/v68 v68.0.0/go.mod h1:K9HAUBovM2sLwM408A18h+wd9vqdLOEqTUCbnRIcx68=
64
github.com/google/go-github/v71 v71.0.0 h1:Zi16OymGKZZMm8ZliffVVJ/Q9YZreDKONCr+WUd0Z30=
75
github.com/google/go-github/v71 v71.0.0/go.mod h1:URZXObp2BLlMjwu0O8g4y6VBneUj2bCHgnI8FfgZ51M=
86
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=

yamllint-action.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"strconv"
2626
"strings"
2727

28-
"github.com/google/go-github/v68/github"
28+
"github.com/google/go-github/v71/github"
2929
"github.com/ldez/ghactions"
3030
)
3131

0 commit comments

Comments
 (0)