-
Notifications
You must be signed in to change notification settings - Fork 80
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
Update dependencies #344
Update dependencies #344
Conversation
This version provides improved logging and simpilfied server functions and methods. Signed-off-by: Jacob Weinstock <[email protected]>
Hey @chrisdoherty4, mind checking this one out when you have some cycles? |
cmd/smee/main.go
Outdated
defer func() { | ||
_ = conn.Close() | ||
}() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this throw a linter error when defering conn.Close()
directly? If so, can we just use //nolint: ...
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its does. sure thing, will update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmmm....actually i dont think the linting will complain. i must have just done it assuming the linter would complain. regardless, i've updated it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 minor comment.
Signed-off-by: Jacob Weinstock <[email protected]>
Signed-off-by: Jacob Weinstock <[email protected]>
Signed-off-by: Jacob Weinstock <[email protected]>
We were asking for an IP but showing a URL. Signed-off-by: Jacob Weinstock <[email protected]>
ade62d2
to
c45204d
Compare
Hey @chrisdoherty4. Sorry, couple minor updates to this one since you last reviewed. Thanks! |
Signed-off-by: Jacob Weinstock <[email protected]>
Signed-off-by: Jacob Weinstock <[email protected]>
Signed-off-by: Jacob Weinstock <[email protected]>
Signed-off-by: Jacob Weinstock <[email protected]>
Signed-off-by: Jacob Weinstock <[email protected]>
Description
This version provides improved logging and simplified server functions and methods. Also update all direct and transitive deps and add a dependabot config.
Why is this needed
Fixes: #
How Has This Been Tested?
How are existing users impacted? What migration steps/scripts do we need?
Checklist:
I have: