mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
fix(deps): update module golang.org/x/mod to v0.25.0
This commit is contained in:
![29139614+renovate[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
Steffen Vogel

parent
1461f1bbbf
commit
8a52c723d4
@@ -9,7 +9,7 @@ buildGo124Module {
|
|||||||
|
|
||||||
subPackages = [ "vanity_redirects" ];
|
subPackages = [ "vanity_redirects" ];
|
||||||
|
|
||||||
vendorHash = "sha256-ND1wPOaL03BThpEoXt1AByaovsLfWswKxFbLcxSzBOI=";
|
vendorHash = "sha256-SawrbxYWFN03h/ZV1XiOZ4kvKcCF4G0QJY1nMxgwAzI=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
mainProgram = "vanity_redirects";
|
mainProgram = "vanity_redirects";
|
||||||
|
@@ -7,7 +7,7 @@ go 1.24.0
|
|||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/google/go-github/v68 v68.0.0
|
github.com/google/go-github/v68 v68.0.0
|
||||||
golang.org/x/mod v0.24.0
|
golang.org/x/mod v0.25.0
|
||||||
)
|
)
|
||||||
|
|
||||||
require github.com/google/go-querystring v1.1.0 // indirect
|
require github.com/google/go-querystring v1.1.0 // indirect
|
||||||
|
@@ -9,4 +9,6 @@ golang.org/x/mod v0.22.0 h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4=
|
|||||||
golang.org/x/mod v0.22.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
|
golang.org/x/mod v0.22.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
|
||||||
golang.org/x/mod v0.24.0 h1:ZfthKaKaT4NrhGVZHO1/WDTwGES4De8KtWO0SIbNJMU=
|
golang.org/x/mod v0.24.0 h1:ZfthKaKaT4NrhGVZHO1/WDTwGES4De8KtWO0SIbNJMU=
|
||||||
golang.org/x/mod v0.24.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
|
golang.org/x/mod v0.24.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
|
||||||
|
golang.org/x/mod v0.25.0 h1:n7a+ZbQKQA/Ysbyb0/6IbB1H/X41mKgbhfv7AfG/44w=
|
||||||
|
golang.org/x/mod v0.25.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
|
||||||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||||
|
Reference in New Issue
Block a user