Closed kofoworola closed 2 months ago
⏱️ 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. |
No code suggestions found for the PR.
API Changes
no api changes detected
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
/release to release-5.6
Working on it! Note that it can take a few minutes.
@kofoworola Succesfully merged PR
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
graphql-go-tools
dependency to a newer version ingo.mod
.go.mod
, enhancing the project's capabilities.go.sum
with checksums for the new and updated dependencies.Changes walkthrough 📝
go.mod
Update `graphql-go-tools` and add new indirect dependencies
go.mod
graphql-go-tools
dependency to a newer version.jennifer
,mousetrap
,go-toml
,cobra
,jwalterweatherman
,pflag
, andviper
.go.sum
Update checksums for new and updated dependencies
go.sum
graphql-go-tools
version.jennifer
,mousetrap
,go-toml
,cobra
,jwalterweatherman
,pflag
, andviper
.