File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.0
55require (
66 github.com/Masterminds/semver/v3 v3.4.0
77 github.com/google/go-cmp v0.7.0
8- github.com/google/go-github/v75 v75 .0.0
8+ github.com/google/go-github/v76 v76 .0.0
99 github.com/puzpuzpuz/xsync/v4 v4.2.0
1010 github.com/spf13/afero v1.15.0
1111 github.com/xh3b4sd/choreo v0.6.0
@@ -14,5 +14,5 @@ require (
1414
1515require (
1616 github.com/google/go-querystring v1.1.0 // indirect
17- golang.org/x/text v0.29 .0 // indirect
17+ golang.org/x/text v0.30 .0 // indirect
1818)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lpr
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/v75 v75 .0.0 h1:k7q8Bvg+W5KxRl9Tjq16a9XEgVY1pwuiG5sIL7435Ic =
7- github.com/google/go-github/v75 v75 .0.0/go.mod h1:H3LUJEA1TCrzuUqtdAQniBNwuKiQIqdGKgBo1/M/uqI =
6+ github.com/google/go-github/v76 v76 .0.0 h1:MCa9VQn+VG5GG7Y7BAkBvSRUN3o+QpaEOuZwFPJmdFA =
7+ github.com/google/go-github/v76 v76 .0.0/go.mod h1:38+d/8pYDO4fBLYfBhXF5EKO0wA3UkXBjfmQapFsNCQ =
88github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
99github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
1010github.com/puzpuzpuz/xsync/v4 v4.2.0 h1:dlxm77dZj2c3rxq0/XNvvUKISAmovoXF4a4qM6Wvkr0 =
@@ -17,6 +17,6 @@ github.com/xh3b4sd/tracer v1.0.0 h1:mr9uYCx/Ry2w1wdJz0V0Kq71/KeF+hUQjbZQJCxm3Zw=
1717github.com/xh3b4sd/tracer v1.0.0 /go.mod h1:nfZeNH5RRfqE6ctQroIfY75b2NRlJHl2g+HP7ddvHrM =
1818golang.org/x/sync v0.17.0 h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug =
1919golang.org/x/sync v0.17.0 /go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI =
20- golang.org/x/text v0.29 .0 h1:1neNs90w9YzJ9BocxfsQNHKuAT4pkghyXc4nhZ6sJvk =
21- golang.org/x/text v0.29 .0 /go.mod h1:7MhJOA9CD2qZyOKYazxdYMF85OwPdEr9jTtBpO7ydH4 =
20+ golang.org/x/text v0.30 .0 h1:yznKA/E9zq54KzlzBEAWn1NXSQ8DIp/NYMy88xJjl4k =
21+ golang.org/x/text v0.30 .0 /go.mod h1:yDdHFIX9t+tORqspjENWgzaCVXgk0yYnYuSZ8UzzBVM =
2222golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414
1515 "github.com/0xSplits/roghfs/cache"
1616 "github.com/Masterminds/semver/v3"
17- "github.com/google/go-github/v75 /github"
17+ "github.com/google/go-github/v76 /github"
1818 "github.com/spf13/afero"
1919 "github.com/xh3b4sd/choreo/success"
2020 "github.com/xh3b4sd/tracer"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212 "testing"
1313
1414 "github.com/google/go-cmp/cmp"
15- "github.com/google/go-github/v75 /github"
15+ "github.com/google/go-github/v76 /github"
1616 "github.com/spf13/afero"
1717)
1818
Original file line number Diff line number Diff line change 44 "context"
55 "io"
66
7- "github.com/google/go-github/v75 /github"
7+ "github.com/google/go-github/v76 /github"
88 "github.com/xh3b4sd/tracer"
99)
1010
Original file line number Diff line number Diff line change 55 "os"
66 "path/filepath"
77
8- "github.com/google/go-github/v75 /github"
8+ "github.com/google/go-github/v76 /github"
99 "github.com/xh3b4sd/tracer"
1010)
1111
You can’t perform that action at this time.
0 commit comments