-
Notifications
You must be signed in to change notification settings - Fork 527
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 to Go 1.17 #953
Update to Go 1.17 #953
Conversation
@@ -74,6 +74,203 @@ require ( | |||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b | |||
) | |||
|
|||
require ( |
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.
I'm not familiar with the go mod changes in 1.17. What is this second require section for, is it different than the first?
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.
Paragraph 4 here has what you're after. https://golang.org/doc/go1.17#go-command New section to track indirect dependencies.
Co-authored-by: Martin Disibio <mdisibio@gmail.com>
What this PR does:
Which issue(s) this PR fixes:
Fixes #885
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]