File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,11 @@ module github.com/Staffbase/yamllint-action
33go 1.24.0
44
55require (
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
1010require (
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)
Original file line number Diff line number Diff line change 11github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
22github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
33github.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 =
64github.com/google/go-github/v71 v71.0.0 h1:Zi16OymGKZZMm8ZliffVVJ/Q9YZreDKONCr+WUd0Z30 =
75github.com/google/go-github/v71 v71.0.0 /go.mod h1:URZXObp2BLlMjwu0O8g4y6VBneUj2bCHgnI8FfgZ51M =
86github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments