Skip to content
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

deps: Remove direct dependency on golang.org/x/net #240

Merged
merged 1 commit into from
Mar 6, 2023

Commits on Mar 3, 2023

  1. deps: Remove direct dependency on golang.org/x/net

    Reference: https://pkg.go.dev/golang.org/x/net@v0.0.0-20190311183353-d8887717615a/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.
    bflad committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    6063e7a View commit details
    Browse the repository at this point in the history