File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
8
8
github.com/gfleury/go-bitbucket-v1 v0.0.0-20240131155556-0b41d7863037
9
9
github.com/go-git/go-git/v5 v5.12.0
10
- github.com/google/go-github/v59 v59 .0.0
10
+ github.com/google/go-github/v63 v63 .0.0
11
11
github.com/ktrysmt/go-bitbucket v0.9.80
12
12
github.com/mitchellh/mapstructure v1.5.0
13
13
github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
63
63
github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
64
64
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
65
65
github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
66
- github.com/google/go-github/v59 v59 .0.0 h1:7h6bgpF5as0YQLLkEiVqpgtJqjimMYhBkD4jT5aN3VA =
67
- github.com/google/go-github/v59 v59 .0.0/go.mod h1:rJU4R0rQHFVFDOkqGWxfLNo6vEk4dv40oDjhV/gH6wM =
66
+ github.com/google/go-github/v63 v63 .0.0 h1:13xwK/wk9alSokujB9lJkuzdmQuVn2QCPeck76wR3nE =
67
+ github.com/google/go-github/v63 v63 .0.0/go.mod h1:IqbcrgUmIcEaioWrGYei/09o+ge5vhffGOcxrO0AfmA =
68
68
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
69
69
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
70
70
github.com/gorilla/mux v1.7.4 h1:VuZ8uybHlWmqV03+zRzdwKL4tUnIp1MAQtp1mIFE1bc =
Original file line number Diff line number Diff line change 9
9
"sync"
10
10
"time"
11
11
12
- "github.com/google/go-github/v59 /github"
12
+ "github.com/google/go-github/v63 /github"
13
13
"github.com/pkg/errors"
14
14
log "github.com/sirupsen/logrus"
15
15
"golang.org/x/exp/maps"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package github
3
3
import (
4
4
"fmt"
5
5
6
- "github.com/google/go-github/v59 /github"
6
+ "github.com/google/go-github/v63 /github"
7
7
8
8
"github.com/lindell/multi-gitter/internal/scm"
9
9
)
Original file line number Diff line number Diff line change 4
4
"fmt"
5
5
"net/url"
6
6
7
- "github.com/google/go-github/v59 /github"
7
+ "github.com/google/go-github/v63 /github"
8
8
"github.com/pkg/errors"
9
9
)
10
10
Original file line number Diff line number Diff line change 7
7
"strings"
8
8
"time"
9
9
10
- "github.com/google/go-github/v59 /github"
10
+ "github.com/google/go-github/v63 /github"
11
11
"github.com/pkg/errors"
12
12
log "github.com/sirupsen/logrus"
13
13
)
Original file line number Diff line number Diff line change 8
8
"testing"
9
9
"time"
10
10
11
- "github.com/google/go-github/v59 /github"
11
+ "github.com/google/go-github/v63 /github"
12
12
"github.com/pkg/errors"
13
13
"github.com/stretchr/testify/assert"
14
14
)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package github
3
3
import (
4
4
"strings"
5
5
6
- "github.com/google/go-github/v59 /github"
6
+ "github.com/google/go-github/v63 /github"
7
7
"github.com/lindell/multi-gitter/internal/scm"
8
8
)
9
9
You can’t perform that action at this time.
0 commit comments