Commit 7a3ec4c 1 parent 8051cff commit 7a3ec4c Copy full SHA for 7a3ec4c
File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/cidverse/go-ptr v0.0.0-20240331160646-489e694bebbf
11
11
github.com/cidverse/go-vcs v0.0.0-20250102204915-24bfe6985828
12
12
github.com/go-playground/validator/v10 v10.24.0
13
- github.com/google/go-github/v68 v68 .0.0
13
+ github.com/google/go-github/v69 v69 .0.0
14
14
github.com/gosimple/slug v1.15.0
15
15
github.com/jarcoal/httpmock v1.3.1
16
16
github.com/rs/zerolog v1.33.0
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8/go.mod h1:wcDNUv
60
60
github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
61
61
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
62
62
github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
63
- github.com/google/go-github/v68 v68 .0.0 h1:ZW57zeNZiXTdQ16qrDiZ0k6XucrxZ2CGmoTvcCyQG6s =
64
- github.com/google/go-github/v68 v68 .0.0/go.mod h1:K9HAUBovM2sLwM408A18h+wd9vqdLOEqTUCbnRIcx68 =
63
+ github.com/google/go-github/v69 v69 .0.0 h1:YnFvZ3pEIZF8KHmI8xyQQe3mYACdkhnaTV2hr7CP2/w =
64
+ github.com/google/go-github/v69 v69 .0.0/go.mod h1:xne4jymxLR6Uj9b7J7PyTpkMYstEMMwGZa0Aehh1azM =
65
65
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
66
66
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
67
67
github.com/gosimple/slug v1.15.0 h1:wRZHsRrRcs6b0XnxMUBM6WK1U1Vg5B0R7VkIf1Xzobo =
Original file line number Diff line number Diff line change 9
9
"strconv"
10
10
"strings"
11
11
12
- "github.com/google/go-github/v68 /github"
12
+ "github.com/google/go-github/v69 /github"
13
13
"golang.org/x/oauth2"
14
14
)
15
15
Original file line number Diff line number Diff line change 5
5
"os"
6
6
"testing"
7
7
8
- "github.com/google/go-github/v68 /github"
8
+ "github.com/google/go-github/v69 /github"
9
9
"github.com/stretchr/testify/assert"
10
10
)
11
11
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
"github.com/cidverse/normalizeci/pkg/nciutil"
15
15
"github.com/cidverse/normalizeci/pkg/projectdetails"
16
16
"github.com/cidverse/normalizeci/pkg/vcsrepository"
17
- "github.com/google/go-github/v68 /github"
17
+ "github.com/google/go-github/v69 /github"
18
18
"github.com/gosimple/slug"
19
19
"github.com/rs/zerolog/log"
20
20
)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"github.com/cidverse/go-ptr"
11
11
v1 "github.com/cidverse/normalizeci/pkg/ncispec/v1"
12
12
"github.com/cidverse/normalizeci/pkg/normalizer/api"
13
- "github.com/google/go-github/v68 /github"
13
+ "github.com/google/go-github/v69 /github"
14
14
"github.com/gosimple/slug"
15
15
"golang.org/x/oauth2"
16
16
)
You can’t perform that action at this time.
0 commit comments