update ironwood dependency

This commit is contained in:
Arceliar 2024-09-28 18:52:04 -05:00
parent b8ab843a98
commit 43a1a3de64
3 changed files with 6 additions and 6 deletions

2
go.mod
View file

@ -3,7 +3,7 @@ module github.com/yggdrasil-network/yggdrasil-go
go 1.21
require (
github.com/Arceliar/ironwood v0.0.0-20240921214443-277f642d5db3
github.com/Arceliar/ironwood v0.0.0-20240928234310-ca35d0d0d13e
github.com/Arceliar/phony v0.0.0-20220903101357-530938a4b13d
github.com/cheggaaa/pb/v3 v3.1.5
github.com/coder/websocket v1.8.12