summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorFrancis Lavoie <lavofr@gmail.com>2020-08-20 16:04:10 -0400
committerGitHub <noreply@github.com>2020-08-20 14:04:10 -0600
commit0279a57ac465b2920abf71d86203d9feac2015b5 (patch)
treec3f6743d9eef7adb5c1df562acb1defe0bdd8ba3 /go.mod
parentc94f5bb7dd3c98d6573c44f06d99c7252911a9fa (diff)
ci: Upgrade to Go 1.15 (#3642)
* ci: Try Go 1.15 RC1 out of curiosity * Go 1.15 was released; let's try it * Update to latest quic-go * Attempt at fixing broken test Co-authored-by: Matthew Holt <mholt@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 931c5ad..87ddedb 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,7 @@ require (
github.com/jsternberg/zap-logfmt v1.2.0
github.com/klauspost/compress v1.10.10
github.com/klauspost/cpuid v1.2.5
- github.com/lucas-clemente/quic-go v0.17.3
+ github.com/lucas-clemente/quic-go v0.18.0
github.com/mholt/acmez v0.1.1-0.20200810215816-dbe88fc6cf09
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.1.1