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: goproxy/goproxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.20.0
Choose a base ref
...
head repository: goproxy/goproxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.1
Choose a head ref
  • 7 commits
  • 11 files changed
  • 3 contributors

Commits on Apr 15, 2025

  1. chore(deps): bump golang.org/x/crypto from 0.33.0 to 0.35.0 (#113)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.33.0 to 0.35.0.
    - [Commits](golang/crypto@v0.33.0...v0.35.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-version: 0.35.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    ad197dd View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. chore(deps): bump golang.org/x/net from 0.35.0 to 0.38.0 (#115)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.35.0 to 0.38.0.
    - [Commits](golang/net@v0.35.0...v0.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.38.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    239fd87 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2025

  1. test: do not double-quote errors in logs (#116)

    Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
    aofei authored Apr 27, 2025
    Configuration menu
    Copy the full SHA
    39e687a View commit details
    Browse the repository at this point in the history
  2. refactor: utilize Go 1.22 for-range over integers (#117)

    Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
    aofei authored Apr 27, 2025
    Configuration menu
    Copy the full SHA
    50d2fc6 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. chore: replace interface{} with any (#118)

    Script used:
    
    ```
    gofmt -r 'interface{} -> any' -w .
    ```
    
    Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
    aofei authored May 14, 2025
    Configuration menu
    Copy the full SHA
    86253b8 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2025

  1. chore(deps): bump github.com/minio/minio-go/v7 from 7.0.88 to 7.0.91 (#…

    …119)
    
    Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
    aofei authored May 17, 2025
    Configuration menu
    Copy the full SHA
    20411bd View commit details
    Browse the repository at this point in the history
  2. chore(master): release 0.20.1 (#114)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored May 17, 2025
    Configuration menu
    Copy the full SHA
    271d439 View commit details
    Browse the repository at this point in the history
Loading