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.22.2
44
55require (
6- github.com/google/go-github/v62 v62 .0.0
6+ github.com/google/go-github/v68 v68 .0.0
77 github.com/ldez/ghactions v1.11.0
88)
99
1010require (
11- github.com/google/go-github/v68 v68.0.0 // indirect
1211 github.com/google/go-querystring v1.1.0 // indirect
1312 golang.org/x/oauth2 v0.24.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.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
33github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
4- github.com/google/go-github/v62 v62.0.0 h1:/6mGCaRywZz9MuHyw9gD1CwsbmBX8GWsbFkwMmHdhl4 =
5- github.com/google/go-github/v62 v62.0.0 /go.mod h1:EMxeUqGJq2xRu9DYBMwel/mr7kZrzUOfQmmpYrZn2a4 =
64github.com/google/go-github/v68 v68.0.0 h1:ZW57zeNZiXTdQ16qrDiZ0k6XucrxZ2CGmoTvcCyQG6s =
75github.com/google/go-github/v68 v68.0.0 /go.mod h1:K9HAUBovM2sLwM408A18h+wd9vqdLOEqTUCbnRIcx68 =
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/v62 /github"
28+ "github.com/google/go-github/v68 /github"
2929 "github.com/ldez/ghactions"
3030)
3131
You can’t perform that action at this time.
0 commit comments