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

Bump github.com/mccutchen/go-httpbin/v2 from 2.5.4 to 2.9.2 #68

Commits on Jul 4, 2023

  1. Bump github.com/mccutchen/go-httpbin/v2 from 2.5.4 to 2.9.2

    Bumps [github.com/mccutchen/go-httpbin/v2](https://github.com/mccutchen/go-httpbin) from 2.5.4 to 2.9.2.
    - [Release notes](https://github.com/mccutchen/go-httpbin/releases)
    - [Commits](mccutchen/go-httpbin@v2.5.4...v2.9.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/mccutchen/go-httpbin/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    959bf9c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #69 from hoppscotch/master

    Update tests.yml
    SamJakob committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    c1a6b5d View commit details
    Browse the repository at this point in the history
  3. Fix TestPostDataJson

    (go-httpbin PR #117 broke it when they started returning binary payloads from httpbin as base64, but we specified the content type as 'json', not 'application/json' so it was treated as unrecognized and base64-encoded)
    SamJakob committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    bdba996 View commit details
    Browse the repository at this point in the history