Skip to content

Commit

Permalink
update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
dungtt-astra committed Feb 24, 2023
1 parent 90661ad commit ae07cfe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit ae07cfe

Please sign in to comment.