update dependencies for switch-bot-api-go and related libraries#12
Merged
update dependencies for switch-bot-api-go and related libraries#12
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates several dependencies in the go.mod file to newer versions to ensure compatibility and incorporate the latest features and fixes.
- Updated dependency versions for switch-bot-api-go, go-yaml, go-i18n, jsonschema, swaggest/jsonschema-go, and golang.org/x/text.
- Ensures the project stays up to date with upstream improvements and bug fixes.
This comment has been minimized.
This comment has been minimized.
Contributor
Code Metrics Report
Details | | main (611192f) | #12 (f03b39f) | +/- |
|---------------------|----------------|---------------|------|
| Coverage | 69.6% | 69.6% | 0.0% |
| Files | 3 | 3 | 0 |
| Lines | 99 | 99 | 0 |
| Covered | 69 | 69 | 0 |
| Code to Test Ratio | 1:1.7 | 1:1.7 | 0.0 |
| Code | 206 | 206 | 0 |
| Test | 353 | 353 | 0 |
+ | Test Execution Time | 27s | 9s | -18s |Reported by octocov |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates several dependencies in the
go.modfile to newer versions, ensuring compatibility and access to the latest features and fixes.Dependency updates:
github.com/yasu89/switch-bot-api-gofromv0.4.0tov0.5.0.github.com/goccy/go-yamlfromv1.17.1tov1.18.0.github.com/kaptinlin/go-i18nfromv0.1.3tov0.1.4.github.com/kaptinlin/jsonschemafromv0.2.3tov0.4.3.golang.org/x/textfromv0.25.0tov0.26.0.