update ironwood, fixes bug where sessions could become stuck after a node restarts

This commit is contained in:
Arceliar 2021-06-13 10:30:16 -05:00
parent 2726dc0076
commit da82308d7c
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -3,7 +3,7 @@ module github.com/yggdrasil-network/yggdrasil-go
go 1.16
require (
github.com/Arceliar/ironwood v0.0.0-20210613142316-e2332dbd4e3f
github.com/Arceliar/ironwood v0.0.0-20210613152842-297306b677cc
github.com/Arceliar/phony v0.0.0-20210209235338-dde1a8dca979
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/cheggaaa/pb/v3 v3.0.8