Skip to content

Conversation

@bflad
Copy link
Contributor

@bflad bflad commented Mar 3, 2023

Reference: https://pkg.go.dev/golang.org/x/[email protected]/context
Reference: #186

Previously, the module was only using golang.org/x/net/context import. That package was deprecated with Go 1.7 when its functionality migrated into the standard library context package. This Go module already announces Go 1.17 minimum since version 1.4.4 and the context types are not exposed as part of any exported API.

Reference: https://pkg.go.dev/golang.org/x/[email protected]/context
Reference: #186

Previously, the module was only using `golang.org/x/net/context` import. That package was deprecated with Go 1.7 when its functionality migrated into the standard library `context` package. This Go module already announces Go 1.17 minimum since version 1.4.4 and the `context` types are not exposed as part of any exported API.
Copy link
Contributor

@fairclothjm fairclothjm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@bflad bflad merged commit d78f3fc into main Mar 6, 2023
@bflad bflad deleted the bflad/remove-x-net-direct-dependency branch March 6, 2023 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants