go.mod: Update quic-go to v0.31.0

And fix a comment typo
This commit is contained in:
Matthew Holt 2022-12-08 08:55:04 -07:00
parent bfaf2a8201
commit fac35db9dc
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
3 changed files with 7 additions and 7 deletions

View file

@ -140,7 +140,7 @@ type (
// **NOTE:** Notice that query string values are arrays, not singular values. This is
// because repeated keys are valid in query strings, and each one may have a
// different value. This matcher will match for a key if any one of its configured
// values is assigned in the query string. Backend applications relyon on query
// values is assigned in the query string. Backend applications relying on query
// strings MUST take into consideration that query string values are arrays and can
// have multiple values.
MatchQuery url.Values