diff --git a/go.mod b/go.mod index d3a683a..89215f4 100644 --- a/go.mod +++ b/go.mod @@ -146,8 +146,10 @@ require ( gopkg.in/yaml.v3 v3.0.1 // indirect ) -replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 +replace ( +github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 // replace github.com/AstraProtocol/channel => /Users/lap02341/resource/AstraProject/channel -replace github.com/AstraProtocol/astra/v2 => github.com/hoanguyenkh/astra/v2 v2.2.0-rc +github.com/AstraProtocol/astra/v2 => github.com/hoanguyenkh/astra/v2 v2.2.1-rc +)