From ae07cfe368536ff721e09d1199ded4ebac31ac6e Mon Sep 17 00:00:00 2001 From: LAP02459 Date: Fri, 24 Feb 2023 16:07:05 +0700 Subject: [PATCH] update go mod --- go.mod | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 +)