mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-27 21:55:07 +03:00
reduce allocations (also pulls in updated ironwood to do the same)
This commit is contained in:
parent
52709696a5
commit
8b5add5301
4 changed files with 24 additions and 5 deletions
2
go.mod
2
go.mod
|
@ -3,7 +3,7 @@ module github.com/yggdrasil-network/yggdrasil-go
|
|||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/Arceliar/ironwood v0.0.0-20230515022317-31b976732ebe
|
||||
github.com/Arceliar/ironwood v0.0.0-20230521173602-97ee6b09b8e0
|
||||
github.com/Arceliar/phony v0.0.0-20220903101357-530938a4b13d
|
||||
github.com/cheggaaa/pb/v3 v3.0.8
|
||||
github.com/gologme/log v1.2.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue