Skip to content
This repository was archived by the owner on Dec 21, 2025. It is now read-only.

Commit 18bf12f

Browse files
authored
Update Go module dependencies and remove bulldozer configuration (#47)
Signed-off-by: Lasse Gaardsholt <lasse.gaardsholt@bestseller.com>
1 parent 1d7055d commit 18bf12f

5 files changed

Lines changed: 6 additions & 17 deletions

File tree

.github/bulldozer.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module github.com/BESTSELLER/github-releasediff
22

3-
go 1.24.2
3+
go 1.25.0
44

55
require (
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
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ github.com/BESTSELLER/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl0
33
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
44
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
55
github.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=
88
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
99
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
1010
golang.org/x/oauth2 v0.32.0 h1:jsCblLleRMDrxMN29H3z/k1KliIvpLgCkE6R8FXXNgY=

releasediff.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
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

releasediff_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
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

0 commit comments

Comments
 (0)