File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/apex/log v1.9.0
7
7
github.com/dsnet/compress v0.0.1
8
8
github.com/gabriel-vasile/mimetype v1.4.6
9
- github.com/google/go-github/v62 v62 .0.0
9
+ github.com/google/go-github/v66 v66 .0.0
10
10
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
11
11
github.com/h2non/filetype v1.1.3
12
12
github.com/krolaw/zipstream v0.0.0-20180621105154-0a2661891f94
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ github.com/google/btree v1.1.2/go.mod h1:qOPhT0dTNdNzV6Z/lhRX0YXUafgPLFUh+gZMl76
28
28
github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
29
29
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
30
30
github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
31
- github.com/google/go-github/v62 v62 .0.0 h1:/6mGCaRywZz9MuHyw9gD1CwsbmBX8GWsbFkwMmHdhl4 =
32
- github.com/google/go-github/v62 v62 .0.0/go.mod h1:EMxeUqGJq2xRu9DYBMwel/mr7kZrzUOfQmmpYrZn2a4 =
31
+ github.com/google/go-github/v66 v66 .0.0 h1:ADJsaXj9UotwdgK8/iFZtv7MLc8E8WBl62WLd/D/9+M =
32
+ github.com/google/go-github/v66 v66 .0.0/go.mod h1:+4SO9Zkuyf8ytMj0csN1NR/5OTR+MfqPp8P8dVlcvY4 =
33
33
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
34
34
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
35
35
github.com/google/uuid v1.1.1 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
Original file line number Diff line number Diff line change 7
7
"strings"
8
8
9
9
"github.com/apex/log"
10
- "github.com/google/go-github/v62 /github"
10
+ "github.com/google/go-github/v66 /github"
11
11
"github.com/gregjones/httpcache"
12
12
"github.com/gregjones/httpcache/diskcache"
13
13
"github.com/sirupsen/logrus"
Original file line number Diff line number Diff line change 9
9
"os"
10
10
"path/filepath"
11
11
12
- "github.com/google/go-github/v62 /github"
12
+ "github.com/google/go-github/v66 /github"
13
13
"github.com/sirupsen/logrus"
14
14
15
15
"github.com/ekristen/distillery/pkg/asset"
You can’t perform that action at this time.
0 commit comments