Skip to content

Commit

Permalink
Merge pull request #59 from asvoboda/as/go-github-v41
Browse files Browse the repository at this point in the history
Update go-github to v41
  • Loading branch information
bradleyfalzon committed Jan 12, 2022
2 parents 5ec0839 + 8e9a4c5 commit 9d45eb0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -5,5 +5,5 @@ go 1.13
require (
github.com/golang-jwt/jwt/v4 v4.0.0
github.com/google/go-cmp v0.5.6
github.com/google/go-github/v40 v40.0.0
github.com/google/go-github/v41 v41.0.0
)
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -5,8 +5,8 @@ github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5y
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.6 h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ=
github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-github/v40 v40.0.0 h1:oBPVDaIhdUmwDWRRH8XJ/dZG+Rn755i08+Hp1uJHlR0=
github.com/google/go-github/v40 v40.0.0/go.mod h1:G8wWKTEjUCL0zdbaQvpwDk0hqf6KZgPQH+ssJa+/NVc=
github.com/google/go-github/v41 v41.0.0 h1:HseJrM2JFf2vfiZJ8anY2hqBjdfY1Vlj/K27ueww4gg=
github.com/google/go-github/v41 v41.0.0/go.mod h1:XgmCA5H323A9rtgExdTcnDkcqp6S30AVACCBDOonIxg=
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
Expand Down
2 changes: 1 addition & 1 deletion transport.go
Expand Up @@ -12,7 +12,7 @@ import (
"sync"
"time"

"github.com/google/go-github/v40/github"
"github.com/google/go-github/v41/github"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion transport_test.go
Expand Up @@ -13,7 +13,7 @@ import (
"time"

"github.com/google/go-cmp/cmp"
"github.com/google/go-github/v40/github"
"github.com/google/go-github/v41/github"
)

const (
Expand Down

0 comments on commit 9d45eb0

Please sign in to comment.