TykTechnologies / tyk

Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols
Other
9.76k stars 1.09k forks source link

[TT-13176]: update graqhql go tools #6586

Closed kofoworola closed 2 months ago

kofoworola commented 2 months ago

User description

TT-13176

Description

This updates the graphql go tools

Related Issue

Motivation and Context

How This Has Been Tested

Screenshots (if appropriate)

Types of changes

Checklist


PR Type

enhancement, dependencies


Description


Changes walkthrough 📝

Relevant files
Dependencies
go.mod
Update `graphql-go-tools` and add new indirect dependencies

go.mod
  • Updated the graphql-go-tools dependency to a newer version.
  • Added several indirect dependencies, including jennifer, mousetrap,
    go-toml, cobra, jwalterweatherman, pflag, and viper.
  • +8/-1     
    go.sum
    Update checksums for new and updated dependencies               

    go.sum
  • Added checksums for the updated graphql-go-tools version.
  • Added checksums for new indirect dependencies, including jennifer,
    mousetrap, go-toml, cobra, jwalterweatherman, pflag, and viper.
  • +28/-0   

    💡 PR-Agent usage: Comment /help "your question" on any pull request to receive relevant information

    github-actions[bot] commented 2 months ago

    PR Reviewer Guide 🔍

    ⏱️ Estimated effort to review: 3 🔵🔵🔵⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Key issues to review

    Dependency Management
    The PR introduces multiple new dependencies and updates existing ones. It is crucial to ensure that these changes do not introduce compatibility issues or conflicts with other dependencies. Additionally, the justification for each dependency update or addition should be clearly documented to understand the necessity and impact of these changes.
    github-actions[bot] commented 2 months ago

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    github-actions[bot] commented 2 months ago

    API Changes

    no api changes detected
    sonarcloud[bot] commented 2 months ago

    Quality Gate Passed Quality Gate passed

    Issues
    0 New issues
    0 Accepted issues

    Measures
    0 Security Hotspots
    0.0% Coverage on New Code
    0.0% Duplication on New Code

    See analysis details on SonarCloud

    kofoworola commented 2 months ago

    /release to release-5.6

    tykbot[bot] commented 2 months ago

    Working on it! Note that it can take a few minutes.

    tykbot[bot] commented 2 months ago

    @kofoworola Succesfully merged PR