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/term
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ea6303a
Choose a base ref
...
head repository: golang/term
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 70d3a0b
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Oct 11, 2023

  1. all: update go directive to 1.18

    Done with:
    
    go get go@1.18
    go mod tidy
    go fix ./...
    
    Using go1.21.3.
    
    For golang/go#60268.
    
    Change-Id: Ic6a53c8e217966f5f95b3a968b25ef123b4b99cf
    Reviewed-on: https://go-review.googlesource.com/c/term/+/534475
    Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    dmitshur authored and gopherbot committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6a610bc View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I4cd3651aa5aee0f23057b34766331dccecce6cb8
    Reviewed-on: https://go-review.googlesource.com/c/term/+/540518
    Reviewed-by: Heschi Kreinick <heschi@google.com>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    gopherbot committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    70d3a0b View commit details
    Browse the repository at this point in the history
Loading