Skip to content

Commit

Permalink
Change branch name in protodep.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Youngjoon Lee committed Jun 16, 2021
1 parent 17fcc56 commit 3bc3eb3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
14 changes: 7 additions & 7 deletions protodep.lock
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
proto_outdir = "./third_party/proto"

[[dependencies]]
target = "github.com/cosmos/cosmos-sdk/third_party/proto"
revision = "842b06003f97d31e4ec83847e9fe8185d51a1fc7"
branch = ""
target = "github.com/medibloc/panacea-core/proto"
revision = "8f8223bd73d6d1aabb9eb0a56f1f402ff7c49f47"
branch = "stargate"
path = ""
protocol = ""

[[dependencies]]
target = "github.com/cosmos/cosmos-sdk/proto"
target = "github.com/cosmos/cosmos-sdk/third_party/proto"
revision = "842b06003f97d31e4ec83847e9fe8185d51a1fc7"
branch = ""
path = ""
protocol = ""

[[dependencies]]
target = "github.com/medibloc/panacea-core/proto"
revision = "262869e561b8a3e349c09e478b5e2e250687f3ef"
branch = "fix/108/proto-path"
target = "github.com/cosmos/cosmos-sdk/proto"
revision = "842b06003f97d31e4ec83847e9fe8185d51a1fc7"
branch = ""
path = ""
protocol = ""
3 changes: 1 addition & 2 deletions protodep.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ proto_outdir = "./third_party/proto"

[[dependencies]]
target = "github.com/medibloc/panacea-core/proto"
# TODO: needs to be changed to 'stargate' or a specific revision
branch = "fix/108/proto-path"
branch = "stargate" # TODO: use a specific revision

[[dependencies]]
target = "github.com/cosmos/cosmos-sdk/third_party/proto"
Expand Down

0 comments on commit 3bc3eb3

Please sign in to comment.