new quic release [chat tests] 3
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m29s
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m29s
This commit is contained in:
12
go.mod
12
go.mod
@@ -1,3 +1,15 @@
|
||||
module qgo
|
||||
|
||||
go 1.25.0
|
||||
|
||||
require github.com/quic-go/webtransport-go v0.10.0
|
||||
|
||||
require (
|
||||
github.com/dunglas/httpsfv v1.1.0 // indirect
|
||||
github.com/quic-go/qpack v0.6.0 // indirect
|
||||
github.com/quic-go/quic-go v0.59.0 // indirect
|
||||
golang.org/x/crypto v0.41.0 // indirect
|
||||
golang.org/x/net v0.43.0 // indirect
|
||||
golang.org/x/sys v0.35.0 // indirect
|
||||
golang.org/x/text v0.28.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user