This repository was archived by the owner on Dec 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11module github.com/BESTSELLER/github-releasediff
22
3- go 1.24.2
3+ go 1.25.0
44
55require (
6- github.com/google/go-github/v70 v70 .0.0
6+ github.com/google/go-github/v75 v75 .0.0
77 github.com/hashicorp/go-version v1.7.0
88 golang.org/x/oauth2 v0.32.0
99)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/BESTSELLER/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl0
33github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
44github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
55github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
6- github.com/google/go-github/v70 v70 .0.0 h1:/tqCp5KPrcvqCc7vIvYyFYTiCGrYvaWoYMGHSQbo55o =
7- github.com/google/go-github/v70 v70 .0.0/go.mod h1:xBUZgo8MI3lUL/hwxl3hlceJW1U8MVnXP3zUyI+rhQY =
6+ github.com/google/go-github/v75 v75 .0.0 h1:k7q8Bvg+W5KxRl9Tjq16a9XEgVY1pwuiG5sIL7435Ic =
7+ github.com/google/go-github/v75 v75 .0.0/go.mod h1:H3LUJEA1TCrzuUqtdAQniBNwuKiQIqdGKgBo1/M/uqI =
88github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
99github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
1010golang.org/x/oauth2 v0.32.0 h1:jsCblLleRMDrxMN29H3z/k1KliIvpLgCkE6R8FXXNgY =
Original file line number Diff line number Diff line change 99 "sort"
1010 "strings"
1111
12- "github.com/google/go-github/v70 /github"
12+ "github.com/google/go-github/v75 /github"
1313 "github.com/hashicorp/go-version"
1414)
1515
Original file line number Diff line number Diff line change 66 "sync"
77 "testing"
88
9- "github.com/google/go-github/v70 /github"
9+ "github.com/google/go-github/v75 /github"
1010 "golang.org/x/oauth2"
1111)
1212
You can’t perform that action at this time.
0 commit comments