Skip to content

Commit

Permalink
chore: update juju/cmd pkg version (#1537)
Browse files Browse the repository at this point in the history
Updated the cmd package in Juju to tweak the documentation generator to be in line with suggested changes. Specifically, titles for each command are now lowercase and include the CLI tool in front.
  • Loading branch information
kian99 authored Jan 29, 2025
1 parent 2ad5649 commit 2dcdecf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23
// Juju based dependencies
require (
github.com/juju/charm/v12 v12.1.1
github.com/juju/cmd/v3 v3.1.1
github.com/juju/cmd/v3 v3.1.2
github.com/juju/errors v1.0.0
github.com/juju/gnuflag v1.0.0
github.com/juju/http/v2 v2.0.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,8 @@ github.com/juju/cmd v0.0.0-20171107070456-e74f39857ca0/go.mod h1:yWJQHl73rdSX4DH
github.com/juju/cmd/v3 v3.0.0-20220202061353-b1cc80b193b0/go.mod h1:EoGJiEG+vbMwO9l+Es0SDTlaQPjH6nLcnnc4NfZB3cY=
github.com/juju/cmd/v3 v3.1.1 h1:mhXjnm/tj1uYieTd6zc+lAyCrXsETrD+WdsTI6gAM3c=
github.com/juju/cmd/v3 v3.1.1/go.mod h1:lGtDvm2BG+FKnIS8yY/vrhxQNX9imnL6bPIYGSTchuI=
github.com/juju/cmd/v3 v3.1.2 h1:KAou+LWPjyL7vYIEqsS33A7/V6uTIbBesjs2qGBtipE=
github.com/juju/cmd/v3 v3.1.2/go.mod h1:lGtDvm2BG+FKnIS8yY/vrhxQNX9imnL6bPIYGSTchuI=
github.com/juju/collections v0.0.0-20200605021417-0d0ec82b7271/go.mod h1:5XgO71dV1JClcOJE+4dzdn4HrI5LiyKd7PlVG6eZYhY=
github.com/juju/collections v0.0.0-20220203020748-febd7cad8a7a/go.mod h1:JWeZdyttIEbkR51z2S13+J+aCuHVe0F6meRy+P0YGDo=
github.com/juju/collections v1.0.0/go.mod h1:JWeZdyttIEbkR51z2S13+J+aCuHVe0F6meRy+P0YGDo=
Expand Down

0 comments on commit 2dcdecf

Please sign in to comment.