-
Notifications
You must be signed in to change notification settings - Fork 93
Comparing changes
Open a pull request
base repository: golang/mod
base: v0.23.0
head repository: golang/mod
compare: v0.28.0
- 7 commits
- 9 files changed
- 3 contributors
Commits on Feb 14, 2025
-
all: upgrade go directive to at least 1.23.0 [generated]
By now Go 1.24.0 has been released, and Go 1.22 is no longer supported per the Go Release Policy (https://go.dev/doc/devel/release#policy). For golang/go#69095. [git-generate] (cd . && go get [email protected] && go mod tidy && go fix ./... && go mod edit -toolchain=none) Change-Id: Id57a8feb7635d63f320ed0076af5c29a580ce6eb Reviewed-on: https://go-review.googlesource.com/c/mod/+/649717 Auto-Submit: Gopher Robot <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc121ce - Browse repository at this point
Copy the full SHA dc121ceView commit details
Commits on May 7, 2025
-
all: change from sort functions to slices functions
The sorting functions in the slices package are slightly faster as they don't use reflection internally. Change-Id: I3c0ab61336d44c1928ee2a9da12a00d914f5e637 Reviewed-on: https://go-review.googlesource.com/c/mod/+/625635 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Michael Matloob <[email protected]> Reviewed-by: Michael Matloob <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae88a97 - Browse repository at this point
Copy the full SHA ae88a97View commit details
Commits on May 8, 2025
-
x/mod: add the ignore directive
This CL adds the ignore directive that will be used to support the global ignore mechanism in http://go.dev/cl/643355 For golang/go#42965 Change-Id: I6d0b25de1b4d26185298f6e3aea5ba66651256cb Reviewed-on: https://go-review.googlesource.com/c/mod/+/670656 Reviewed-by: Michael Matloob <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Matloob <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d33331 - Browse repository at this point
Copy the full SHA 9d33331View commit details
Commits on Jul 9, 2025
-
go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions. Change-Id: Ia2530efe0df649fcc7069e5417db5ba5a08cd234 Reviewed-on: https://go-review.googlesource.com/c/mod/+/687015 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Carlos Amedee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea04085 - Browse repository at this point
Copy the full SHA ea04085View commit details
Commits on Aug 7, 2025
-
go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions. Change-Id: I5298a600d913f7b3d73745ecc8f17cb2dec0b3bf Reviewed-on: https://go-review.googlesource.com/c/mod/+/693975 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: David Chase <[email protected]> Auto-Submit: Gopher Robot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8a9fe2 - Browse repository at this point
Copy the full SHA f8a9fe2View commit details
Commits on Aug 13, 2025
-
all: upgrade go directive to at least 1.24.0 [generated]
By now Go 1.25.0 has been released, and Go 1.23 is no longer supported per the Go Release Policy (see https://go.dev/doc/devel/release#policy). For golang/go#69095. [git-generate] (cd . && go get [email protected] && go mod tidy && go fix ./... && go mod edit -toolchain=none) Change-Id: Iaf9ab7594a9753cdf89db18522dc0c80180cfa60 Reviewed-on: https://go-review.googlesource.com/c/mod/+/695775 Reviewed-by: David Chase <[email protected]> Auto-Submit: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f060e16 - Browse repository at this point
Copy the full SHA f060e16View commit details
Commits on Sep 8, 2025
-
go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions. Change-Id: Id93f8cbaf80d06026b2934d3f4eb6c732b098176 Reviewed-on: https://go-review.googlesource.com/c/mod/+/701036 Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: David Chase <[email protected]> Auto-Submit: Gopher Robot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1759e96 - Browse repository at this point
Copy the full SHA 1759e96View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.23.0...v0.28.0