Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang/mod
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.19.0
Choose a base ref
...
head repository: golang/mod
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.0
Choose a head ref
  • 4 commits
  • 7 files changed
  • 4 contributors

Commits on Jul 16, 2024

  1. LICENSE: update per Google Legal

    Very minor tweaks:
     - Remove (c) pseudosymbol.
     - Remove "All Rights Reserved."
     - Change "Google Inc." (no longer exists) to "Google LLC".
    
    [git-generate]
    echo '
    ,s/\(c\) //
    ,s/ All rights reserved.//
    ,s/Google Inc./Google LLC/
    w
    q
    ' | sam -d LICENSE
    
    Change-Id: Icf1e124b083e2cfd5c804ccef7f563881d5f41d9
    Reviewed-on: https://go-review.googlesource.com/c/mod/+/598578
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Auto-Submit: Russ Cox <rsc@golang.org>
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    rsc authored and gopherbot committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    79169e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. modfile: Add support for tool lines

    Add new tool directive to go.mod parser and functions
    to add and drop them.
    
    For golang/go#48429
    
    Change-Id: I37667a69ded9d59ea248ec48ad35c87592103218
    Reviewed-on: https://go-review.googlesource.com/c/mod/+/508355
    Reviewed-by: Michael Matloob <matloob@golang.org>
    Reviewed-by: Sam Thanawalla <samthanawalla@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    ConradIrwin authored and matloob committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    b56a28f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. modfile: fix Cleanup clobbering Line reference

    Fixes golang/go#45130
    
    Change-Id: I2dccba5e958911177f10a5104a182f86ff8378d9
    Reviewed-on: https://go-review.googlesource.com/c/mod/+/303234
    Reviewed-by: Michael Matloob <matloob@golang.org>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: David Chase <drchase@google.com>
    jameshartig authored and matloob committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    d1f873e View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. README: fix link to x/tools

    Change-Id: I4803bfe7da3b21fdfe503b9804015f0a5104a52e
    Reviewed-on: https://go-review.googlesource.com/c/mod/+/601441
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Auto-Submit: Ian Lance Taylor <iant@google.com>
    Reviewed-by: Michael Knyszek <mknyszek@google.com>
    mikesep authored and gopherbot committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    bc151c4 View commit details
    Browse the repository at this point in the history
Loading