diff --git a/go.mod b/go.mod index 7b9ca1bc..de90f7a6 100644 --- a/go.mod +++ b/go.mod @@ -28,7 +28,7 @@ require ( github.com/rs/cors v1.8.3 github.com/shurcooL/go-goon v1.0.0 github.com/ssbc/go-gabbygrove v0.0.0-20221025092911-c274a44c3523 - github.com/ssbc/go-luigi v0.3.7-0.20221019204020-324065b9a7c6 + github.com/ssbc/go-luigi v0.3.7-0.20230119190114-bd28e676fa99 github.com/ssbc/go-metafeed v1.1.3-0.20221019090205-458925e39156 github.com/ssbc/go-muxrpc/v2 v2.0.14-0.20221111190521-10382533750c github.com/ssbc/go-netwrap v0.1.5-0.20221019160355-cd323bb2e29d diff --git a/go.sum b/go.sum index f683af66..ec3209b2 100644 --- a/go.sum +++ b/go.sum @@ -522,6 +522,8 @@ github.com/ssbc/go-gabbygrove v0.0.0-20221025092911-c274a44c3523 h1:veYe4pNgQ5nK github.com/ssbc/go-gabbygrove v0.0.0-20221025092911-c274a44c3523/go.mod h1:CKx4WZRQFAjhnFniMtqdPy8T1oRR0O6yZ1nP7cVKgZM= github.com/ssbc/go-luigi v0.3.7-0.20221019204020-324065b9a7c6 h1:4Mhg4qHaiX56eXNND9gGJAf0xzoRQQtfFFhv6wcIOIU= github.com/ssbc/go-luigi v0.3.7-0.20221019204020-324065b9a7c6/go.mod h1:tBPMBysJeh1u3vStvrWe5w3YBC4fnbnGsLk5ML4D6do= +github.com/ssbc/go-luigi v0.3.7-0.20230119190114-bd28e676fa99 h1:qy9SdIIFwM+4SuKtBZyJVoIL02/V0YvqDBi8qIRQlls= +github.com/ssbc/go-luigi v0.3.7-0.20230119190114-bd28e676fa99/go.mod h1:tBPMBysJeh1u3vStvrWe5w3YBC4fnbnGsLk5ML4D6do= github.com/ssbc/go-metafeed v1.1.3-0.20221019090205-458925e39156 h1:9fMiwqFKVsvTgDWbfhtMSmKCU8xfUIK2q2oNANmLO2E= github.com/ssbc/go-metafeed v1.1.3-0.20221019090205-458925e39156/go.mod h1:+Pm/jgfvaDY1aHsu24fPlTLMlM20F3MCTLUVFJ7nBgo= github.com/ssbc/go-muxrpc/v2 v2.0.14-0.20221111190521-10382533750c h1:xqjaqcG0diMshLo0OaujvHE96OFrd/GiCTJYCTrPVhE=