-
Notifications
You must be signed in to change notification settings - Fork 504
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
Doesn't compile for Dragonfly or Illumos #161
Comments
Same happens for |
And for |
@mholt, because this is an indirect dependency, the more sane way is just removing it upstream (I saw a PR is open). However, I use this library in other projects so I decided to fork it because it looks it's abandoned for more than a year. I added the use of go modules and merged most of the open PRs (if they had a valid use case). You can find the repo here. |
GOOS=dragonfly go build
returns an error:This library is a dependency of quic-go which we use in Caddy and Caddy can no longer compile for Dragonfly because of this.
The text was updated successfully, but these errors were encountered: