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.13.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.15.0
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Oct 11, 2023

  1. all: update go directive to 1.18

    Done with:
    
    go get [email protected]
    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 <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    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 <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Auto-Submit: Gopher Robot <[email protected]>
    gopherbot committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    70d3a0b View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

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

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I1ea17696accca38de639a9ac8bd16835049054e6
    Reviewed-on: https://go-review.googlesource.com/c/term/+/545096
    Auto-Submit: Gopher Robot <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Heschi Kreinick <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    gopherbot committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ee66497 View commit details
    Browse the repository at this point in the history
Loading