xuqingfeng / caddy-rate-limit

A rate limit plugin for caddy
https://caddyserver.com/docs/http.ratelimit
MIT License
66 stars 15 forks source link

Update for Quic-Go v0.13.1 #43

Open Flameborn opened 4 years ago

Flameborn commented 4 years ago

Currently, there is no go.mod file specified in the project. As a result, Go pulls in the latest Quic-Go (v0.13.1)

This release has a folder rename, from github.com/lucas-clemente/quic-go/h2quic to github.com/lucas-clemente/quic-go/http3.

Currently, Caddy v1.0.4 is not able to build with this plugin added.

xuqingfeng commented 4 years ago

@Flameborn Sadly, I'm not able to reproduce this issue.

What's your build process and what kind of error you were seeing?