diff --git a/go.mod b/go.mod index 1e38d1e..02d54a6 100644 --- a/go.mod +++ b/go.mod @@ -99,4 +99,4 @@ require ( rsc.io/tmplfunc v0.0.3 // indirect ) -replace github.com/snowfork/snowbridge/relayer => github.com/moondance-labs/snowbridge/relayer v0.0.0-20250820105419-58b5366c76eb +replace github.com/snowfork/snowbridge/relayer => github.com/moondance-labs/snowbridge/relayer v0.0.0-20251010174748-7e39dec6b684 diff --git a/go.sum b/go.sum index b5e9622..00eab71 100644 --- a/go.sum +++ b/go.sum @@ -183,8 +183,8 @@ github.com/mitchellh/pointerstructure v1.2.0/go.mod h1:BRAsLI5zgXmw97Lf6s25bs8oh github.com/mmcloughlin/addchain v0.4.0 h1:SobOdjm2xLj1KkXN5/n0xTIWyZA2+s99UCY1iPfkHRY= github.com/mmcloughlin/addchain v0.4.0/go.mod h1:A86O+tHqZLMNO4w6ZZ4FlVQEadcoqkyU72HC5wJ4RlU= github.com/mmcloughlin/profile v0.1.1/go.mod h1:IhHD7q1ooxgwTgjxQYkACGA77oFTDdFVejUS1/tS/qU= -github.com/moondance-labs/snowbridge/relayer v0.0.0-20250820105419-58b5366c76eb h1:ZPIA6K9GjKRp1js6P6jWxYklkVz9sS19F72RuZnTpVk= -github.com/moondance-labs/snowbridge/relayer v0.0.0-20250820105419-58b5366c76eb/go.mod h1:1itBTCu4rUIEjSU/cO+YD57lAs/Q5QcS/m0hpD+c1B4= +github.com/moondance-labs/snowbridge/relayer v0.0.0-20251010174748-7e39dec6b684 h1:CmNV3Xon5buB46qC44XUU+RwGeyDz2bLTiIPAu7Yca0= +github.com/moondance-labs/snowbridge/relayer v0.0.0-20251010174748-7e39dec6b684/go.mod h1:1itBTCu4rUIEjSU/cO+YD57lAs/Q5QcS/m0hpD+c1B4= github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec= github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY= github.com/pelletier/go-toml/v2 v2.1.1 h1:LWAJwfNvjQZCFIDKWYQaM62NcYeYViCmWIwmOStowAI=