Skip to content

Bump up go and pkgs version #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

================================================================

github.com/google/go-github/v45
https://github.com/google/go-github/v45
github.com/google/go-github/v48
https://github.com/google/go-github/v48
----------------------------------------------------------------
Copyright (c) 2013 The go-github AUTHORS. All rights reserved.

Expand Down
4 changes: 2 additions & 2 deletions ghfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
"strings"
"testing/fstest"

"github.com/google/go-github/v45/github"
"github.com/k1LoW/go-github-client/v45/factory"
"github.com/google/go-github/v48/github"
"github.com/k1LoW/go-github-client/v48/factory"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion ghfs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"testing/fstest"
"testing/iotest"

"github.com/k1LoW/go-github-client/v45/factory"
"github.com/k1LoW/go-github-client/v48/factory"
)

func TestFS(t *testing.T) {
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/k1LoW/ghfs

go 1.18
go 1.19

require (
github.com/google/go-github/v45 v45.2.0
github.com/k1LoW/go-github-client/v45 v45.2.3
github.com/google/go-github/v48 v48.2.0
github.com/k1LoW/go-github-client/v48 v48.2.3
)

require (
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/go-github/v41 v41.0.0 h1:HseJrM2JFf2vfiZJ8anY2hqBjdfY1Vlj/K27ueww4gg=
github.com/google/go-github/v45 v45.2.0 h1:5oRLszbrkvxDDqBCNj2hjDZMKmvexaZ1xw/FCD+K3FI=
github.com/google/go-github/v45 v45.2.0/go.mod h1:FObaZJEDSTa/WGCzZ2Z3eoCDXWJKMenWWTrd8jrta28=
github.com/google/go-github/v48 v48.2.0 h1:68puzySE6WqUY9KWmpOsDEQfDZsso98rT6pZcz9HqcE=
github.com/google/go-github/v48 v48.2.0/go.mod h1:dDlehKBDo850ZPvCTK0sEqTCVWcrGl2LcDiajkYi89Y=
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=
github.com/k1LoW/go-github-client/v45 v45.2.3 h1:VgL8bLfDfppHJTrCZQ826R+P4Np9+kOJXP0i0NQAqao=
github.com/k1LoW/go-github-client/v45 v45.2.3/go.mod h1:c6rHQhBuUN+Ljzi9e2tvv3EPlijIRnOEFyQiD+H0rkE=
github.com/migueleliasweb/go-github-mock v0.0.8 h1:+V+tZ6smpaWRmocdKRkYerxZrFn7QGifoWTV0rURV28=
github.com/k1LoW/go-github-client/v48 v48.2.3 h1:TQEsylTczyXC3sRS/IUkkYnydckSDiY5NS2Zv9JmP8w=
github.com/k1LoW/go-github-client/v48 v48.2.3/go.mod h1:U4ZS4Gf+28ApQSfg4KFkk80dPV32r6ywir3z5huWaeQ=
github.com/migueleliasweb/go-github-mock v0.0.13 h1:pV4yG4XlL/fEPE1Er6MzErAYFyiRSBYw1oo2OojTiCQ=
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 h1:HWj/xjIHfjYU5nVXpTM0s39J9CbLn7Cc5a7IC5rwsMQ=
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=