mirror of
https://github.com/yggdrasil-network/yggquic.git
synced 2025-05-20 00:45:07 +03:00
Update to Yggdrasil 0.5.12
This commit is contained in:
parent
0d49510602
commit
062b34de3c
2 changed files with 13 additions and 12 deletions
10
go.mod
10
go.mod
|
@ -1,13 +1,13 @@
|
|||
module github.com/yggdrasil-network/yggquic
|
||||
|
||||
go 1.21
|
||||
go 1.22
|
||||
|
||||
toolchain go1.22.4
|
||||
toolchain go1.23.0
|
||||
|
||||
require (
|
||||
github.com/Arceliar/ironwood v0.0.0-20241210120540-9deb08d9f8f9
|
||||
github.com/quic-go/quic-go v0.46.0
|
||||
github.com/yggdrasil-network/yggdrasil-go v0.5.11
|
||||
github.com/Arceliar/ironwood v0.0.0-20241213013129-743fe2fccbd3
|
||||
github.com/quic-go/quic-go v0.48.2
|
||||
github.com/yggdrasil-network/yggdrasil-go v0.5.12
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue