File tree 9 files changed +12
-8
lines changed
9 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ require (
35
35
github.com/go-git/go-git/v5 v5.15.0
36
36
github.com/go-viper/mapstructure/v2 v2.2.1
37
37
github.com/goccy/go-yaml v1.17.1
38
- github.com/google/go-github/v61 v61 .0.0
38
+ github.com/google/go-github/v71 v71 .0.0
39
39
github.com/google/renameio/v2 v2.0.0
40
40
github.com/gopasspw/gopass v1.15.15
41
41
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
@@ -186,3 +186,5 @@ require (
186
186
gopkg.in/warnings.v0 v0.1.2 // indirect
187
187
gopkg.in/yaml.v3 v3.0.1 // indirect
188
188
)
189
+
190
+ replace github.com/google/go-github/v61 v61.0.0 => github.com/google/go-github/v71 v71.0.0
Original file line number Diff line number Diff line change @@ -220,6 +220,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
220
220
github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
221
221
github.com/google/go-github/v61 v61.0.0 h1:VwQCBwhyE9JclCI+22/7mLB1PuU9eowCXKY5pNlu1go =
222
222
github.com/google/go-github/v61 v61.0.0 /go.mod h1:0WR+KmsWX75G2EbpyGsGmradjo3IiciuI4BmdVCobQY =
223
+ github.com/google/go-github/v71 v71.0.0 h1:Zi16OymGKZZMm8ZliffVVJ/Q9YZreDKONCr+WUd0Z30 =
224
+ github.com/google/go-github/v71 v71.0.0 /go.mod h1:URZXObp2BLlMjwu0O8g4y6VBneUj2bCHgnI8FfgZ51M =
223
225
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
224
226
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
225
227
github.com/google/renameio/v2 v2.0.0 h1:UifI23ZTGY8Tt29JbYFiuyIU3eX+RNFtUwefq9qAhxg =
Original file line number Diff line number Diff line change 5
5
"net/http"
6
6
"os"
7
7
8
- "github.com/google/go-github/v61 /github"
8
+ "github.com/google/go-github/v71 /github"
9
9
"golang.org/x/oauth2"
10
10
)
11
11
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
19
19
"time"
20
20
21
21
"github.com/coreos/go-semver/semver"
22
- "github.com/google/go-github/v61 /github"
22
+ "github.com/google/go-github/v71 /github"
23
23
"github.com/spf13/cobra"
24
24
"github.com/twpayne/go-shell"
25
25
"github.com/twpayne/go-xdg/v6"
Original file line number Diff line number Diff line change 7
7
"strings"
8
8
"time"
9
9
10
- "github.com/google/go-github/v61 /github"
10
+ "github.com/google/go-github/v71 /github"
11
11
12
12
"github.com/twpayne/chezmoi/v2/internal/chezmoi"
13
13
)
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
"strings"
22
22
23
23
"github.com/coreos/go-semver/semver"
24
- "github.com/google/go-github/v61 /github"
24
+ "github.com/google/go-github/v71 /github"
25
25
"github.com/spf13/cobra"
26
26
27
27
"github.com/twpayne/chezmoi/v2/internal/chezmoi"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
15
15
"strings"
16
16
17
17
"github.com/coreos/go-semver/semver"
18
- "github.com/google/go-github/v61 /github"
18
+ "github.com/google/go-github/v71 /github"
19
19
vfs "github.com/twpayne/go-vfs/v5"
20
20
21
21
"github.com/twpayne/chezmoi/v2/internal/chezmoi"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"path/filepath"
11
11
12
12
"github.com/coreos/go-semver/semver"
13
- "github.com/google/go-github/v61 /github"
13
+ "github.com/google/go-github/v71 /github"
14
14
vfs "github.com/twpayne/go-vfs/v5"
15
15
16
16
"github.com/twpayne/chezmoi/v2/internal/chezmoi"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
18
18
19
19
"github.com/Masterminds/sprig/v3"
20
20
"github.com/goccy/go-yaml"
21
- "github.com/google/go-github/v61 /github"
21
+ "github.com/google/go-github/v71 /github"
22
22
"github.com/google/renameio/v2/maybe"
23
23
24
24
"github.com/twpayne/chezmoi/v2/internal/chezmoi"
You can’t perform that action at this time.
0 commit comments