Skip to content

Commit e32f9cb

Browse files
update quic-go to v0.27.1, release v0.19.3 (#1518)
1 parent 4c81b3a commit e32f9cb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ require (
8181
github.com/libp2p/go-reuseport v0.1.0 // indirect
8282
github.com/libp2p/go-reuseport-transport v0.1.0 // indirect
8383
github.com/libp2p/go-yamux/v3 v3.1.1 // indirect
84-
github.com/lucas-clemente/quic-go v0.27.0 // indirect
84+
github.com/lucas-clemente/quic-go v0.27.1 // indirect
8585
github.com/marten-seemann/qtls-go1-16 v0.1.5 // indirect
8686
github.com/marten-seemann/qtls-go1-17 v0.1.1 // indirect
8787
github.com/marten-seemann/qtls-go1-18 v0.1.1 // indirect

go.sum

+2-1
Original file line numberDiff line numberDiff line change
@@ -531,8 +531,9 @@ github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-b
531531
github.com/lightstep/lightstep-tracer-go v0.18.1/go.mod h1:jlF1pusYV4pidLvZ+XD0UBX0ZE6WURAspgAczcDHrL4=
532532
github.com/lucas-clemente/quic-go v0.23.0/go.mod h1:paZuzjXCE5mj6sikVLMvqXk8lJV2AsqtJ6bDhjEfxx0=
533533
github.com/lucas-clemente/quic-go v0.25.0/go.mod h1:YtzP8bxRVCBlO77yRanE264+fY/T2U9ZlW1AaHOsMOg=
534-
github.com/lucas-clemente/quic-go v0.27.0 h1:v6WY87q9zD4dKASbG8hy/LpzAVNzEQzw8sEIeloJsc4=
535534
github.com/lucas-clemente/quic-go v0.27.0/go.mod h1:AzgQoPda7N+3IqMMMkywBKggIFo2KT6pfnlrQ2QieeI=
535+
github.com/lucas-clemente/quic-go v0.27.1 h1:sOw+4kFSVrdWOYmUjufQ9GBVPqZ+tu+jMtXxXNmRJyk=
536+
github.com/lucas-clemente/quic-go v0.27.1/go.mod h1:AzgQoPda7N+3IqMMMkywBKggIFo2KT6pfnlrQ2QieeI=
536537
github.com/lunixbochs/vtclean v1.0.0/go.mod h1:pHhQNgMf3btfWnGBVipUOjRYhoOsdGqdm/+2c2E2WMI=
537538
github.com/lyft/protoc-gen-validate v0.0.13/go.mod h1:XbGvPuh87YZc5TdIa2/I4pLk0QoUACkjt2znoq26NVQ=
538539
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.19.2"
2+
"version": "v0.19.3"
33
}

0 commit comments

Comments
 (0)