stop using math/rand.Seed and Read in tests, bump go.mod version to 1.20 (#3936)

This commit is contained in:
Marten Seemann
2023-07-01 11:29:41 -07:00
committed by GitHub
parent 3d89e545d3
commit 0662afba63
16 changed files with 45 additions and 43 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/quic-go/quic-go
go 1.19
go 1.20
require (
github.com/francoispqt/gojay v1.2.13