File tree 8 files changed +9
-9
lines changed
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-20240917142304-df385efaac68
9
9
github.com/go-git/go-git/v5 v5.14.0
10
- github.com/google/go-github/v68 v68.0 .0
10
+ github.com/google/go-github/v69 v69.2 .0
11
11
github.com/ktrysmt/go-bitbucket v0.9.81
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.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
65
65
github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
66
- github.com/google/go-github/v68 v68.0 .0 h1:ZW57zeNZiXTdQ16qrDiZ0k6XucrxZ2CGmoTvcCyQG6s =
67
- github.com/google/go-github/v68 v68.0 .0/go.mod h1:K9HAUBovM2sLwM408A18h+wd9vqdLOEqTUCbnRIcx68 =
66
+ github.com/google/go-github/v69 v69.2 .0 h1:wR+Wi/fN2zdUx9YxSmYE0ktiX9IAR/BeePzeaUUbEHE =
67
+ github.com/google/go-github/v69 v69.2 .0/go.mod h1:xne4jymxLR6Uj9b7J7PyTpkMYstEMMwGZa0Aehh1azM =
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/v68 /github"
12
+ "github.com/google/go-github/v69 /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/v68 /github"
6
+ "github.com/google/go-github/v69 /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/v68 /github"
7
+ "github.com/google/go-github/v69 /github"
8
8
"github.com/pkg/errors"
9
9
)
10
10
Original file line number Diff line number Diff line change 9
9
"strings"
10
10
"time"
11
11
12
- "github.com/google/go-github/v68 /github"
12
+ "github.com/google/go-github/v69 /github"
13
13
"github.com/pkg/errors"
14
14
log "github.com/sirupsen/logrus"
15
15
)
Original file line number Diff line number Diff line change 8
8
"testing"
9
9
"time"
10
10
11
- "github.com/google/go-github/v68 /github"
11
+ "github.com/google/go-github/v69 /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/v68 /github"
6
+ "github.com/google/go-github/v69 /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