-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #660 from oasisprotocol/dependabot/submodules/exte…
…rnal/cli-cd1c207 submodules: bump external/cli from `92744e3` to `cd1c207`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cli
updated
13 files
+96 −0 | cmd/network/governance/create.go | |
+2 −0 | cmd/network/governance/list.go | |
+130 −19 | cmd/network/governance/show.go | |
+4 −0 | config/default.go | |
+10 −9 | examples/network-governance/list.out | |
+1 −1 | examples/network-set-rpc/00-list.out | |
+1 −1 | examples/network-set-rpc/02-list.out | |
+1 −1 | examples/network/00-list.out | |
+1 −1 | examples/network/02-list.out | |
+1 −1 | examples/network/04-list.out | |
+1 −1 | examples/network/06-list.out | |
+10 −10 | go.mod | |
+20 −20 | go.sum |