Skip to content

Commit

Permalink
use master of quic-go
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Apr 2, 2024
1 parent b438268 commit 543a7ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/quic-go/webtransport-go
go 1.21

require (
github.com/quic-go/quic-go v0.42.1-0.20240401225549-0d62a15b4e06
github.com/quic-go/quic-go v0.42.1-0.20240402042340-183d42a729ad
github.com/stretchr/testify v1.8.0
go.uber.org/mock v0.4.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e/go.mod h1:daVV7q
github.com/prometheus/procfs v0.0.0-20180725123919-05ee40e3a273/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
github.com/quic-go/qpack v0.4.0 h1:Cr9BXA1sQS2SmDUWjSofMPNKmvF6IiIfDRmgU0w1ZCo=
github.com/quic-go/qpack v0.4.0/go.mod h1:UZVnYIfi5GRk+zI9UMaCPsmZ2xKJP7XBUvVyT1Knj9A=
github.com/quic-go/quic-go v0.42.1-0.20240401225549-0d62a15b4e06 h1:fGXQnRHJb5KcuaKUZS0RyhuHK4IC6yUxUnx9Y3lIan0=
github.com/quic-go/quic-go v0.42.1-0.20240401225549-0d62a15b4e06/go.mod h1:132kz4kL3F9vxhW3CtQJLDVwcFe5wdWeJXXijhsO57M=
github.com/quic-go/quic-go v0.42.1-0.20240402042340-183d42a729ad h1:N13Rz2ozHvysaTARofvStGPfyPAqyktHj08QjncBNu8=
github.com/quic-go/quic-go v0.42.1-0.20240402042340-183d42a729ad/go.mod h1:132kz4kL3F9vxhW3CtQJLDVwcFe5wdWeJXXijhsO57M=
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
Expand Down

0 comments on commit 543a7ef

Please sign in to comment.