We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74b99e commit 1fe586bCopy full SHA for 1fe586b
cmd/version.go
@@ -6,7 +6,7 @@ import (
6
"github.com/spf13/cobra"
7
)
8
9
-const version = "v0.8.18"
+const version = "v0.8.19"
10
11
var versionCmd = &cobra.Command{
12
Use: "version",
go.mod
@@ -279,7 +279,7 @@ require (
279
github.com/mattn/go-isatty v0.0.10 // indirect
280
github.com/mitchellh/cli v1.1.2 // indirect
281
github.com/mitchellh/copystructure v1.2.0 // indirect
282
- github.com/mitchellh/go-homedir v1.1.0 // indirect
+ github.com/mitchellh/go-homedir v1.1.0
283
github.com/mitchellh/go-testing-interface v1.0.4 // indirect
284
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
285
github.com/mitchellh/hashstructure v1.0.0 // indirect
0 commit comments