File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
example/newreposecretwithlibsodium Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,6 @@ require (
77 github.com/google/go-github/v46 v46.0.0
88 golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
99)
10+
11+ // Use version at HEAD, not the latest published.
12+ replace github.com/google/go-github/v46 => ../..
Original file line number Diff line number Diff line change @@ -86,8 +86,6 @@ github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
8686github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
8787github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg =
8888github.com/google/go-cmp v0.5.8 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
89- github.com/google/go-github/v46 v46.0.0 h1:5TZiEw0Is5D9CPld0TSLPjShGr42L7PoyhUSl6KPMKM =
90- github.com/google/go-github/v46 v46.0.0 /go.mod h1:l+/Ml209okuXUAjbvFnGZ2ntokVAhTtXvYWP8Di7OpU =
9189github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
9290github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
9391github.com/google/martian v2.1.0+incompatible /go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs =
You can’t perform that action at this time.
0 commit comments