Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Upstream #3

Merged
merged 11 commits into from
Jan 10, 2024
Merged

Merge Upstream #3

merged 11 commits into from
Jan 10, 2024

Commits on Aug 5, 2021

  1. Update Dependencies (kr#75)

    This updates github.com/rogpeppe/go-internal from 1.6.1 to 1.8.0
    and the github action 'setup-go' from v1 to v2.
    
    It also adds a config file for dependabot to automatically check
    this repo for new dependency versions weekly.
    mmorel-35 authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    0c671bc View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Bump actions/checkout from 2 to 3 (kr#84)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    d928460 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Catch panics when calling GoString like fmt %#v does (kr#87)

    This handles a few cases (similar to how fmt %#v does):
    
    - A GoString method on a value receiver, called with a nil pointer
    - A GoString method on a pointer receiver that doesn't check for nil
    - A GoString method that panics in some other way
    
    Because Go 1.17 added a method Time.GoString with value receiver, this
    broke structs that had *time.Time fields with nil values (which is
    common!).
    
    Also added a bunch of tests for these cases.
    
    Fixes kr#77
    
    Co-authored-by: Jordan Barrett <[email protected]>
    benhoyt and barrettj12 authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    d8c7eb1 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Bump github.com/rogpeppe/go-internal from 1.8.0 to 1.9.0 (kr#88)

    This change bumps github.com/rogpeppe/go-internal from version 1.8.0 to 1.9.0.
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    3cd153a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    1a8e037 View commit details
    Browse the repository at this point in the history
  2. Fix failing test

    mcDevnagh committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    b0cfd4f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into kr-main

    Sync with master first to refresh go.mod / go.sum and run tests again,
    before merging PR.
    tjex committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    964c0e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    4a21565 View commit details
    Browse the repository at this point in the history
  2. merge origin kr-main

    tjex committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e15b213 View commit details
    Browse the repository at this point in the history
  3. update go.sum

    tjex committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    dd77bc4 View commit details
    Browse the repository at this point in the history
  4. update go.sum - again

    tjex committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a72af41 View commit details
    Browse the repository at this point in the history