Merged
Conversation
* go get -u golang.org/x/sys * Fix CI * Add App Bar icon * Fix errors found by linter * Allow arrow functions in eslint's func-style rule * fix type mismatch at redux Provider Co-authored-by: Ngoan Tran <ngoan98travinh@gmail.com>
mickmister
commented
Oct 28, 2022
Comment on lines
-21
to
-32
| github.com/stretchr/testify v1.6.0 | ||
| go.uber.org/zap v1.15.0 // indirect | ||
| golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect | ||
| golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect | ||
| golang.org/x/net v0.0.0-20200528225125-3c3fba18258b // indirect | ||
| golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect | ||
| github.com/stretchr/testify v1.6.1 | ||
| golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect | ||
| golang.org/x/text v0.3.2 | ||
| golang.org/x/tools v0.0.0-20200528185414-6be401e3f76e // indirect | ||
| google.golang.org/genproto v0.0.0-20200528191852-705c0b31589b // indirect | ||
| google.golang.org/grpc v1.29.1 // indirect | ||
| gopkg.in/yaml.v3 v3.0.0-20200506231410-2ff61e1afc86 // indirect | ||
| honnef.co/go/tools v0.0.1-2020.1.4 // indirect |
Contributor
Author
There was a problem hiding this comment.
Not sure about these changes
Contributor
|
#227 got merged |
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.
Summary
Ticket Link
#225