Skip to content

Commit

Permalink
Update to cobra 1.1.1 (hetznercloud#282)
Browse files Browse the repository at this point in the history
Since this is released we no longer need to use cobra's master branch
for our shell completion to work.
  • Loading branch information
fhofherr authored Oct 28, 2020
1 parent 0921c3e commit 9d209c0
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

As of v1.15.0 we expose the Changelog only in the [Github Releases section](https://github.com/hetznercloud/cli/releases).
As of v1.15.0 we expose the Changelog only in the [Github Releases section](https://github.com/hetznercloud/cli/releases).

## v1.14.0

Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ require (
github.com/dustin/go-humanize v1.0.0
github.com/fatih/structs v1.1.0
github.com/hetznercloud/hcloud-go v1.22.0
github.com/kr/pretty v0.1.0 // indirect
github.com/pelletier/go-toml v1.8.0
github.com/spf13/cobra v1.0.1-0.20200826151851-02a0d2fbc9e6
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)

go 1.15
Loading

0 comments on commit 9d209c0

Please sign in to comment.