File tree Expand file tree Collapse file tree 7 files changed +5
-8
lines changed Expand file tree Collapse file tree 7 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ module github.com/google/go-github/v25
2
2
3
3
require (
4
4
github.com/golang/protobuf v1.2.0 // indirect
5
- github.com/google/go-github v17.0.0+incompatible
6
5
github.com/google/go-querystring v1.0.0
7
6
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
8
7
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect
Original file line number Diff line number Diff line change 1
1
github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM =
2
2
github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
3
- github.com/google/go-github v17.0.0+incompatible h1:N0LgJ1j65A7kfXrZnUDaYCs/Sf4rEjNlfyDHW9dolSY =
4
- github.com/google/go-github v17.0.0+incompatible /go.mod h1:zLgOLi98H3fifZn+44m+umXrS52loVEgC2AApnigrVQ =
5
3
github.com/google/go-querystring v1.0.0 h1:Xkwi/a1rcvNg1PPYe5vI8GbeBY/jrVuDX5ASuANWTrk =
6
4
github.com/google/go-querystring v1.0.0 /go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck =
7
5
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 h1:VklqNMn3ovrHsnt90PveolxSbWFaJdECFbxSq0Mqo2M =
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"context"
12
12
"testing"
13
13
14
- "github.com/google/go-github/github"
14
+ "github.com/google/go-github/v25/ github"
15
15
)
16
16
17
17
const (
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
16
16
"testing"
17
17
"time"
18
18
19
- "github.com/google/go-github/github"
19
+ "github.com/google/go-github/v25/ github"
20
20
)
21
21
22
22
const msgEnvMissing = "Skipping test because the required environment variable (%v) is not present."
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
"net/http"
15
15
"os"
16
16
17
- "github.com/google/go-github/github"
17
+ "github.com/google/go-github/v25/ github"
18
18
"golang.org/x/oauth2"
19
19
)
20
20
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
"reflect"
14
14
"testing"
15
15
16
- "github.com/google/go-github/github"
16
+ "github.com/google/go-github/v25/ github"
17
17
)
18
18
19
19
func TestRepositories_CRUD (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
"math/rand"
14
14
"testing"
15
15
16
- "github.com/google/go-github/github"
16
+ "github.com/google/go-github/v25/ github"
17
17
)
18
18
19
19
func TestUsers_Get (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments