8000 Comparing v0.34.0...v0.38.0 · golang/term · GitHub
[go: up one dir, main page]

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

Commits on Aug 13, 2025

  1. 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 go@1.24.0 && go mod tidy && go fix ./... && go mod edit -toolchain=none)
    
    Change-Id: I8bf28e20963f73333d83fbe50434bb5abcce36da
    Reviewed-on: https://go-review.googlesource.com/c/term/+/695280
    Reviewed-by: David Chase <drchase@google.com>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    gopherbot committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    d862cd5 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

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

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: If0cee55db64c734f53dfaa2d5b014c7eba22cd46
    Reviewed-on: https://go-review.googlesource.com/c/term/+/701037
    Auto-Submit: Gopher Robot <gobot@golang.org>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: David Chase <drchase@google.com>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    gopherbot committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    1a11b45 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

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

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I91b80d2350746afd3a4a6c03bc55eeb03a42e6ae
    Reviewed-on: https://go-review.googlesource.com/c/term/+/710095
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    Reviewed-by: David Chase <drchase@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    gopherbot committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    3a0828a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. term: fix some comments

    Change-Id: I8211158071d0a657d0097aba242278fa4bc7f653
    Reviewed-on: https://go-review.googlesource.com/c/term/+/713420
    Auto-Submit: Sean Liao <sean@liao.dev>
    Reviewed-by: David Chase <drchase@google.com>
    Reviewed-by: Sean Liao <sean@liao.dev>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    cuishuang authored and gopherbot committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    3475bc8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

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

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I2c69a9e891bebfbb3d88ab32d8a7dc2973440130
    Reviewed-on: https://go-review.googlesource.com/c/term/+/718961
    Reviewed-by: David Chase <drchase@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    gopherbot committed Nov 11, 2025
    Configuration menu
    Copy the full SHA
    1231d54 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

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

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I2b01858489f549d13f8274173247152bd9067849
    Reviewed-on: https://go-review.googlesource.com/c/term/+/728003
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    Reviewed-by: David Chase <drchase@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    gopherbot committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    3863673 View commit details
    Browse the repository at this point in the history
Loading
0