Skip to content

Commit

Permalink
go.mod: Remove quic-go replacement
Browse files Browse the repository at this point in the history
Should fix #9
  • Loading branch information
mholt committed Apr 28, 2022
1 parent 73efe0b commit 9c011f6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mholt/caddy-ratelimit

go 1.18
go 1.17

require (
github.com/caddyserver/caddy/v2 v2.5.0
Expand Down Expand Up @@ -49,7 +49,7 @@ require (
github.com/klauspost/compress v1.15.0 // indirect
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
github.com/libdns/libdns v0.2.1 // indirect
github.com/lucas-clemente/quic-go v0.27.0 // indirect
github.com/lucas-clemente/quic-go v0.26.0 // indirect
github.com/manifoldco/promptui v0.9.0 // indirect
github.com/marten-seemann/qpack v0.2.1 // indirect
github.com/marten-seemann/qtls-go1-16 v0.1.5 // indirect
Expand Down Expand Up @@ -108,5 +108,3 @@ require (
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
howett.net/plist v1.0.0 // indirect
)

replace github.com/lucas-clemente/quic-go => github.com/lucas-clemente/quic-go v0.26.0

0 comments on commit 9c011f6

Please sign in to comment.