namsral / multipass

Better authentication for HTTP
BSD 3-Clause "New" or "Revised" License
73 stars 4 forks source link

Update for Quic-Go v0.13.1 #24

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.