This commit is contained in:
Neil Alexander 2022-10-26 09:18:51 +01:00
parent e130957484
commit e3d769779b
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 3 additions and 5 deletions

4
go.mod
View file

@ -2,10 +2,8 @@ module github.com/yggdrasil-network/yggdrasil-go
go 1.17
replace github.com/Arceliar/ironwood => github.com/neilalexander/ironwood v0.0.0-20221019173208-3529562f5a44
require (
github.com/Arceliar/ironwood v0.0.0-20220924160422-ed4b6d4750b6
github.com/Arceliar/ironwood v0.0.0-20221025225125-45b4281814c2
github.com/Arceliar/phony v0.0.0-20210209235338-dde1a8dca979
github.com/cheggaaa/pb/v3 v3.0.8
github.com/gologme/log v1.2.0